Comment 24 for bug 1311257

Revision history for this message
vedavata (vedavrata) wrote :

I had the same problem.
And I tries several fixes.
Something helped me (it seems)...

Symptoms:
"""
 # ifup wlan0
interface wlan0 not configured
"""
 # lshw -C network
[...]
*-network DISABLED
       description: Wireless interface
"""

Probably this resoled the issue:

 # gksu gedit /etc/pm/config.d/unload_modules
SUSPEND_MODULES="$SUSPEND_MODULES iwlwifi"

{by http://www.webupd8.org/2013/01/fix-wireless-or-wired-network-not.html ...}

I will monitor...