Kernel Configuration

Discussion in 'Kernel Questions' started by heat, Apr 20, 2005.

  1. heat

    heat New Member

    Hi,

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

    heat
     
  2. tylerdurden

    tylerdurden New Member

    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.

    Code:
    grep CONFIG_NET_SCHED /boot/config-2.6.x-y
    should reveal if this option is enabled.

    tyler
     
  3. jimmyjames

    jimmyjames New Member

    And if you have more than one kernel installed, make sure that you look in the right config file... ;)

    Jimmy
     
  4. ookooma

    ookooma New Member

    informative
     
  5. juston33

    juston33 New Member

    hould reveal if this option is enabled.
     

Share This Page