Karta sieciowa PCI-E 82574L

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
savior
Posty: 2
Rejestracja: 02 marca 2010, 13:52

Karta sieciowa PCI-E 82574L

Post autor: savior »

Witam po raz pierwszy na forum.
Mam broblem z kartą sieciową pod Debiam 6
Jest to karta 82574L

Kod: Zaznacz cały

root@debian-router:/# uname -r
2.6.32-5-amd64

Kod: Zaznacz cały

root@debian-router:/# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:1c:c4:2d:1e:01  
          inet addr:192.168.0.20  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::21c:c4ff:fe2d:1e01/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:10281 errors:0 dropped:0 overruns:0 frame:0
          TX packets:9436 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:1477092 (1.4 MiB)  TX bytes:778270 (760.0 KiB)
          Interrupt:17 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:560 (560.0 B)  TX bytes:560 (560.0 B)

pan0      Link encap:Ethernet  HWaddr c2:03:f9:6d:58:0b  
          BROADCAST MULTICAST  MTU:1500  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 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

wlan0     Link encap:Ethernet  HWaddr 74:ea:3a:f5:08:c8  
          UP BROADCAST MULTICAST  MTU:1500  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:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

Kod: Zaznacz cały

root@debian-router:/# lspci | grep Ethernet
05:09.0 Ethernet controller: Atheros Communications Inc. AR5007G Wireless Network Adapter (rev 01)
28:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
3f:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5755 Gigabit Ethernet PCI Express (rev 02)
Podczas startu systemu mam taki komunikaty zwiazane ze sterownikiem e1000e który powinien obsługiwać ta kartę:

Kod: Zaznacz cały

root@debian-router:/var/log# cat dmesg | grep e1000e
[    0.681804] e1000e: Intel(R) PRO/1000 Network Driver - 1.2.20-NAPI
[    0.681806] e1000e: Copyright(c) 1999 - 2010 Intel Corporation.
[    0.681830] e1000e 0000:28:00.0: Disabling ASPM  L1
[    0.681854] e1000e 0000:28:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.681892] e1000e 0000:28:00.0: setting latency timer to 64
[    0.682397] e1000e 0000:28:00.0: (unregistered net_device): Failed to initialize MSI-X interrupts.  Falling back to MSI interrupts.
[    0.682437] e1000e 0000:28:00.0: (unregistered net_device): Failed to initialize MSI interrupts.  Falling back to legacy interrupts.
[    0.682731] e1000e 0000:28:00.0: Disabling ASPM L0s 
[    0.728823] e1000e 0000:28:00.0: (unregistered net_device): The NVM Checksum Is Not Valid
[    0.739056] e1000e 0000:28:00.0: PCI INT A disabled
[    0.739065] e1000e: probe of 0000:28:00.0 failed with error -5
No i nie bardzo wiem jak sobie z tym poradzić.
Kompilowałem sam ze strony intele sterowniki załadowałem je i dalej nie działa.
Może ktoś miał podobny problem i wie jak go rozwiązać.
Pozdrawiam
Awatar użytkownika
DaVidoSS
Junior Member
Posty: 875
Rejestracja: 06 marca 2010, 11:26
Lokalizacja: ~/

Post autor: DaVidoSS »

A pokaż no jeszcze :

Kod: Zaznacz cały

cat /etc/udev/rules.d/70-persistent-net.rules
lspci -n
savior
Posty: 2
Rejestracja: 02 marca 2010, 13:52

Post autor: savior »

Kod: Zaznacz cały

cat /etc/udev/rules.d/70-persistent-net.rules

Kod: Zaznacz cały

# PCI device 0x10ec:0x8139 (8139too)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="xx:xx:xx:xx:xx:xx", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

# PCI device 0x168c:0x001d (ath5k)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="yy:yy:yy:yy:yy:yy", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="wlan*", NAME="wlan0"

# PCI device 0x14e4:0x167b (tg3)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="zz:zz:zz:zz:zz:zz", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"

Kod: Zaznacz cały

lspci -n

Kod: Zaznacz cały

00:00.0 0600: 8086:277c
00:01.0 0604: 8086:277d
00:1b.0 0403: 8086:27d8 (rev 01)
00:1c.0 0604: 8086:27d0 (rev 01)
00:1c.4 0604: 8086:27e0 (rev 01)
00:1c.5 0604: 8086:27e2 (rev 01)
00:1d.0 0c03: 8086:27c8 (rev 01)
00:1d.1 0c03: 8086:27c9 (rev 01)
00:1d.2 0c03: 8086:27ca (rev 01)
00:1d.3 0c03: 8086:27cb (rev 01)
00:1d.7 0c03: 8086:27cc (rev 01)
00:1e.0 0604: 8086:244e (rev e1)
00:1f.0 0601: 8086:27b8 (rev 01)
00:1f.1 0101: 8086:27df (rev 01)
00:1f.2 0104: 8086:27c3 (rev 01)
01:00.0 0300: 1002:7153
01:00.1 0380: 1002:7173
05:09.0 0200: 168c:001d (rev 01)
05:0a.0 0200: 10ec:8139 (rev 10)
28:00.0 0200: 8086:10d3
3f:00.0 0200: 14e4:167b (rev 02)
ODPOWIEDZ