11-03-2015, 01:46 PM | #1 |
Junior Member
Join Date: Nov 2015
Posts: 1
|
Cannot suspend laptop in Ubuntu 14.04.3
I installed the DisplayLink driver in mid-September. It worked intermittently for a few weeks and then not all.
Anyway, two weeks ago my laptop stopped being able to suspend. Each time I clicked suspend, the laptop would immediately wake/resume. I removed /etc/pm/sleep.d/displaylink.sh and now I can suspend! |
11-04-2015, 08:09 AM | #2 |
DisplayLink Tech Support
Join Date: Feb 2010
Posts: 55
|
Hello,
To raise it with the engineering team I need more information. Could you please gather log information from your system? In particular, it would be helpful if you restored /etc/pm/sleep.d/displaylink.sh (may require reinstall if you've completely removed it) then reproduce the issue and follow the instructions from this article: http://support.displaylink.com/knowl...to-displaylink Thank you, Szymon |
02-04-2016, 05:29 PM | #3 |
Junior Member
Join Date: Feb 2016
Posts: 1
|
my workaround and fix
I had a similar issue, failure to suspend. This happened after I had a problem with DisplayLinkManager occasionally going crazy and eating half my CPUs, even if no display was installed. That's another problem, though, which I am owrking around by setting the service to manual launch. When I did that, I can no longer suspend, because of how the pm suspend script is written. I added this stanza at the top:
if [ ! -e /usr/lib/displaylink/PmMessagesPort_out ]; then exit 0 fi So the script does not fail if the manager service isn't running. Ross P.S. the informative log for this case is /var/log/pm-suspend.log search from the bottom for Error Last edited by reedstrm; 02-04-2016 at 06:29 PM. Reason: added info about log |
Tags |
14.04, displaylink, suspend, ubuntu, wake |
Thread Tools | Search this Thread |
Display Modes | |
|
|