Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
3com NIC troubles on boot
Name: Kevin Date: May 22, 2002 at 21:17:23 Pacific
Comment:
Hi,
I'm using RedHat 7.0 with a single 3com509 NIC in an old 100MHz Pentium box. On boot, the NIC won't be recognized. Once I use modprobe (modprobe 3c509) and restart the network (/etc/init.d/network restart), all is well. Where do I poke around to get things squared away for boot-up?
It's probably different for a RedHat system, but the path I gave you should help, at least.
Just uncomment or insert /sbin/modprobe 3c509 in your modules file.
0
Response Number 2
Name: Barry J. Grundy Date: May 23, 2002 at 15:17:15 Pacific
Reply:
You can add "modprobe 3c509" to the top of the file /etc/sysconfig/network
OR
Add the line "alias eth0 3c509" to /etc/modules.conf and then run "depmod -a". That should work.
0
Response Number 3
Name: Kevin Date: May 27, 2002 at 07:51:22 Pacific
Reply:
Thanks for your help. All was well in /etc/modules.conf. I think I had some other problems on the machine - I decided to just wipe the box out and install v7.3, and it hung during installation (!). I ended up yanking out the sound card, modem, and the second hard drive (didn't want them anyway), THEN the install ran fine, and the NIC was picked-up correctly during install. It will remain a mystery for me; I'm not going back and find out which component was the culprit.
Summary: can i know what mouse was detected on boot? this is to be part of one script to load/change X mouse settings depending if its ps/2 or imps/2 or USB tks ...
Summary: So I thought I'd be smart and put /usr and /var on a raid partition. Big mistake, at least once I turned the machine off (after a 27 day uptime...) I cannot for the life of me get the system to detect...
Summary: Just installed RedHat on a box and for some reason eth0 (and lo for that matter) does not come up on boot. I have to type ifup eth0 to get it going. i have put ifup etho and ifup lo in my rc.local fi...