SourceForge.net Logo

BQOS

FAQ

 

home | download | FAQ | docs | TODO | contact
How to upgrade to 2.4 kernel ?

First download 2.4 kernel sources on www.kernel.org.

Uncompress the sources in /usr/src/linux.

then type :

$> make modules
$> make
$> make install


Then reboot the computer on the new kernel.



How to enable kernel QOS support ?

Go to /usr/src/linux, and then type make xconfig. Go in the "Networking options" section and then on the "QoS and/or fair queueing" section. In this section, turn on "QOS and/or fair queueing" and "CBQ packet scheduler", and then click 'OK', go back to Main Menu and then 'Save and Exit'. Now recompile your kernel and reboot by typing : $> make modules $> make $> make install $> reboot


files hosted on