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

WLAN funktioniert nicht unter opensuse 13.1

Hallo, ich habe die neue Version von opensuse installiert (neu installation, kein update) und habe seit dem kein funktionierendes WLAN mehr.
Unter opensuse 12.3 lief es noch "out of the box" ebenso mit live CDs wie Parted Magic.

opensuse 13.1 erkennt meine Onboard WLAN-karte auch und diese ist auch im Networkmanager aufgeführt. Jedoch ist das Feld "Drahtlose Verbindung aktivieren" ausgegraut. Es handelt sich um eine Qualcomm Atheros AR9485 WLAN-Karte.
Hier die ausgabe von 'rfkill list'
Code:
0: asus-wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: yes

Das kuriose ist, das bei opensuse 12.3 und parted magic kein Hard block vorliegt (extra nochmal getestet) und auch [Fn]+[F2] nicht helfen. Einen anderen Hardware schalter habe ich nicht und auch ein start ins Windows hilft nicht.

Weis jemand warum bei 13.1 Hard blocked erkannt wird, obwohl das ja offensichtlich nicht der fall ist? :???:

Vielen Dank für eure hilfe.
 
OP
P

petavonfrosta

Newbie
folgendes ist passiert...
der Laptop ist in den Ruhezustand gegangen und nachdem anschließendem aufwecken... siehe da WLAN funktioniert von ganz allein (also ohne etwas verändert zu haben). Ich hab dann gleich mal einen neustart gemacht mit dem Ergebnis WLAN funktioniert nicht. Diesmal manuel in den Ruhezustand gegangen und anschließend wieder aufgeweckt -> WLAN funktioniert. Das selbe geht auch mit dem Tiefschlaf modus (neustarten -> tiefschlaf -> aufwecken).

Nachdem aufwecken gibt es laut 'rfkill' auch kein Hard block mehr. So bin ich erstmal glücklich das dass WLAN funktioniert, jedoch zufriedenstellend ist es noch nicht.
Ich vermute mal das es ein Timing-Problem beim hochfahren ist..oder? Weiß jemand was ich ändern muß, damit schon nachdem ersten Hochfahren mein WLAN funktioniert?? bzw. wie ich den Ruhemodus einzeln nur für die WLAN-Karte aktiviere und anschließend wieder aufwecke (mit einem script)??

Vielen Dank erstmal..
 

Jägerschlürfer

Moderator
Teammitglied
Vielleicht einfach mal das hier ausführen und uns wissen lassen, was dabei rausgekommen ist:
http://www.linux-club.de/viewtopic.php?f=107&t=93338
 
OP
P

petavonfrosta

Newbie
mmm vielleicht stell ich mich ja zu blöd an, aber die darin verlinkte Seite enthält keine Anweisung oder ein Script welches man ausführen soll...
 
Hallo petervonfrosta,

petavonfrosta schrieb:
mmm vielleicht stell ich mich ja zu blöd an, aber die darin verlinkte Seite enthält keine Anweisung oder ein Script welches man ausführen soll...
Da ist doch der Link auf framp´s Seite, er hat collectNWData geschaffen, also nutze es so:

Code:
wget -O collectNWData.sh http://www.linux-tips-and-tricks.de/CND_download && bash ./collectNWData.sh

Lieben Gruß aus Hessen
 
OP
P

petavonfrosta

Newbie
Entschuldigt die späte Rückmeldung,
also hier die Ausgabe:
Code:
collectNWData.sh V0.6.13c (Rev: 1.372, Build: 2013/09/27 16:37:22 UTC)

--- Which type of your network connection should be tested?
--- (1) Wireless connection (WLAN)

--- What's the type of networktopology?
--- (2) WLAN HW router <---> LinuxClient

--- On which host is the script executed?
--- (1) LinuxClient
--- WLAN SSID to connect to: §§§§§§§§1

--- NWEliza is analyzing the system for common network configuration errors ...

