Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Kernel location
Name: chuck54 Date: March 19, 2003 at 08:10:12 Pacific OS: Mandrake 8.2 / XP CPU/Ram: 1.67 athlon / 256mb
Comment:
I am trying to setup my wireless card in linux and ive come to this bit in the manual but i cant find /usr/src/linux-2.4
Where is it?
"4) Go to Linux Kernel directory, such as /usr/src/linux-2.4
5) Run the command [...linux-2.4]# make menuconfig "
Name: 3Dave Date: March 19, 2003 at 08:46:15 Pacific
Reply:
There should be a /usr/src/linux which is a symbolic link to /usr/src/linux-2.4.whatever. If this does not exist, you don't have the kernel source installed.
To rectify this, you should be able to find it on your installation CDs.
Easy way: Start up your rpm manager (probably rpmdrake if you are using mandrake) and do a search for "kernel" and it should come back with a kernel-source-2.4.blah.blah-mdk.....install that, it will prompt you for the correct CD.
Longer way: Search your CDs for the rpm file # find /mnt/cdrom -name 'kernel*.rpm' Once you have found it, install it # rpm -ivh /mnt/cdrom/path/to/kernel-source-2.4.blah.blah.rpm
Summary: I got my last problem fixed, with the fonts.. Now, I'm on to new things. I have Linux on a seperate partition, and I'm trying to install DirecPC on it. I found the file for the drivers etc for it, but...
Summary: I have a Creative Audigy sound card that is now supported yet, but there are some beta drivers that work. After extracting the files, one of the first things you need to do is edit the config file t...
Summary: I'm trying to recompile my kernel to add the AC97 support. According to everything I have read, the Kernel should reside under /usr/src/linux. This directory does not exsist. Does anyone know why th...