linux

Network Problems with KDE

Every so often, for no apparent reason, KDE kills the network manager. After rebooting or switching users, suddenly the network manager icon says that the network is "unmanaged" and if you try to right click, it tells you that network manager is disabled. I have read that this same thing can happen if you have a failed sleep or hibernation mode.

Creating a new partition on a hard drive with Linux

I have been having troubles since I started doing development for embedded software with the amount of available space in my /opt directory. You see, normally, you put all of your cross-compilers and software development kits (sdk's) underneath the /opt directory. Unfortunately, when I set up my laptop and partitioned the hard drive, I didn't set /opt into its own partition and so it was sitting in the root (/) partition.

Kernel driver changes

I learned how to add in or swap out a Linux kernel module today. Kinda cool.

Let's start with the problem. My new laptop has both a wireless card AND an Ethernet card that are incompatible with Ubuntu Linux. So, after a little bit of testing and research, my ever patient friend, savior and all things *nix tutor discovered that the problem was that Ubuntu picks the wrong kernel driver for the Ethernet card on this machine and that it didn't have the wireless driver at all.
Tags: 

Creating a bootable USB disk

With all the MID stuff I've been doing lately, I've had need to create bootable USB disks from img files twice now. As noted previously, I am a dork, so I always forget how to do things like this that I don't do terribly often. To save myself heartache and search time, here are the destructions instructions in short:

  1. Get .img file for the OS you need. (via download, Moblin image creator, or whatever)

  2. Find out which /dev your USB disk is.
Tags: 

Pages

Subscribe to linux