View previous topic :: View next topic |
Author |
Message |
Robert S Guru
Joined: 15 Aug 2004 Posts: 463 Location: Canberra Australia
|
Posted: Sat Jul 07, 2007 1:57 pm Post subject: Network won't start on Intel DG965RY [SOLVED] |
|
|
I have just bought a system with an Intel DG965RY mobo. I am using the e1000 module for networking. Networking works fine when I use an x86_64 installation, but when I use an almost identical kernel configuration on and x86 installation, networking fails. eg. Quote: | # ifconfig eth0 up
eth0: unknown interface: no such device | Here are relevant bits from my /var/log/messages: Quote: | Jul 7 23:00:50 athlon e1000: 0000:00:19.0: e1000_probe: (PCI Express:2.5Gb/s:Width x1) 00:19:d1:dd:73:05
Jul 7 23:00:50 athlon e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection | and Quote: | Jul 7 23:00:53 athlon rc-scripts: network interface eth0 does not exist
Jul 7 23:00:53 athlon rc-scripts: Please verify hardware or kernel module (driver) | Here's the output of # lspci: Quote: | 00:00.0 Host bridge: Intel Corporation 82P965/G965 Memory Controller Hub (rev 02)
00:01.0 PCI bridge: Intel Corporation 82P965/G965 PCI Express Root Port (rev 02)
00:03.0 Communication controller: Intel Corporation 82P965/G965 HECI Controller (rev 02)
00:19.0 Ethernet controller: Intel Corporation 82566DC Gigabit Network Connection (rev 02)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 02)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 02)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 02)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 02)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev f2)
00:1f.0 ISA bridge: Intel Corporation 82801HH (ICH8DH) LPC Interface Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801H (ICH8 Family) 4 port SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 02)
00:1f.5 IDE interface: Intel Corporation 82801H (ICH8 Family) 2 port SATA IDE Controller (rev 02)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon X1950 GT (rev 9a)
01:00.1 Display controller: ATI Technologies Inc Radeon X1950 GT (Secondary) (rev 9a)
03:00.0 IDE interface: Marvell Technology Group Ltd. 88SE6101 single-port PATA133 interface (rev b1)
07:01.0 Multimedia audio controller: VIA Technologies Inc. ICE1712 [Envy24] PCI Multi-Channel I/O Controller (rev 02)
07:03.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link) | . . . and here is the output of # lsmod: Quote: | Module Size Used by
bridge 42256 0
llc 11540 1 bridge
rfcomm 43160 2
ntfs 202560 1
bnep 22400 0
l2cap 30080 6 rfcomm,bnep
rtc 13072 0
ircomm_tty 26888 0
ircomm 17284 1 ircomm_tty
tun 14464 1
stir4200 16388 0
irda 120632 3 ircomm_tty,ircomm,stir4200
crc_ccitt 6272 1 irda
hci_usb 20380 2
bluetooth 56420 8 rfcomm,bnep,l2cap,hci_usb
parport_pc 41316 0
parport 37704 1 parport_pc
ac97_bus 6528 0
8250_pnp 13696 0
i2c_i801 12304 0
i2c_core 24704 1 i2c_i801
pcspkr 7168 0
pata_marvell 10880 1
intel_agp 27292 1
eth1394 22404 0
sg 33180 0
joydev 13376 0
e1000 115520 0
nfs 212072 0
lockd 62216 1 nfs
sunrpc 158300 2 nfs,lockd
ata_piix 18692 3
ahci 24068 0
libata 111920 3 pata_marvell,ata_piix,ahci
sbp2 25348 0
ohci1394 36912 0
ieee1394 93496 3 eth1394,sbp2,ohci1394
sl811_hcd 15872 0
usbhid 38240 0
ff_memless 9480 1 usbhid
ohci_hcd 23684 0
uhci_hcd 26380 0
usb_storage 79168 0
ehci_hcd 32652 0
usbcore 122120 9 stir4200,hci_usb,sl811_hcd,usbhid,ohci_hcd,uhci_hcd,usb_storage,ehci_hcd | Am I missing something obvious here?
Last edited by Robert S on Mon Jul 09, 2007 12:07 pm; edited 1 time in total |
|
Back to top |
|
|
widan Veteran
Joined: 07 Jun 2005 Posts: 1512 Location: Paris, France
|
Posted: Sat Jul 07, 2007 3:11 pm Post subject: |
|
|
What is the output of "ifconfig -a" ? From your logs, the card is detected, so the interface should exist in there. Maybe it just has another name. Sometimes udev can mess with interface names. |
|
Back to top |
|
|
Robert S Guru
Joined: 15 Aug 2004 Posts: 463 Location: Canberra Australia
|
Posted: Sat Jul 07, 2007 10:00 pm Post subject: |
|
|
Thanks. I now have and eth7 and an eth8.
Is it possible to alter the udev rules so I get my eth0 back again? |
|
Back to top |
|
|
widan Veteran
Joined: 07 Jun 2005 Posts: 1512 Location: Paris, France
|
Posted: Sun Jul 08, 2007 1:38 am Post subject: |
|
|
First remove all the entries in /etc/udev/rules.d/70-persistent-net.rules and reboot. It should "reset" all the interfaces to their normal number. |
|
Back to top |
|
|
Robert S Guru
Joined: 15 Aug 2004 Posts: 463 Location: Canberra Australia
|
Posted: Sun Jul 08, 2007 4:14 am Post subject: |
|
|
Many thanks. That's solved a big mystery about migrating Linux to other hardware. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|