PDA

View Full Version : Kernel Configuration


heat
20th April 2005, 11:55
Hi,

I need to know if the option CONFIG_NET_SCHED is enabled in my kernel. How can I find out?

heat

tylerdurden
20th April 2005, 12:22
If you have compiled the kernel yourself, then have a look at the .config file in your source tree (/usr/src/linux or something like that). This file might also have got copied to the /boot directory as /boot/config-2.6.x-y or similar.

grep CONFIG_NET_SCHED /boot/config-2.6.x-y

should reveal if this option is enabled.

tyler

jimmyjames
20th April 2005, 18:45
And if you have more than one kernel installed, make sure that you look in the right config file... ;)

Jimmy