← Back to team overview

touch-packages team mailing list archive

[Bug 1371625] Re: wifi don't work after suspend

 

paolo, I did have encountered the issue you mentioned in comment #7,
however that was on ubuntu precise (12.04), and it wasn't reproduced on
12.10 and later. Could you please report a separate LP bug for it.

For the NM asleep issue, we can put the workaround in a PM hook, so we
don't have to manually invoke the command every time.

Please create a file /etc/pm/sleep.d/90_awake-network-manager with below content:
```
#!/bin/sh

case "$1" in
    resume|thaw)
        nmcli nm sleep false
        ;;
esac
```

Please also make sure it's executable:

chmod a+x /etc/pm/sleep.d/90_awake-network-manager

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1371625

Title:
  wifi don't work after suspend

Status in OEM Priority Project:
  New
Status in “network-manager” package in Ubuntu:
  Confirmed

Bug description:
  When i take my laptop, fujitsu-siemens AMILO-Li3710,  from a suspend state wifi don't work.
  I need to restart it to function properly.

  This is my laptop and i have ubuntu 14.04..
  http://wiki.ubuntu-it.org/Hardware/Notebook/FujitsuSiemensAMILOLi3710

  thx

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1371625/+subscriptions


References