LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   kernel source (https://www.linuxquestions.org/questions/linux-software-2/kernel-source-164498/)

greyfox007 03-31-2004 06:59 AM

kernel source
 
i installed mandrake 10.0 and i installed the LSB because there is no support for my modem on the 2.6 kernel yet. i have a intel 536ep modem. i need the kernel source for the 2.4 kernel to get my modem installed and i cant find it in the package install. can i download it somewhere??

thanks

acid_kewpie 03-31-2004 07:05 AM

it will be on your distro cd's. kernel-source-2.4.24.rpm or similar.

KMcD 03-31-2004 07:08 AM

have a look at http://www.kernel.org/ Should have all you need.

Pwnz3r 03-31-2004 07:19 AM

Well, Mandrake patches their kernels with support for the Mandrake bootsplash, which while not being as sexy as mine, isn't enough to make you need more than what's found on kernel.org. However, after getting the source you'll need to rename the folder in /usr/src to the name of your kernel, and it will help to make a symbolic link to it called linux in /usr/src.

To get your kernel's exact name, type uname -r and then rename the folder according. For example.

mv /usr/src/linux-2.4.24 /usr/src/linux-2.4.24-10mdk (or whatever else it might be called.)

I hope I hace been of some help.

Thetargos 03-31-2004 07:26 AM

Quote:

Originally posted by Pwnz3r
Well, Mandrake patches their kernels with support for the Mandrake bootsplash, which while not being as sexy as mine, isn't enough to make you need more than what's found on kernel.org. However, after getting the source you'll need to rename the folder in /usr/src to the name of your kernel, and it will help to make a symbolic link to it called linux in /usr/src.

To get your kernel's exact name, type uname -r and then rename the folder according. For example.

mv /usr/src/linux-2.4.24 /usr/src/linux-2.4.24-10mdk (or whatever else it might be called.)

I hope I hace been of some help.

Wouldn't it have been simpler to use urpmi to fetch the kernel source package from Mandrake... oh and Mandy 10 uses 2.6 (I don't use Mandrake, just this installment looks interesting).


All times are GMT -5. The time now is 03:36 PM.