Ich hab mir gerade eine WLAN-Karte gekauft, die aber furchtbar langsam ist. Hatte mir extra eine mit Atheros-Chipsatz ausgesucht, aber komme trotzdem nicht über 80k/s (mit Kabel sind's 1000). Das ist ein debian sid, hat jemand ne Ahnung, wonach ich schauen soll.
Code: Alles auswählen
root@Godot:~> lspci -nn | grep Atheros
02:08.0 Ethernet controller [0200]: Atheros Communications Inc. AR2413 802.11bg NIC [168c:001a] (rev 01)
root@Godot:~> lsmod | grep -i ath
ath5k 103040 0
mac80211 164640 1 ath5k
led_class 7940 1 ath5k
cfg80211 34704 2 ath5k,mac80211
root@Godot:~> uname -r
2.6.28-0.slh.10-sidux-686
root@Godot:~> dmesg
(...)
ath5k_pci 0000:02:08.0: PCI INT A -> Link[LNKA] -> GSI 19 (level, low) -> IRQ 19
ath5k_pci 0000:02:08.0: registered as 'phy1'
phy1: Selected rate control algorithm 'minstrel'
ath5k phy1: Atheros AR2413 chip found (MAC: 0x78, PHY: 0x45)
wlan0: authenticate with AP 00:04:0e:d5:2b:e7
wlan0: authenticated
wlan0: associate with AP 00:04:0e:d5:2b:e7
wlan0: RX AssocResp from 00:04:0e:d5:2b:e7 (capab=0x451 status=0 aid=2)
wlan0: associated
ath5k phy1: noise floor calibration timeout (2447MHz)
ath5k phy1: noise floor calibration timeout (2447MHz)
Schöne Grüße,
Severin