Ich habe ein ACER Notebook mit Wireless Broadcom Karte. WLAN funktioniert über den Netzwerkmanager auch einwandfrei.
Hier die Wireless Karte meines Notebooks:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*-network
description: Wireless interface
product: BCM43225 802.11b/g/n
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:07:00.0
logical name: eth1
version: 01
serial: 18:f4:6a:23:82:6f
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=wl0 driverversion=5.100.82.112 ip=192.168.2.105 latency=0 multicast=yes wireless=IEEE 802.11abg
resources: irq:19 memory:c0000000-c0003fff
|
Beim überprüfen der Logdateien habe ich dann komische Fehlermeldungen erhaltenen.
Hier mal ein Ausschnitt:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
Dec 30 10:12:36 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:12:42 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:12:42 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:12:48 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:12:48 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:12:54 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:12:54 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:00 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:00 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:06 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:06 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:12 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:12 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:18 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:18 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:24 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:24 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:30 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:30 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:36 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:36 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:42 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
Dec 30 10:13:42 gentoo kernel: ERROR @wl_cfg80211_get_station : Could not get rssi (-22)
|
Zuerst einmal müllt der Fehler mir die /var/log/messages zu, dann bleibt die Frage, warum die Meldung nur alle 6 Minuten kommt?
Und dann auch noch doppelt?
Liegt es jetzt an dem Broadcom Treiber?
Oder habe ich was im Kernel vergessen zu aktivieren?
PS: Dieses Problem habe ich auch in unserem
Forum gepostet.