Re: Network problems at boot (solved)

2002-07-03 Thread Ragnar Wiencke
Hi again. My problem seemed to be that I put the 'alias eth0 3c509' at the end of the last line in the file. Anyway, in a new line, I tried 3c59x but it didn't work so I changed it back to 3c509 and it worked!! Thanks guys, I knew you would help me in some way or another :) Ragnar W. ___

Re: Network problems at boot

2002-07-03 Thread Mike Burger
The problem is that 3c905 isn't the module name. Try "alias eth0 3c59x" and try again. On Wed, 3 Jul 2002, Ragnar Wiencke wrote: > Hi guys. > > I just installed RH 7.2 on a machine. I has a 3c509 Nic > installed. But it doesn't get up and running upon booting > unless I do 'modprobe 3c509'. >

RE: Network problems at boot

2002-07-03 Thread Tom Wilson
Wiencke wrote: > > Hi guys. > > I just installed RH 7.2 on a machine. I has a 3c509 Nic > installed. But it doesn't get up and running upon booting > unless I do 'modprobe 3c509'. > > 'ONBOOT=yes' is in > '/etc/sysconfig/network-script/ifcfg-eth0' > > I put 'alias eth0 3c509' in '/etc/modules.

Network problems at boot

2002-07-03 Thread Ragnar Wiencke
Hi guys. I just installed RH 7.2 on a machine. I has a 3c509 Nic installed. But it doesn't get up and running upon booting unless I do 'modprobe 3c509'. 'ONBOOT=yes' is in '/etc/sysconfig/network-script/ifcfg-eth0' I put 'alias eth0 3c509' in '/etc/modules.conf' Can anyone tell me what my prob