Uruchomienie karty TP-LINK TL-WN610G w laptopie Dell Latitude e5400 - Debian Sid

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
Kapel
Posty: 3
Rejestracja: 18 listopada 2007, 16:46

Uruchomienie karty TP-LINK TL-WN610G w laptopie Dell Latitude e5400 - Debian Sid

Post autor: Kapel »

Witam.

Ostatnio chciałem uruchomić w swoim laptopie (Dell Latitude e5400) kartę TP-LINK TL-WN610g, karta jest włożona w gniazdo, ale system tak jakby jej "nie widział" (w poprzednim laptopie, którego już nie posiadam karta (też na Debianie) działała bez problemu).

Kod: Zaznacz cały

uname -a
 Linux dell 3.2.0-4-amd64 #1 SMP Debian 3.2.30-1 x86_64 GNU/Linux

Kod: Zaznacz cały

lspci -k | grep Ath
03:00.0 Ethernet controller: Atheros Communications Inc. AR5212/AR5213 Wireless Network Adapter
    Subsystem: Atheros Communications Inc. EZ Connect g 802.11g 108Mbps Wireless PCI Adapter

Kod: Zaznacz cały

lshw -C Network
  *-network               
       description: Network controller
       product: BCM4312 802.11b/g LP-PHY
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:0c:00.0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list
       configuration: driver=b43-pci-bridge latency=0
       resources: irq:17 memory:f69fc000-f69fffff
  *-network
       description: Ethernet interface
       product: NetXtreme BCM5761e Gigabit Ethernet PCIe
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:09:00.0
       logical name: eth0
       version: 10
       serial: a4:ba:db:a9:ae:18
       capacity: 1Gbit/s
       width: 64 bits
       clock: 33MHz
       capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=tg3 driverversion=3.121 firmware=5761e-v3.60 latency=0 link=no multicast=yes port=twisted pair
       resources: irq:46 memory:f68e0000-f68effff memory:f68f0000-f68fffff
  *-network UNCLAIMED
       description: Ethernet controller
       product: AR5212/AR5213 Wireless Network Adapter
       vendor: Atheros Communications Inc.
       physical id: 1
       bus info: pci@0000:03:00.0
       version: 00
       width: 32 bits
       clock: 33MHz
       capabilities: cap_list
       configuration: latency=168 maxlatency=28 mingnt=10
       resources: memory:f4c00000-f4c0ffff
  *-network
       description: Wireless interface
       physical id: 2
       logical name: wlan0
       serial: 70:f1:a1:07:f8:21
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=b43 driverversion=3.2.0-4-amd64 firmware=478.104 ip=192.168.1.3 link=yes multicast=yes wireless=IEEE 802.11bg
 

Kod: Zaznacz cały

ifconfig -a
eth0      Link encap:Ethernet  HWaddr a4:ba:db:a9:ae:18  
          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)
          Interrupt:16 

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:112 errors:0 dropped:0 overruns:0 frame:0
          TX packets:112 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:8768 (8.5 KiB)  TX bytes:8768 (8.5 KiB)

wlan0     Link encap:Ethernet  HWaddr 70:f1:a1:07:f8:21  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:125004 errors:0 dropped:0 overruns:0 frame:0
          TX packets:71261 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:149287633 (142.3 MiB)  TX bytes:7107512 (6.7 MiB)

Kod: Zaznacz cały

iwconfig
lo        no wireless extensions.

wlan0     IEEE 802.11bg  ESSID :o ff/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=off   
          Retry  long limit:7   RTS thr :o ff   Fragment thr :o ff
          Encryption key :o ff
          Power Management :o ff
          
eth0      no wireless extensions.

Kod: Zaznacz cały

lsmod |grep ath
ath5k                 129406  0 
ath                    21370  1 ath5k
mac80211              192768  2 b43,ath5k
cfg80211              137193  4 mac80211,b43,ath,ath5k
No i na koniec to, do czego doszedłem a rozwiązać (nawet z pomocą wujka google) nie potrafię:

Kod: Zaznacz cały

dmesg |grep ath
[    8.188457] ath5k 0000:03:00.0: enabling device (0000 -> 0002)
[    8.188516] ath5k 0000:03:00.0: registered as 'phy1'
[    8.535151] ath5k phy1: failed to reset the MAC Chip
[    8.535217] ath5k: probe of 0000:03:00.0 failed with error -5
Jak widać tp-link byłaby drugą kartą wlan obecną w systemie, ale chyba nie stanowi to żadnego problemu.
ODPOWIEDZ