• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Probleme mit Intel Advanced-N 6200 WiFi-Karte

Björn.J

Newbie
Hallo,

ich habe die WLAN-Karte in meinem Notebook durch diese ausgetauscht: http://www.intel.com/products/wireless/adapters/6200/index.htm

Das Problem ist, dass mir mein System kein Netzwerkgerät für diese Karte anzeigt. Dabei wird sowohl die Karte erkannt und der Treiber geladen.

Der Treiber ist geladen:
Code:
$ lsmod | grep iwl
iwlwifi               354022  0 
mac80211              555559  1 iwlwifi
cfg80211              208286  2 iwlwifi,mac80211

Das Gerät ist erkannt:
Code:
$ lspci -nnk | grep -i net -A2
02:00.0 Ethernet controller [0200]: Atheros Communications Inc. AR8151 v1.0 Gigabit Ethernet [1969:1073] (rev c0)
        Subsystem: Acer Incorporated [ALI] Device [1025:0359]
        Kernel driver in use: atl1c
03:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6200 [8086:422c]
        Subsystem: Intel Corporation Centrino Advanced-N 6200 2x2 AGN [8086:1321]
7f:00.0 Host bridge [0600]: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers [8086:2c62] (rev 05)

Merkwürdigerweise steht bei der WLAN-Karte kein Zusatz "Kernel driver in use: iwlwifi", wie ich es in manch anderen Posts im Internet lesen konnte. Der Treiber wurde aber automatisch geladen.

Es ist auch kein Kill-Switch für WLAN aktiv:
Code:
$ rfkill list
0: acer-wireless: Wireless LAN
        Soft blocked: no
        Hard blocked: no
1: acer-bluetooth: Bluetooth
        Soft blocked: yes
        Hard blocked: no

Die Firmware-Dateien sind installiert:
Code:
$ ll /lib/firmware/iwl*
-rw-r--r-- 1 root root 335056 25. Mai 21:41 /lib/firmware/iwlwifi-1000-3.ucode
-rw-r--r-- 1 root root 337520 25. Mai 21:41 /lib/firmware/iwlwifi-1000-5.ucode
-rw-r--r-- 1 root root 337572 25. Mai 21:41 /lib/firmware/iwlwifi-100-5.ucode
-rw-r--r-- 1 root root 689680 25. Mai 21:41 /lib/firmware/iwlwifi-105-6.ucode
-rw-r--r-- 1 root root 701228 25. Mai 21:41 /lib/firmware/iwlwifi-135-6.ucode
-rw-r--r-- 1 root root 695876 25. Mai 21:41 /lib/firmware/iwlwifi-2000-6.ucode
-rw-r--r-- 1 root root 707392 25. Mai 21:41 /lib/firmware/iwlwifi-2030-6.ucode
-rw-r--r-- 1 root root 150100 25. Mai 21:41 /lib/firmware/iwlwifi-3945-2.ucode
-rw-r--r-- 1 root root 187608 24. Jun 05:16 /lib/firmware/iwlwifi-4965-1.ucode
-rw-r--r-- 1 root root 187972 25. Mai 21:41 /lib/firmware/iwlwifi-4965-2.ucode
-rw-r--r-- 1 root root 345008 25. Mai 21:41 /lib/firmware/iwlwifi-5000-1.ucode
-rw-r--r-- 1 root root 353240 25. Mai 21:41 /lib/firmware/iwlwifi-5000-2.ucode
-rw-r--r-- 1 root root 340696 25. Mai 21:41 /lib/firmware/iwlwifi-5000-5.ucode
-rw-r--r-- 1 root root 337400 25. Mai 21:41 /lib/firmware/iwlwifi-5150-2.ucode
-rw-r--r-- 1 root root 454608  2. Jun 2010  /lib/firmware/iwlwifi-6000-4.ucode
-rw-r--r-- 1 root root 444128 25. Mai 21:41 /lib/firmware/iwlwifi-6000g2a-5.ucode
-rw-r--r-- 1 root root 460236 25. Mai 21:41 /lib/firmware/iwlwifi-6000g2b-5.ucode
-rw-r--r-- 1 root root 679436 25. Mai 21:41 /lib/firmware/iwlwifi-6000g2b-6.ucode
-rw-r--r-- 1 root root 463692 25. Mai 21:41 /lib/firmware/iwlwifi-6050-4.ucode
-rw-r--r-- 1 root root 469780 25. Mai 21:41 /lib/firmware/iwlwifi-6050-5.ucode

Trotzdem kein Gerät da:
Code:
$ iwconfig
eth0      no wireless extensions.

lo        no wireless extensions.

Hat jemand vielleicht eine Ahnung, woran das liegen kann? Dafür wäre ich sehr dankbar. :???:

Ich nutze openSUSE 12.2 RC 1, 64 bit

Edit: Als ich gerade mal in dmesg nachgeguckt habe, ist mir da etwas aufgefallen:
Code:
$ dmesg | grep iwlwifi
[    3.874428] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000
[    3.874430] iwlwifi 0000:03:00.0: pci_resource_base = ffffc90009090000
[    3.874432] iwlwifi 0000:03:00.0: HW Revision ID = 0x0
[    3.874512] iwlwifi 0000:03:00.0: irq 43 for MSI/MSI-X
[    3.921301] iwlwifi 0000:03:00.0: loaded firmware version 9.221.4.1 build 25532
[    3.921518] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG enabled
[    3.921521] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[    3.921530] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
[    3.921531] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
[    3.921533] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_P2P disabled
[    3.921535] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6200 AGN, REV=0x74
[    3.921597] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
[    3.950168] iwlwifi 0000:03:00.0: Unsupported (too old) EEPROM VER=0x416 < 0x423 CALIB=0x5 < 0x4

Die letzte Zeile sieht nicht gut aus. Was kann ich da tun? Welches EEPROM, wie updaten?!
 

Jägerschlürfer

Moderator
Teammitglied
bitte mal das hier lesen und das dort verlinkte Script ausführen und das Ergebnis dann hier posten.
Evtl bringt uns das noch weitere Infos.
http://www.linux-club.de/viewtopic.php?f=19&t=93338
Danke
 
Oben