Hi,
Just installed 15.10 from scratch, after spending a long time with an older version of Kubuntu (forget which).
I have a Broadcom wireless chip that is driven by the wl module. It needs to be unloaded before suspend, otherwise it takes very long for it to reconnect after a resume.
I've created a file config in /etc/pm/config.d with the following line:
SUSPEND_MODULES= "wl"
However, the module is not unloaded at all when I activate suspend by closing the lid. It DOES work when executing 'pm-suspend' from the console.
Has anything changed here? This used to work in previous versions.
Just installed 15.10 from scratch, after spending a long time with an older version of Kubuntu (forget which).
I have a Broadcom wireless chip that is driven by the wl module. It needs to be unloaded before suspend, otherwise it takes very long for it to reconnect after a resume.
I've created a file config in /etc/pm/config.d with the following line:
SUSPEND_MODULES= "wl"
However, the module is not unloaded at all when I activate suspend by closing the lid. It DOES work when executing 'pm-suspend' from the console.
Has anything changed here? This used to work in previous versions.
Comment