You are not logged in.
I have updated my arch recently(it sorrowfully that i do it rarely). Usually after pacman -Syu all components failed simultaneously and now i update first the udev next the kernel and then the other. My last update udev-182 linux-3.3.5.
In this time kernel and nvidia depends on each other and i have updated nvidia too. So after restart udev failed and all devices are silent of course. I did the backoff (udev-181, linux-3.2.8 & nvidia). As a result, all the same and in addition X didnt start.Further i installed linux-headers, rebuilded latest version of the kernel and nvidia but udev left unchanged(old stable version). Everything worked, udev started and detected all devices except ethernet... Although I'm not sure that it the udev problem.
Some logs:
http://pastebin.com/ALwgTGs7
Last edited by dzusan (2012-05-18 13:50:55)
Offline
What does "lspci -k" say in terms of driver loaded for your nic?
Burninate!
Offline
[dzusan@helllab ~]$ lspci -k
00:00.0 Host bridge: Intel Corporation 82945G/GZ/P/PL Memory Controller Hub (rev 02)
Subsystem: Intel Corporation Device 2580
00:01.0 PCI bridge: Intel Corporation 82945G/GZ/P/PL PCI Express Root Port (rev 02)
Kernel driver in use: pcieport
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)
Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 01)
Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard
Kernel driver in use: uhci_hcd
00:1d.1 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard
Kernel driver in use: uhci_hcd
00:1d.2 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard
Kernel driver in use: uhci_hcd
00:1d.3 USB controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard
Kernel driver in use: uhci_hcd
00:1d.7 USB controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM,P5LD2-VM Mainboard
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM Motherboard
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM Motherboard
Kernel driver in use: ata_piix
00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA Controller [AHCI mode] (rev 01)
Subsystem: ASUSTeK Computer Inc. Device 2606
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
Subsystem: ASUSTeK Computer Inc. P5KPL-VM Motherboard
01:03.0 Mass storage controller: Integrated Technology Express, Inc. ITE 8211F Single Channel UDMA 133 (rev 11)
Subsystem: ASUSTeK Computer Inc. P5GD1-VW Mainboard
Kernel driver in use: pata_it821x
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 19)
Subsystem: ASUSTeK Computer Inc. Marvell 88E8053 Gigabit Ethernet controller PCIe (Asus)
Kernel driver in use: sky2
04:00.0 VGA compatible controller: NVIDIA Corporation G80 [GeForce 8800 GTS] (rev a2)
Subsystem: NVIDIA Corporation Device 0420
Kernel driver in use: nvidiaOffline
Can somebody help me?
Offline
Seems to be a problematic NIC,googling for it. Have you tried other driver options, like those mentioned here (e.g. #9): http://ubuntuforums.org/showthread.php?t=1215864
Maybe its worth trying the official ones from Marvell as well.
Offline