After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 681020 - Disabling wireless activate rfkill
Disabling wireless activate rfkill
Status: RESOLVED DUPLICATE of bug 680632
Product: NetworkManager
Classification: Platform
Component: general
0.9.x
Other Linux
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2012-08-01 21:26 UTC by Julien Danjou
Modified: 2012-08-02 23:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Log of network manager when deactivating the wlan (49.02 KB, text/plain)
2012-08-01 21:26 UTC, Julien Danjou
Details

Description Julien Danjou 2012-08-01 21:26:36 UTC
Created attachment 220103 [details]
Log of network manager when deactivating the wlan

Using Debian GNU/Linux sid with Linux 3.4, with an iwlwifi NIC.

When clicking in GNOME Shell or nm-applet to disable Wifi, it's impossible to reactivate it. It is said to be "hardware disabled". Indeed, it seems that Network Manager activated the rfkill switch:

% sudo rfkill list
0: sony-wifi: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
1: sony-bluetooth: Bluetooth
	Soft blocked: no
	Hard blocked: no
2: phy0: Wireless LAN
	Soft blocked: yes
	Hard blocked: yes
3: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no

I have to do "rfkill unblock 0" to be able to activate wifi again in NetworkManager.

Debug log when I deactivate the wlan from gnome-shell is attached. There's 2 debug traces, in the second one I had reloaded sony-laptop with debug=1 to see what happens with the rfkill switch.
Comment 1 André Klapper 2012-08-02 08:51:19 UTC
Wild guess: "CANNOT FIX".
See https://bugzilla.redhat.com/show_bug.cgi?id=794710#c9
Comment 2 Julien Danjou 2012-08-02 23:19:47 UTC

*** This bug has been marked as a duplicate of bug 680632 ***