Created attachment 93971 [details] lspci From downstream bug report: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/577114 The problem is the "phy0" hard rfkill switch below: $ rfkill list all 0: ideapad_wlan: Wireless LAN Soft blocked: no Hard blocked: no 1: ideapad_bluetooth: Bluetooth Soft blocked: no Hard blocked: no 3: phy0: Wireless LAN Soft blocked: no Hard blocked: yes 5: hci0: Bluetooth Soft blocked: no Hard blocked: no that is impossible to turn off. Pressing Fn-F5 gives: $ rfkill list all 0: ideapad_wlan: Wireless LAN Soft blocked: yes Hard blocked: no 1: ideapad_bluetooth: Bluetooth Soft blocked: no Hard blocked: no 3: phy0: Wireless LAN Soft blocked: yes Hard blocked: yes 5: hci0: Bluetooth Soft blocked: no Hard blocked: no Also switching on the hardware killswitch on the left side gives: $ rfkill list all 0: ideapad_wlan: Wireless LAN Soft blocked: yes Hard blocked: yes 1: ideapad_bluetooth: Bluetooth Soft blocked: no Hard blocked: yes 3: phy0: Wireless LAN Soft blocked: yes Hard blocked: yes And only that one on and pressing Fn-F5 gives: $ rfkill list all 0: ideapad_wlan: Wireless LAN Soft blocked: no Hard blocked: yes 1: ideapad_bluetooth: Bluetooth Soft blocked: no Hard blocked: yes 3: phy0: Wireless LAN Soft blocked: no Hard blocked: yes
Created attachment 93981 [details] DMI info
Created attachment 93991 [details] Modules in use Running kernel 3.5.0, but also verified with 3.8.
Workarounds seems to be resetting BIOS completely by removing CMOS battery, or turning on bluetooth and wifi in Windows.
Seems to be related to #56381 I have Z570 ideapad and it worked for me on iwl1000N card, thus I assumed ath9k driver was cause (that and the fact that many people reported similar problems on ath9k). Could you, please, check whether "rmmod ath9k && modprobe ath9k" workaround works for you or not?
perhaps related #43007
"rmmod ath9k && modprobe ath9k" workaround does not work.
I have tested 3.9 >rc1 and still it does not work, so it seems like the fix in bug #43007 does not solve the problem here.