Koozali.org: home of the SME Server

Kernel question

Offline Normando

  • *
  • 841
  • +2/-1
    • Unixlan
Kernel question
« on: August 08, 2004, 08:23:24 PM »
I'm a newbie, and I need to recompile a kernel for enable HTB (under QoS configuration), but I don't have the actual kernel configuration file for SME server. I suppose need the original .conf file for load into "make menuconfig" and then make my own changes and recompile. It's correct?
If yes, where I get this .conf file for SME Server?
Another question: The currente kernel (2.4.20-18.7) support HTB?
Can any Guru make a HowTo about kernel recompilation, upgrade?
Thanks
PicsOne

Offline MasterSleepy

  • *
  • 386
  • +0/-0
    • http://www.vanhees.cc
Kernel question
« Reply #1 on: August 08, 2004, 08:40:35 PM »
hello,

there allready exist some howto on upgrade kernel.
http://no.longer.valid/phpwiki/index.php/Howto%20Kernel%20upgrade%20%28English%29

Otherwise you can find config file for compil in the /boot/ directory. For default kernel, it's config-2.4.20-18.7. You have just to copy it in src directory and rename it by .config.

Regards.