View previous topic :: View next topic |
Author |
Message |
ajaygautam Apprentice


Joined: 23 Jan 2003 Posts: 205 Location: London Below
|
Posted: Fri Mar 02, 2007 8:01 pm Post subject: What happened to eth0 (eth1 is fine) |
|
|
Well, a few days back, I got a new computer, so I just plugged in my hard disk from old desktop to new one.
The weird this is that there is no eth0 now.
Code: | # ifconfig -a
eth1 Link encap:Ethernet HWaddr 00:18:8B:5A:87:69
...........
lo Link encap:Local Loopback
...........
usb0 Link encap:Ethernet HWaddr 3A:01:DC:94:EB:B1
...........
|
Eveything is working fine with eth1, but....
Whatever happened to eth0?
Ajay |
|
Back to top |
|
 |
HeissFuss Guru

Joined: 11 Jan 2005 Posts: 414
|
Posted: Fri Mar 02, 2007 8:10 pm Post subject: |
|
|
dmesg | grep eth0 |
|
Back to top |
|
 |
ce110ut Apprentice


Joined: 27 Sep 2002 Posts: 200
|
Posted: Fri Mar 02, 2007 8:12 pm Post subject: |
|
|
you also may want to check your udev rules, especially if udev was updated recently. |
|
Back to top |
|
 |
ajaygautam Apprentice


Joined: 23 Jan 2003 Posts: 205 Location: London Below
|
Posted: Fri Mar 02, 2007 8:32 pm Post subject: |
|
|
Code: | # dmesg | grep eth
eth0: Tigon3 [partno(BCM95754) rev b002 PHY(5787)] (PCI Express) 10/100/1000BaseT Ethernet 00:18:8b:5a:87:69
eth0: RXcsums[1] LinkChgREG[1] MIirq[1] ASF[0] Split[0] WireSpeed[1] TSOcap[1]
eth0: dma_rwctrl[76180000] dma_mask[64-bit]
tg3: eth1: Link is up at 100 Mbps, half duplex.
tg3: eth1: Flow control is off for TX and off for RX.
usbcore: registered new interface driver cdc_ether
|
where are the udev rules ?
Ajay |
|
Back to top |
|
 |
|