home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
Technotrend cards (e.g. TT S2-3200) don't work after standby/hibernate
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Muldini" data-source="post: 138085" data-attributes="member: 46170"><p>Love you scoop, it works <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>I edited your batch file to the following and this1 works for me:</p><p></p><p>[code]</p><p>if %1 == standby goto :standby</p><p>if %1 == wakeup goto :wakeup</p><p>goto :end</p><p></p><p>:standby</p><p>devcon disable *1131</p><p>wait 2</p><p>devcon disable *1131</p><p>goto :end </p><p></p><p>:wakeup</p><p>devcon enable *1131</p><p>wait 2</p><p>devcon enable *1131</p><p>wait 15 </p><p></p><p>:end</p><p>[/code]</p><p></p><p>You will need the tool "wait.exe", which can be downloaded here: <a href="http://www.bjoernhenke.de/frame.htm?/wait/index.de.htm" target="_blank">http://www.bjoernhenke.de/frame.htm?/wait/index.de.htm</a></p><p></p><p>Further you will need the devcon tool, which can be downloaded here:</p><p><a href="http://support.microsoft.com/kb/311272" target="_blank">http://support.microsoft.com/kb/311272</a></p><p></p><p>Have the "wait.exe", "devcon.exe" and the batch file (code above or attached file) in the same directory and point to the "tt-driver.bat" in the PowerScheduler Plugin under the "Advanced" tab.</p><p></p><p>Next step is to find out how far i can decrease the "wait-time" <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Regards, Muldini</p></blockquote><p></p>
[QUOTE="Muldini, post: 138085, member: 46170"] Love you scoop, it works :) I edited your batch file to the following and this1 works for me: [code] if %1 == standby goto :standby if %1 == wakeup goto :wakeup goto :end :standby devcon disable *1131 wait 2 devcon disable *1131 goto :end :wakeup devcon enable *1131 wait 2 devcon enable *1131 wait 15 :end [/code] You will need the tool "wait.exe", which can be downloaded here: [url]http://www.bjoernhenke.de/frame.htm?/wait/index.de.htm[/url] Further you will need the devcon tool, which can be downloaded here: [url]http://support.microsoft.com/kb/311272[/url] Have the "wait.exe", "devcon.exe" and the batch file (code above or attached file) in the same directory and point to the "tt-driver.bat" in the PowerScheduler Plugin under the "Advanced" tab. Next step is to find out how far i can decrease the "wait-time" :) Regards, Muldini [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Watch / Listen Media
Television (MyTV frontend and TV-Server)
Technotrend cards (e.g. TT S2-3200) don't work after standby/hibernate
Contact us
RSS
Top
Bottom