I have laptop asus u32u, and have there ubuntu for a year. Have no problems with it.
After installation openSUSE complited I have no wifi on it.
I have red a lot of comments about openSUSE and Atheros, but nothing helps me.
What do I have now:
I have compiled new kernel based on 3.13.6-7-desktop version (I took some options for kernel from that source http://forums.gentoo.org/viewtopic-t-842867-start-0.html )
lsmod | grep ath
ath9k 154432 0
mac80211 534052 1 ath9k
ath9k_common 13551 1 ath9k
ath9k_hw 474295 2 ath9k,ath9k_common
ath 28941 3 ath9k,ath9k_common,ath9k_hw
cfg80211 483531 3 ath9k,mac80211,ath
rfkill list all
0: asus-wlan: Wireless LAN
Soft blocked: yes
Hard blocked: no
1: asus-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
iwconfig
enp4s0f2 no wireless extensions.
wlp6s0 IEEE 802.11bgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry long limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
lo no wireless extensions.
So drivers are correct, BUT
when I enabling wireless (in NetworkManager or by typing rfkill unblock all in console), it goes for a few second to state:
0: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: asus-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
and than back to:
rfkill list all
0: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: asus-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: no
Hard blocked: yes
So I need to push Fn+F2 button to turn on wifi.
Nothing with wifi worked for me.
I can’t up interface due to rkfill state, there is some information in NetworkManager log file:
2014-03-09T19:34:17.322633+04:00 linux-mvvj NetworkManager[718]: <info> (wlp6s0): bringing up device.
2014-03-09T19:34:17.330415+04:00 linux-mvvj NetworkManager[718]: <info> WiFi hardware radio set enabled
2014-03-09T19:34:17.333821+04:00 linux-mvvj NetworkManager[718]: <info> WiFi now enabled by radio killswitch
2014-03-09T19:34:17.335400+04:00 linux-mvvj NetworkManager[718]: <info> (wlp6s0): bringing up device.
2014-03-09T19:34:17.412090+04:00 linux-mvvj NetworkManager[718]: <info> (wlp6s0) supports 4 scan SSIDs
2014-03-09T19:34:17.413354+04:00 linux-mvvj NetworkManager[718]: <info> (wlp6s0): supplicant interface state: starting -> ready
2014-03-09T19:34:17.414285+04:00 linux-mvvj NetworkManager[718]: <info> (wlp6s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
2014-03-09T19:34:17.418605+04:00 linux-mvvj NetworkManager[718]: <warn> Trying to remove a non-existant call id.
2014-03-09T19:34:17.419999+04:00 linux-mvvj NetworkManager[718]: <info> (wlp6s0): supplicant interface state: ready -> disconnected
2014-03-09T19:34:17.421255+04:00 linux-mvvj NetworkManager[718]: <info> (wlp6s0) supports 4 scan SSIDs
2014-03-09T19:34:18.458898+04:00 linux-mvvj NetworkManager[718]: <info> (wlp6s0): supplicant interface state: disconnected -> inactive
2014-03-09T19:34:21.055249+04:00 linux-mvvj NetworkManager[718]: <info> WiFi now disabled by radio killswitch
2014-03-09T19:34:21.057024+04:00 linux-mvvj NetworkManager[718]: <info> (wlp6s0): device state change: disconnected -> unavailable (reason 'none') [30 20 0]
2014-03-09T19:34:21.058768+04:00 linux-mvvj NetworkManager[718]: <info> (wlp6s0): deactivating device (reason 'none') [0]
Have no ideas what else could I do in my case.
Thanks for any help!