On Tue, 1 Feb 2000, Dave wrote:

> Thanks=)
> 
> >>>things to check:
> >>>ifconfig (do you see an eth0?)
> 
> it gives me:
> lo    Link encap:Local Loopback
>       inetaddr:127.0.0.1  Mask:255.0.0.0
>       UP LOOPBACK RUNNING MTU:3924 Metric:1
>       RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>       TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
>       collisions:0 txqueuelen:0
> 
> 
> >>>ps -ef | grep dhcp do you see an entry like: root       283     1  0
> 17:41 ?        00:00:00
> >>>/sbin/dhcpcd eth0 -h localhost.localdomain
> 
> nope
> 
> >>>check your /etc/sysconfig/network-scripts/ifcfg-eth0 does it contain an
> entry like: BOOTPROTO=dhcp
> 
> yes
> 
> >>>also, what give us some info regarding your card.. what chip does it use?
> (rtl8139? tulip? etc...)
> >>>what type of card is it?
> 
> 3com 3c905B card.  ... I'm not sure what chip it uses.  I've checked the
> website but maybe I'm just blind...

have you tried a insmod 3c509 ??
does not look like the mod for the nic is loaded (hence the no eth0 in
ifconfig)
after you try the insmod (and get no errors ) try a modprobe 3c509
and then a ifconfig if you then see a eth0 ... BINGO
you can go into linuxconf and edit eth0 to use the 3c509 modual and dhcp
protocol.
after you save and exit linuxconf try ifconfig again you should see eth0,
if no do a ifup eth0

Regards,
ROn
> 
> Thanks again!
> Dave
> 

Reply via email to