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 10-30-2017, 10:09 AM   #11
Wunsz
Junior Member
 
Join Date: Oct 2017
Posts: 11
Default

Quote:
Originally Posted by k001 View Post
This seems like a device wants to sleep, and the kernel can't prevent it and is losing it.
That actually gave me an idea. I've attached the dell dock to USB described as 2-2.1 and did:

Code:
echo on | sudo tee /sys/bus/usb/devices/2-2.1/power/level > /dev/null
echo 2 | sudo tee /sys/bus/usb/devices/2-2.1/power/autosuspend > /dev/null
essentially disabling autosuspend on this bus. Will test how it works, but you may want to try it too.

Edit: For XPS 9560 USB-C Port it will be:
Code:
echo on | sudo tee /sys/bus/usb/devices/4-1.1/power/level > /dev/null
echo 2 | sudo tee /sys/bus/usb/devices/4-1.1/power/autosuspend > /dev/null

Last edited by Wunsz; 10-30-2017 at 10:18 AM.
Wunsz is offline   Reply With Quote
 

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 09:16 PM.


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