On Wed, 2004-06-02 at 16:06, Jason Marshall wrote: > How does one go about adding such things to a BOEL image? I found an > article by BEF that details how to create the initrd image, but what stuff > in the image needs to be poked to get it to see something new? > > The two cards in question are some kind of intel (pci id 8086:1050, > driver=e100 supposedly), and a Marvell Yukon/Galileo GigE adapter > (pci id 11ab:4320, driver=sk98lin). > > Help! If this is such a dumb question that everything I need to know is > contained in some docs somewhere, please point me to those; I'm more than > happy to read the docs if I can find them.
In SI 3.2.2 sources, I see that both of these are included in the pci tables. They should get detected. Have you tried manually loading the kernel module and see if it recognizes the card? In the boel binaries go grab the kernel module and do an insmod at the console of the machine that is failing. Does it load the driver and does it activate the card? If so, then you could manually force it to do that in the initrd, just add the insmod to the script. Micah ------------------------------------------------------- This SF.Net email is sponsored by the new InstallShield X. >From Windows to Linux, servers to mobile, InstallShield X is the one installation-authoring solution that does it all. Learn more and evaluate today! http://www.installshield.com/Dev2Dev/0504 _______________________________________________ Sisuite-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-users
