From: Michal J. <mi...@ha...> - 2003-09-03 05:20:44
|
On Tue, Sep 02, 2003 at 04:28:42PM -0600, Michal Jaegermann wrote: > A file 'config.boot' included in beoboot-cm.1.5 sources has the > following line: > > bootmodule 3c59x acenic eepro100 epic100 hamachi natsemi dmfe e1000 > ^^^^ > > but all id lines below look like that: > > pci 0x1014 0x005c e100 Ouch! Only now I realized that config.boot is generated from /usr/share/hwdata/pcitable so results depend on its contents and may, or may not, be correct for your target kernel. Moreover in a spec file /etc/beowulf/config.boot is marked "(noreplace)". You may actually want to replace it when changing kernels and other configurations. Some ids for your hardware may be not there. Michal |