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 663650 - re-enabeling wirelss network on network manager does not work properly
re-enabeling wirelss network on network manager does not work properly
Status: RESOLVED FIXED
Product: NetworkManager
Classification: Platform
Component: nm-applet
0.9.x
Other Linux
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks:
 
 
Reported: 2011-11-08 20:49 UTC by Carla Sella
Modified: 2012-04-01 17:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Carla Sella 2011-11-08 20:49:53 UTC
Hello,
I'm reporting upstream a bug I already have reported in launchpad for
Ubuntu.
If you disable wireless networking on network manager and then re-enable
it, wireless networks are not displayed anymore.
To get them displayed again you have to check enable wireless, uncheck
enable networking and re-check enable networking, and then you will see
the wireless networks again.

This is the bug I opened on launchpad with all the details:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/876822
Comment 1 Jiri Klimes 2011-11-09 11:57:39 UTC
Are you able to re-enable wireless with 'sudo rfkill unblock all' ?

Please grab output of 'rfkill list' after each toggle of wireless.

If 'rfkill unblock all' doesn't help, try removing hp-wmi platform driver:
$ sudo rmmod hp-wmi
Comment 2 Carla Sella 2011-11-09 20:03:05 UTC
Hello,

with wireless networking and networking checked rfkill list gave me this output:
0: hp-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no


I then unchecked wireless networking and got this output:
root@letozaf-HP-G62:/home/letozaf# rfkill list
0: hp-wifi: Wireless LAN
	Soft blocked: yes
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: yes
	Hard blocked: no

checked wireless networking again but no connections showed and got this output:
root@letozaf-HP-G62:/home/letozaf# rfkill list
0: hp-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

I then typed  "sudo rfkill unblock all" and got this output:

root@letozaf-HP-G62:/home/letozaf# rfkill list
0: hp-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no


unchecked networking leaving wireless checked and got this output:
root@letozaf-HP-G62:/home/letozaf# rfkill list
0: hp-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no

I then checked networking again and wireless networks apeared and got:
root@letozaf-HP-G62:/home/letozaf# rfkill list
0: hp-wifi: Wireless LAN
	Soft blocked: no
	Hard blocked: no
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
Comment 3 Carla Sella 2011-11-09 20:06:56 UTC
I tryed removing hp-wmi platform driver with "sudo rmmod hp-wmi", I then unckecked wireless networks, when I re-checked  wireless networks it worked! all wireless networks were displayed again and I got automatically connected to the wireless network I was connected before unchecking wireless networks.
So I definitly think that removing hp-wmi soleved the problem.

Carla
Comment 4 Christopher M. Penalver 2012-04-01 17:30:24 UTC
lakhil@novell.com, it is noticed you marked this RESOLVED FIXED. Could you please provide a commit for this?
Comment 5 Carla Sella 2012-04-01 17:32:23 UTC
I tried to  disable wireless networking on network manager and then re-enable it on Precise Pangolin Beta 2 and it works so I can say the bug is solved.