GNOME Bugzilla – Bug 624479
NM activates previously disabled wifi option on suspend resume
Last modified: 2016-03-11 17:42:56 UTC
Right click on the panel applet and uncheck the wifi option. (I want to standby wifi capability when connecting through eth). Suspend then resume your pc. Wifi option is now checked and your computer is eventually connected to your home wifi LAN if NM was set to automatically connect. I'm using Ubuntu 10.04 AMD64 on an ASUS A7K. Thank you.
There were some changes regarding the issue some time ago. What version of NM do you use? Could you paste /var/log/daemon.log file?
Fixed; the issue was that the "Enable Wireless" state was nominally tied to rfkill state, which would override the state file. Thus on reboot since rfkill was not blocking wifi, even if the state file said "off" NM would re-enable wifi since rfkill said wifi was on. With the following commit, the user preference stays enforced regardless of the rfkill state. e86ef05d84749c5a15d7bcf30f78056ca205489c (master) 935db4c3064abeb270595e7d2bfa6398c1b196bb (0.8.x)
Great! Thank you
*** Bug 634416 has been marked as a duplicate of this bug. ***