Computing.Net > Forums > Linux > Ethernet Card not detected

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.

Ethernet Card not detected

Reply to Message Icon

Name: vbanil
Date: March 31, 2004 at 08:33:26 Pacific
OS: RHL 8.0, XP
CPU/Ram: p4 256
Comment:

Hi,
I had Ethernet card installed recently for Cable Internet. It is working properly in Windows XP. It is placed in one of the PCI slots. Windows detected the Hardware properly. But when I started Red Hat Linux8.0 during booting process it is saying that eth0 device is FAILED and so on. Later on Iam not able to activate this device. when I looked into the PCI information it gave me details of the device connected correctly. I have 3 devices connected to PCI ethernet card, modem, AGP card. All of them displayed correctly. How to solve this problem i.e. activate my ethernet card. I tried putting device in another slot then eth0 device FAILED info is not at all displayed. Why?

vbanilkumar



Sponsored Link
Ads by Google

Response Number 1
Name: Dlonra
Date: March 31, 2004 at 16:40:53 Pacific
Reply:

do you know the brand/manufacturer/model-number of the "Ethernet card"?


0

Response Number 2
Name: bits4linux
Date: April 1, 2004 at 01:23:14 Pacific
Reply:

Hi,

For this you have check the Brand of the Network Card.....Try some standard cards.....


0

Response Number 3
Name: 3Dave
Date: April 1, 2004 at 03:45:16 Pacific
Reply:

Have you tried setting an IP, subnet etc manually? You should be able to do that with a GUI frontend in redhat....sorry I don't know what it's called.


0

Response Number 4
Name: vbanil
Date: April 1, 2004 at 04:35:01 Pacific
Reply:

I have Realtek RTL8139/810x Family Fast PCI Ethernet Card. But the card isn't detected. What to do? Vendor gave me details of IP address, Subnet Mask and Default Gateway.
They also provided me with Device Drivers for Linux 2.2.x , Linux 2.4.x and Windows. During booting phase card is sensed. Previously when I didn't removed from the slot it failed to initialize the et0 device. Now when i removed and again reinserted it into the slot, It is not even showing details of that device.

vbanilkumar


0

Response Number 5
Name: Dlonra
Date: April 1, 2004 at 07:18:21 Pacific
Reply:

my "grep eth /var/log/syslog" displays:
kernel: eth0: D-Link DFE-538TX (RealTek RTL8139) at 0xe0a82000, 00:50:ba:af:2a:60, IRQ 9
kernel: eth0: Identified 8139 chip type 'RTL-8139C'
my "cat /proc/pci" includes:
Bus 0, device 10, function 0:
Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8029(AS) (rev 0).
IRQ 10.
I/O at 0xe400 [0xe41f].

How about yours?

try
insmod 8139too
insmod mii


0

Related Posts

See More



Response Number 6
Name: Dlonra
Date: April 1, 2004 at 07:20:47 Pacific
Reply:

sorry, should have been

my "cat /proc/pci" includes:

Bus 0, device 9, function 0:
Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 16).
IRQ 9.
Master Capable. Latency=32. Min Gnt=32.Max Lat=64.
I/O at 0xe000 [0xe0ff].
Non-prefetchable 32 bit memory at 0xe3001000 [0xe30010ff].



0

Response Number 7
Name: 3Dave
Date: April 1, 2004 at 08:04:02 Pacific
Reply:

To load the module for the NIC:
# modprobe 8139too

To set the IP, broadcast address and subnet (eg 192.168.0.1):
# ifconfig eth0 192.168.0.1 broadcast 192.168.0.255 netmask 255.255.255.0

To set a default gateway (eg 192.168.0.254):
# route add -net default gw 192.168.0.254 netmask 0.0.0.0 metric 1

To start the interface:
# ifconfig eth0 up


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Ethernet Card not detected

Ethernet cards not detected after the ke www.computing.net/answers/linux/ethernet-cards-not-detected-after-the-ke/8800.html

Ethernet Card Not Initialized www.computing.net/answers/linux/ethernet-card-not-initialized/19930.html

Sound Card not detected www.computing.net/answers/linux/sound-card-not-detected/20913.html