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="scoop" data-source="post: 138059" data-attributes="member: 10498"><p>Hi Andy,</p><p></p><p>As a last resort, today I've added an option to run an external command before entering standby / after resuming from standby. This command will run <strong>before</strong> the tvservice frees the tvcards on standby, and <strong>before</strong> the tvservice reinitializes the tvcards after resume. This should give you</p><ul> <li data-xf-list-type="ul">The possibillity to run the devcon command before standby / after wakeup</li> <li data-xf-list-type="ul">The possibillity to introduce a wait time before the tvcards are reinitialized</li> </ul><p>An example of a batchfile utilizing this new feature:</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 ...</p><p>goto :end</p><p></p><p>:wakeup</p><p>devcon restart ...</p><p>sleep 15</p><p></p><p>:end</p><p>[/code]</p><p>This feature is available in SVN snapshots starting from revision# 13557.</p><p></p><p>Kind regards,</p><p>Michel</p></blockquote><p></p>
[QUOTE="scoop, post: 138059, member: 10498"] Hi Andy, As a last resort, today I've added an option to run an external command before entering standby / after resuming from standby. This command will run [b]before[/b] the tvservice frees the tvcards on standby, and [b]before[/b] the tvservice reinitializes the tvcards after resume. This should give you [LIST] [*]The possibillity to run the devcon command before standby / after wakeup [*]The possibillity to introduce a wait time before the tvcards are reinitialized [/LIST] An example of a batchfile utilizing this new feature: [code] if %1 == standby goto :standby if %1 == wakeup goto :wakeup goto :end :standby devcon disable ... goto :end :wakeup devcon restart ... sleep 15 :end [/code] This feature is available in SVN snapshots starting from revision# 13557. Kind regards, Michel [/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