Thanks, Steve!
Cheers, -Brian
Stephen Grandinetti wrote:
Message: 3 Date: Fri, 28 Jan 2005 17:45:52 -0800 From: "David N. Lombard" <[EMAIL PROTECTED]> To: [email protected] Subject: Re: [Sisuite-users] Questions about modules.conf Reply-To: [email protected]
Bryan Washer wrote:
Question:
I am currenting imaging quite a few machines which are running Intel network cards. I am finding that the NICs are not identified correctly in the modules.conf once the server has been imaged. It has them loaded with the eepro100 driver instead of the e1000 driver. Has anyone run into this and also can anyone point me to just how exactly the process creates the modules.conf on the imaged system.
This is a SystemConfigurator problem.
Yes, the issue is that the file
/usr/lib/systemconfig/Hardware/PCI/Table.pm
is way out of date. This file ships statically in the systemconfigurator package, and is used to map found PCI devices to their associated module (driver). I have regenerated a new Table.pm file which has the latest PCI devices supported, by using a version of the raw "pcitable" file contained in a late version of the "hwdata" RPM, and generating the Table.pm file via the "pcitable2pm.pl" script found in the CVS repository on the systemconfigurator site. Basically as follows:
# pcitable2pm.pl pcitable > Table.pm
-Steve
------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
-- ------------------------------------------------------ Brian Elliott Finley Mobile: 630.631.6621 gpg --keyserver wwwkeys.pgp.net --recv-keys 10F8EE52 ------------------------------------------------------
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Sisuite-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
