Go Back   DisplayLink Forum > DisplayLink Graphics Technology > Linux and Open Source

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 02-04-2016, 06:29 PM   #3
reedstrm
Junior Member
 
Join Date: Feb 2016
Posts: 1
Default 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 07:29 PM. Reason: added info about log
reedstrm is offline   Reply With Quote
 

Tags
14.04, displaylink, suspend, ubuntu, wake

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:03 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.