hi,
everytime i wake up my pc from standby, my remotes like FS20 PCS doesn't wake up too, so i have to plug them out and in again.
What could be the problem?
greets
odem
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
Problems after system resume
-
themaster1
- Experienced User
- Posts: 133
- Joined: Wed Feb 03, 2010 9:02 pm
Re: Problems after system resume
i have a solution for you, there is a little app called devcon that can disable/re enable hardware i do it with my dvb-s card, it works great on Xp on Win7(x64) it don't seem to work though
see more here :
http://www.robvanderwoude.com/devcon.php
You must install devcon in C:\ directly if memory serves me right
to find your device you must type:
devcon find *
to find usb devices only type:
devcon hwids *usb*
or
DEVCON Findall =USB (find even the ones not connected)
and the script (make it with notepad and save as .cmd):
cd c:\
devcon disable *VEN_13D0 -w 50000>nul
devcon enable *VEN_13D0
VEN_13D0 is the name of my device (pci card)
-w 50000>nul is a timer before devcon re enable the card
Then on( Xp) you can use the little app Hibernate Trigger you add this script for the option" On Resume" and voilà your card will "reset" itself so to speak
Or you could use it in eventghost in many ways surely (Os menu etc...)
edit:
For WIn7 (x64) you must download the Windows Driver Kit Version 7.1.0 here: https://www.microsoft.com/download/en/c ... x?id=11800
devcon.exe is in a cab archive called setuptools_ia64fre_cab001.cab, must rename it _devcon.exe_00000 to devcon.exe and that should do it
see more here :
http://www.robvanderwoude.com/devcon.php
You must install devcon in C:\ directly if memory serves me right
to find your device you must type:
devcon find *
to find usb devices only type:
devcon hwids *usb*
or
DEVCON Findall =USB (find even the ones not connected)
and the script (make it with notepad and save as .cmd):
cd c:\
devcon disable *VEN_13D0 -w 50000>nul
devcon enable *VEN_13D0
VEN_13D0 is the name of my device (pci card)
-w 50000>nul is a timer before devcon re enable the card
Then on( Xp) you can use the little app Hibernate Trigger you add this script for the option" On Resume" and voilà your card will "reset" itself so to speak
Or you could use it in eventghost in many ways surely (Os menu etc...)
edit:
For WIn7 (x64) you must download the Windows Driver Kit Version 7.1.0 here: https://www.microsoft.com/download/en/c ... x?id=11800
devcon.exe is in a cab archive called setuptools_ia64fre_cab001.cab, must rename it _devcon.exe_00000 to devcon.exe and that should do it