PDA

View Full Version : Statically compiled kernel config?


Jeremy Howard
2004-07-19, 07:38 AM
I've tried to compile a 2.4 kernel with the necessary drivers compiled in statically. It's booted up fine, as I see from my messages log, but I wasn't able to log in... No errors in the log - very strange...

So, has anyone got a kernel configure file for Power2600 which compiles drivers statically and boots successfully?

BlackNet
2004-07-19, 08:24 AM
Hello,

Use the default .config file (from /boot) and everything should be good to go. It's best to compile controller cards (ide/scsi) into the kernel and everything else as modules (nic, protocols, iptables, etc).

Ed

markm
2004-07-19, 10:54 AM
When I compiled 2.4.26 with the nic driver in the kernel, networking did not start because of this line:

pre-up modprobe -v eepro100

in /etc/network/interfaces. Thank you rapid reboot :).

YMMV