LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   kernel compiling (https://www.linuxquestions.org/questions/slackware-14/kernel-compiling-127064/)

robik 12-18-2003 05:49 PM

kernel compiling
 
i tried to compile 2.6.0 kernel and there are no network options and many other things there.
How does it come? Maybe i made something wrong?
cd /usr/src
tar -xzvf linux -2.6.0.taer.gz
rm linux
ln -s /usr/src/linux /usr/src/linux-2.6.0
cp /boot/config-2.4.2 /usr/src/linux-2.6.0/.config
cd /usr/src/linux-2.6.0
make menuconfig

??

jharris 12-18-2003 06:20 PM

You may be going wrong by using your old .config file. All the options are there for me under the usual make menuconfig. There is "Device drivers" -> "Network support" which contains general network options and NIC options. After your cd linux you should do a make mrproper.

HTH

Jamie...


All times are GMT -5. The time now is 01:58 AM.