in some desktops i needed to rebuild tris driver ( as module ), put in somwhere and load it manually.
( just write: modprobe "path to module" in /etc/rc.local and this will be ran automatically on every reboot )
imho you can try this on one module and if works yust put module in image you builded and modify rc.local on image folder.
On Sat, 2005-01-29 at 12:06, jerome lefevre wrote:
Hi, Yours Nic driver is module or built-in ? Is the same on your Front-end ? On your node, if you type lsmod and don't find yours module, then add a entry in your /etc/modprobe.conf (kernel 2.6) or /etc/modules.conf (kernel 2.4). Before make sure you have the Nic module on your node system. Jerome ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[email protected]> Cc: "Bernard Li" <[EMAIL PROTECTED]> Sent: Friday, January 28, 2005 6:54 AM Subject: RE: [Oscar-users] Re:OSCAR-4.0 and new 3c2000 NICs in each node > We are using RH9.0 and OSCAR-4.0. On step 6, after getting the MACs, > from booting with a floppy, and pull the image over OK. However on > re-booting the node(s), it will not re-initialize the new NIC. Any ideas > why? > Thanks!! > Jerry D. Waterman > Information Technology Specialist > U.S. Environmental Protection Agency > Office of Research and Development > National Risk Management Research Laboratory > Technology Transfer and Support Division > 513-569-7834 > > > > ------------------------------------------------------- > 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 > _______________________________________________ > Oscar-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oscar-users ------------------------------------------------------- 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 _______________________________________________ Oscar-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-users