!!! CND0110E: For the selected connection type there was no active network interface found on your system
!!! CND0230W: IPV6 enabled and may be the reason for network problems
!!! CND0310W: Classic network configuration with ifup was detected. Configuration with networkmanager is easier
!!! CND0450W: WLAN key masquerading is not fully tested on this distribution. Please check output file collectNWData.txt for visible WLAN keys and masquerade them manually
--- Go to http://www.linux-tips-and-tricks.de/CND to get more detailed instructions 
--- about the error/warning messages and how to fix the problems on your own.

--- If you are unsuccessful then place the contents of file collectNWData.txt in the net
--- (see http://www.linux-tips-and-tricks.de/CND_UPL for links) 
--- and then paste the nopaste link on your favorite Linux forum.

==================================================================================================================
===== cat /etc/*[-_]release || cat /etc/*[-_]version =============================================================
/etc/lsb-release
/etc/os-release
/etc/SuSE-release
LSB_VERSION="core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64"
NAME=openSUSE
VERSION="13.1 (Bottle)"
VERSION_ID="13.1"
PRETTY_NAME="openSUSE 13.1 (Bottle) (x86_64)"
ID=opensuse
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:opensuse:13.1"
BUG_REPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://opensuse.org/"
ID_LIKE="suse"
openSUSE 13.1 (x86_64)
VERSION = 13.1
CODENAME = Bottle
# /etc/SuSE-release is deprecated and will be removed in the future, use /etc/os-release instead
===== uname -a ===================================================================================================
Linux Linux.feveh.net 3.11.6-4-desktop #1 SMP PREEMPT Wed Oct 30 18:04:56 UTC 2013 (e6d4a27) x86_64 x86_64 x86_64 GNU/Linux
===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "^#|^$" | grep -v "=''" ================================
--- /etc/sysconfig/network/ifcfg-enp4s0
BOOTPROTO='dhcp'
NAME='Attansic Ethernet controller'
STARTMODE='auto'
USERCONTROL='no'
--- /etc/sysconfig/network/ifcfg-wlp3s0
BOOTPROTO='dhcp'
NAME='Atheros WLAN controller'
STARTMODE='auto'
USERCONTROL='yes'
WIRELESS_AP_SCANMODE='1'
WIRELESS_AUTH_MODE='open'
WIRELESS_BITRATE='auto'
WIRELESS_DEFAULT_KEY=@@@@@@
WIRELESS_KEY_LENGTH=@@@@@@
WIRELESS_MODE='Managed'
WIRELESS_POWER='no'
===== ping tests =================================================================================================
Ping of 173.194.35.176 OK
Ping of www.google.com OK
===== cat /etc/resolv | grep -i "nameserver" =====================================================================
nameserver 192.168.100.1
===== cat /etc/hosts =============================================================================================
127.0.0.1	localhost
===== (route -n && route -A inet6 -n) | egrep "(eth|ath|ra|wlan|dsl|ppp)" ========================================
===== ifconfig (filtered for eth|wlan|ra|ath|dsl|ppp) ============================================================
===== lspci ======================================================================================================
03:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)
	Subsystem: AzureWave Device [1a3b:1186]
	Kernel driver in use: ath9k
--
04:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8161 Gigabit Ethernet [1969:1091] (rev 10)
	Subsystem: ASUSTeK Computer Inc. Device [1043:14c7]
	Kernel driver in use: alx
===== lsusb | grep -v "root hub" =================================================================================
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 002: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 001 Device 003: ID 1bcf:2883 Sunplus Innovation Technology Inc. 
===== hwinfo (filtered) ==========================================================================================
23: PCI 300.0: 0282 WLAN controller
  Model: "Atheros WLAN controller"
  Vendor: pci 0x168c "Atheros Communications Inc."
  Device: pci 0x0032 
  SubVendor: pci 0x1a3b 
  SubDevice: pci 0x1186 
  Driver: "ath9k"
  Driver Modules: "ath9k"
  Device File: wlp3s0
  Link detected: yes
    Driver Status: ath9k is active
    Driver Activation Cmd: "modprobe ath9k"
24: PCI 400.0: 0200 Ethernet controller
  Model: "Attansic Ethernet controller"
  Vendor: pci 0x1969 "Attansic Technology Corp."
  Device: pci 0x1091 
  SubVendor: pci 0x1043 "ASUSTeK Computer Inc."
  SubDevice: pci 0x14c7 
  Driver: "alx"
  Driver Modules: "alx"
  Device File: enp4s0
  Link detected: no
    Driver Status: alx is active
    Driver Activation Cmd: "modprobe alx"
===== lsmod (filtered) ===========================================================================================
| ac              | af_packet       | alx             | arc4            | ath              |
| ath9k           | ath9k_common    | ath9k_hw        | bnep            | cfg80211         |
| coretemp        | drm             | drm_kms_helper  | efivarfs        | ghash_clmulni_intel |
| i2c_algo_bit    | i2c_i801        | i915            | ip_tables       | kvm              |
| kvm_intel       | lpc_ich         | mac80211        | mdio            | mfd_core         |
| mperf           | mxm_wmi         | nouveau         | rfkill          | scsi_dh          |
| scsi_dh_alua    | scsi_dh_emc     | scsi_dh_hp_sw   | scsi_dh_rdac    | serio_raw        |
| sg              | shpchp          | sparse_keymap   | sr_mod          | ttm              |
| tun             | wmi             | xhci_hcd        |
===== iwconfig ===================================================================================================
===== ls /lib/firmware/*.{fw,ucode,bin} ==========================================================================
| agere_ap_fw.bin         | agere_sta_fw.bin        | ar5523.bin              | ar7010.fw                |
| ar7010_1_1.fw           | ar9170-1.fw             | ar9170-2.fw             | ar9271.fw                |
| ath3k-1.fw              | bnx2x-e1-4.8.53.0.fw    | bnx2x-e1-5.2.13.0.fw    | bnx2x-e1-5.2.7.0.fw      |
| bnx2x-e1h-4.8.53.0.fw   | bnx2x-e1h-5.2.13.0.fw   | bnx2x-e1h-5.2.7.0.fw    | carl9170-1.fw            |
| dvb-fe-xc5000-1.6.114.fw| dvb-usb-af9015.fw       | dvb-usb-dib0700-1.20.fw | dvb-usb-terratec-h5-drxk.fw |
| f2255usb.bin            | htc_7010.fw             | htc_9271.fw             | intelliport2.bin         |
| iwlwifi-100-5.ucode     | iwlwifi-1000-3.ucode    | iwlwifi-1000-5.ucode    | iwlwifi-105-6.ucode      |
| iwlwifi-135-6.ucode     | iwlwifi-2000-6.ucode    | iwlwifi-2030-6.ucode    | iwlwifi-3160-7.ucode     |
| iwlwifi-3945-2.ucode    | iwlwifi-4965-1.ucode    | iwlwifi-4965-2.ucode    | iwlwifi-5000-1.ucode     |
| iwlwifi-5000-2.ucode    | iwlwifi-5000-5.ucode    | iwlwifi-5150-2.ucode    | iwlwifi-6000-4.ucode     |
| iwlwifi-6000g2a-5.ucode | iwlwifi-6000g2a-6.ucode | iwlwifi-6000g2b-5.ucode | iwlwifi-6000g2b-6.ucode  |
| iwlwifi-6050-4.ucode    | iwlwifi-6050-5.ucode    | iwlwifi-7260-7.ucode    | lbtf_usb.bin             |
| lgs8g75.fw              | mt7650.bin              | mts_mt9234mu.fw         | mts_mt9234zba.fw         |
| phanfw.bin              | ql2100_fw.bin           | ql2200_fw.bin           | ql2300_fw.bin            |
| ql2322_fw.bin           | ql2400_fw.bin           | ql2500_fw.bin           | rp2.fw                   |
| rt2561.bin              | rt2561s.bin             | rt2661.bin              | rt2860.bin               |
| rt2870.bin              | rt3070.bin              | rt3071.bin              | rt3090.bin               |
| rt3290.bin              | rt73.bin                | s2250.fw                | s2250_loader.fw          |
| tlg2300_firmware.bin    | tr_smctr.bin            | usbdux_firmware.bin     | usbduxfast_firmware.bin  |
| usbduxsigma_firmware.bin| v4l-cx231xx-avcore-01.fw| v4l-cx23418-apu.fw      | v4l-cx23418-cpu.fw       |
| v4l-cx23418-dig.fw      | v4l-cx23885-avcore-01.fw| v4l-cx25840.fw          | vntwusb.fw               |
===== iwlist scanning (filtered) =================================================================================
No WLANs found
===== ndiswrapper -l =============================================================================================
No ndiswrapper module loaded
===== Active processes ===========================================================================================
wpa_supplicant:YES networkmanager:YES nm-applet:NO
===== ===== egrep -i "^[^#].*(persistent|networkmanager)" /etc/sysconfig/network/config ==========================
FORCE_PERSISTENT_NAMES=""
===== rfkill list wifi ===========================================================================================
0: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: asus-wlan: Wireless LAN
	Soft blocked: no
	Hard blocked: no
===== Actual date for bias of following greps ====================================================================
21:14:14 2013-12-05
===== grep -i radio /var/log/messages* | tail -n 5 ===============================================================
===== dmesg | grep -i radio | tail -n 5 ==========================================================================
===== tail -n 300 /var/log/messages* | /usr/bin/grep -i firmware | tail -n 10 ====================================
===== egrep 'eth|ath|wlan|ra|ppp' /etc/udev/rules.d/*net_persistent* /etc/udev/rules.d/*persistent-net* ==========
===== egrep -r 'eth[0-10]|ath[0-10]|wlan[0-10]|ra[0-10]' /etc/modprobe.*|egrep -v -i '#|blacklist' ===============
==================================================================================================================
*** NWElizaStates V0.6.13c
DI:0 AP:0 FALON:1 NI:1 cNI:1 NDIS:0 CM:0 IP6:1 KM:0 WLW:0 RTDT:SuSE GUI:0 UID:0
 

tomm.fa

Administrator
Teammitglied
Für Querleser:
Jägerschlürfer schrieb:
Vielleicht einfach mal das hier ausführen und uns wissen lassen, was dabei rausgekommen ist:
http://www.linux-club.de/viewtopic.php?f=107&t=93338
petavonfrosta schrieb:
mmm vielleicht stell ich mich ja zu blöd an, aber die darin verlinkte Seite enthält keine Anweisung oder ein Script welches man ausführen soll...
Der Link im zuvor genannten Thema wurde (heute am 05.12.2013) angepasst und verweist nun direkt auf die Übersicht von collectNWData (http://www.linux-tips-and-tricks.de/overview). ;)
 

Sauerland

Ultimate Guru
opensuse 13.1 erkennt meine Onboard WLAN-karte auch und diese ist auch im Networkmanager aufgeführt. Jedoch ist das Feld "Drahtlose Verbindung aktivieren" ausgegraut.
===== cat /etc/sysconfig/network/ifcfg-[earwd]* | grep -v "^#|^$" | grep -v "=''" ================================
--- /etc/sysconfig/network/ifcfg-enp4s0
BOOTPROTO='dhcp'
NAME='Attansic Ethernet controller'
STARTMODE='auto'
USERCONTROL='no'
--- /etc/sysconfig/network/ifcfg-wlp3s0
BOOTPROTO='dhcp'
NAME='Atheros WLAN controller'
STARTMODE='auto'
USERCONTROL='yes'
WIRELESS_AP_SCANMODE='1'
WIRELESS_AUTH_MODE='open'
WIRELESS_BITRATE='auto'
WIRELESS_DEFAULT_KEY=@@@@@@
WIRELESS_KEY_LENGTH=@@@@@@
WIRELESS_MODE='Managed'
WIRELESS_POWER='no'
Das sollte sich gegenseitig ausschließen, Networkmanager(-plasmoid) und Ifup/Yast.
Siehe hier:
http://www.linupedia.org/opensuse/Umstellung_von_YaST/ifup_auf_den_NetworkManager
 
OP
P

petavonfrosta

Newbie
ok.. was muß ich machen?? ich denke das die config dateien von Ifup/Yast existieren liegt da dran: als ich festgestellt habe, das dass WLAN mit dem Networkmanager nicht funktioniert, habe ich es erfolglos mit Yast versucht. Die 12.3 hatte ja da auch ein WLAN problem. Anschließend habe ich dann wieder zurück auf den Networkmanager gewechselt.

Wie gesagt mit dem Ruhezustand mit anschließenden aufwachen funktioniert es. Nur ist das nicht das gelbe vom Ei.
 

spoensche

Moderator
Teammitglied
Unter Yast->Netzwerkgeräte->Netzwerkeinstellungen->Globale Optionen das Häckchen bei Benutzergesteuert mit Networkmanager setzen und speichern. Anschließend per NetworkManager deine Netzwerkkarte konfigurieren.
 
OP
P

petavonfrosta

Newbie
Genau das habe ich ja anschließend gemacht. Also unter
Yast->Netzwerkgeräte->Netzwerkeinstellungen->Globale Optionen
den Haken wieder bei Networkmanager gesetzt.

Anschließend per NetworkManager deine Netzwerkkarte konfigurieren.
Das habe ich letzt endlich gemacht. Nur ging es nach dem umstellen in Yast vorerst nicht,
da ja im Networkmanager das feld "Drahtlose Verbindung aktivieren" ausgegraut ist.
Das kommt daher, weil die Karte Hard-Blocked ist.
Code:
1: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: yes

Per zufall habe ich herausgefunden das nach einem Ruhezustand die Karte nicht mehr Hard-blocked ist.
Und dann kann ich auch das WLAN mittels Networkmanager konfigurieren.

Jetzt ist ja die Karte konfiguriert und nach jedem neustart ist die Karte Hard-blocked.
Erst nach dem Ruhezustand kann ich mich mit dem WLAN verbinden.

Bei geblockter Karte hilft [Fn] + [F2] auch nicht. Einen anderen Hardware-schalter habe ich nicht an dem Laptop.
 

RobertG2

Newbie
Hallo petavonfrosta,

auch wenn es Dir nicht viel hilft und ich hier einen "alten" Thread aus der Versenkung hole. Ich habe gerade mit einem ASUS-Notebook P550C und Atheros WLAN Controller das gleiche Problem. Hochfahren des Rechners → anmelden unter KDE → "Gerät über Hardware deaktiviert".
Fn+F1 (schlafen legen)
On (Einschaltbutton)
WLan ist verfügbar.

Ich selbst hätte damit kein großes Problem. Nur habe ich den Rechner für eine Person gekauft, die ihre ersten Schritte mit Linux macht.

Eine Lösung habe ich gestern vergebens gesucht, nur einen Leidensgenossen gefunden.

Gruß

Robert
 
OP
P

petavonfrosta

Newbie
Hallo Robert,

ich habe auch erst jetzt deine Antwort gelesen.
Wir haben da wirklich die selbe Konstellation.
Ich habe eben auch den Laptop für jemanden anderen Eingerichtet.

Das Problem ist auch noch in 13.2 aktuell. Auch hier das selbe :irre:
Das ist komisch, denn bei 12.3 und anderen Distros habe ich nicht dieses Problem.

Also bis jetzt noch keine Lösung... Aber immer noch an einer Lösung interessiert.
 
Oben