Mittwoch, 5. Juni 2013

Ubuntu WLAN ipw2200 auf hp nc6220

Hatte grade das Problem, dass ums verrecken mein WLAN nicht funktionieren wollte.

dmesg |grep ipw brachte folgendes:

[  755.227381] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[  755.227388] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[  755.227583] ipw2200 0000:02:04.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[  755.227622] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[  755.375649] ipw2200: Radio Frequency Kill Switch is On:
[  755.379099] ipw2200: Detected geography ZZR (14 802.11bg channels, 0 802.11a channels)
[  821.276111] ipw2200: Failed to send TX_POWER: Command timed out.
[  829.508096] ipw2200: Failed to send POWER_MODE: Command timed out.
[  859.412101] ipw2200: Failed to send TX_POWER: Command timed out.
[  865.580104] ipw2200: Failed to send TX_POWER: Command timed out.
[  876.776115] ipw2200: Failed to send TX_POWER: Command timed out.

die entscheidene Zeile in meinem Fall ist die rote.

Das bedeutet dass entweder ein Hard oder Softswitch gerade die Karte deaktiviert. Hardswitch auf meinem Laptop war aber an (leuchtet blau).

Lösung: Das nette programm rfkill hilft hier:

sudo rfkill list
0: hp-wifi: Wireless LAN
    Soft blocked: yes
    Hard blocked: no
2: hp-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
8: phy1: Wireless LAN
    Soft blocked: yes
    Hard blocked: yes
10: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

Mittels

"sudo rfkill unblock 0" konnte ich sie wieder zum Leben erwecken. Danach standen sofort ALLE (hard + softblocked) auf "no".

 Ich frage mich nur welche Aktion die Karte deaktiviert hat...





Keine Kommentare:

Kommentar veröffentlichen