Bug 794710
Summary: | ath9k: Cannot enable WiFi in gnome-shell (toggle button switches back to Off state) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Andre Klapper <a9016009> |
Component: | kernel | Assignee: | John W. Linville <linville> |
Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, martinangermeier, shafi.wireless |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: |
Hardware: Lenovo S10-3t + AR9285
|
|
Last Closed: | 2012-03-28 13:40:15 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Andre Klapper
2012-02-17 11:38:45 UTC
Those "ath9k 0000:07:00.0: restoring config space at offset" messages look pretty wierd. I'm not sure what is happening there -- perhaps something on your device has been corrupted? I'll copy someone from the ath9k team, hoping that he has some insight. Could you also post the output of running "rfkill" on the command line? [root@canis /]# rfkill Usage: rfkill [options] command Options: --version show version (0.4) Commands: help event list [IDENTIFIER] block IDENTIFIER unblock IDENTIFIER where IDENTIFIER is the index no. of an rfkill switch or one of: <idx> all wifi wlan bluetooth uwb ultrawideband wimax wwan gps fm [root@canis /]# rfkill list 0: ideapad_wlan: Wireless LAN Soft blocked: yes Hard blocked: no 1: ideapad_bluetooth: Bluetooth Soft blocked: yes Hard blocked: no 2: phy0: Wireless LAN Soft blocked: yes Hard blocked: yes [root@canis /]# I got the same error if I swicht off wifi and try to switch it on again. with rfkill unblock wifi I'm able to start it again. Activating it via gnome switch doesn't work as mentioned [mass update] kernel-3.3.0-4.fc16 has been pushed to the Fedora 16 stable repository. Please retest with this update. [mass update] kernel-3.3.0-4.fc16 has been pushed to the Fedora 16 stable repository. Please retest with this update. [mass update] kernel-3.3.0-4.fc16 has been pushed to the Fedora 16 stable repository. Please retest with this update. Using kernel-3.3.0-4.fc16 the problem still remains, however I get the feeling that the issue lies somewhere else: $andre:\> rfkill list 0: ideapad_wlan: Wireless LAN Soft blocked: no Hard blocked: no 1: ideapad_bluetooth: Bluetooth Soft blocked: no Hard blocked: no 2: phy0: Wireless LAN Soft blocked: no Hard blocked: yes So there are two devices listed for Wireless LAN, and phy0 remains always hardblocked, also when running "rfkill unblock all", and that probably triggers the issue in the UI. And I have no idea where these two entries come from and how to debug this. $andre:\> lsmod | grep phy $andre:\> lsmod | grep ideapad ideapad_laptop 13670 0 sparse_keymap 13342 1 ideapad_laptop rfkill 20448 5 bluetooth,cfg80211,ideapad_laptop "rmmod -f ideapad_laptop" still does not fix the problem (and of course killed bluetooth in gnome-shell's panel - now only phy0 is still listed by rfkill). <tl;dr> SOLVED by workaround. Long version: After spending one and a half hour of reading a few dozens of webpages, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/577114/comments/69 worked for me (resetting BIOS to default). Note to myself: When this happens again also try https://bugs.launchpad.net/ubuntu/+source/linux/+bug/577114/comments/0 and NEVER EVER touch the hardware switch again. Random interesting links: * https://bbs.archlinux.org/viewtopic.php?id=122601 https://bugs.archlinux.org/task/23760 * https://bugs.launchpad.net/ubuntu/+source/linux/+bug/577114 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/782137 http://askubuntu.com/questions/91698/wireless-is-disabled-by-hardware-switch-on-lenovo-z470 * http://glonek.co.uk/linux-mint/wireless-disabled-stuck-in-phy0-hard-blocked/ http://forums.linuxmint.com/viewtopic.php?f=53&t=75086&p=435513&hilit=rfkill * http://forums.fedoraforum.org/showthread.php?t=265935 * https://bugzilla.novell.com/show_bug.cgi?id=661423 * http://www.organicdesign.co.nz/Lenovo_Ideapad_S10-3#Wifi_switch_problem * https://bugzilla.redhat.com/show_bug.cgi?id=674353 Hey, thanks for documenting this! I'm glad you got it working. Some systems depend by default on custom utilities in Windows to do certain things. Unless/until those system vendors provide similar utilities for Linux, we are largely at their mercy. At least in this case they provided for "normal" operation through the BIOS setting you found. |