Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

Thursday, July 31, 2008

Fedora 9 is History - Moving to OpenSuse

Relevant XKCD.

Anyways, I decided that I am done with Fedora, at least for the time being.  I have never really warmed up to it, for a number of reasons.  The most annoying being, wireless is extremely obnoxious.  It used to connect to networks, but recently, it just has refused to connect to my network.  It fails to remember the Network password properly, and it fails at life.  I have to resort to ethernet to hook up to the internet; I already do that in OS X, I don't need two OS's which fail at wireless.

The other reason that Fedora 9 annoys me, is the fact that it uses some very wierrd file system (ext4 maybe) instead of the usual ext3 for Linux.  And do you know what that means?  It means, that windows XP CDs won't boot anymore.  I don't get it, but I want to reinstall XP, and Fedora 9 doesn't let the CD boot.  Very, very wierd.

The solution?  Lots of troubleshooting.  The other option, which I am taking, is to try another Distrobution.  I'm moving to OpenSuse, and am going to see how it works.  Eventually I will make my own OS which works perfectly.  That will be the day.

Tuesday, June 17, 2008

Fedora 9

So, I got bored with my computer, and decided to try out a new Linux distro. Talking with my friend, I finally decided to Download Ferdora 9 and gave it a spin. Fedora uses Gnome as default, or at least mine done, so it looks a lot like Ubuntu. This is nice as most everything works in Gnome. Happiness. Everything works in it, sound, wireless, and graphics. I got my drivers all up and running, which means Compiz is going to town.

All in all, I am very happy with Fedora. I am also assured that the developers and community care about the Upstream. This means that if they catch a bug, they don't just fix it for Fedora, they fix it for the entire Linux community. Pretty awesome. Now I just need something to do with Linux. Like crack networks. Fun!

Monday, March 3, 2008

Fixing Sound in Ubuntu 7.10

This is just how I did it. A friend guided me though the entire process. If it doesn't work for you, no worries, just remove what we have done here.

Open a Terminal.

$sudo nano /etc/modprobe.d/alsa-base

Go to the bottom of the file using arrow keys. Add this line to the very bottom:

options snd-hda-intel model=dell-m42

Make sure there is a line after the added one (Hit enter after pasting).

Restart your computer. If it doesn't work, and something is messed up, go back to the file and remove the line. If it works, then there you go!