QUOTE (drei @ Sep 16 2005, 05:55 PM)

I have the problem that the Twinhan card often (not always) does not properly wake up from S3. Will your script also help in this case?
I doubt it but you can use them to easily stop & start your drivers by double clicking a shortcut on your desktop.
First, download devcon.exe from
here.
Put the appropriate devcon.exe version in c:\scripts (usually the i386 version).
Create the following 2 batch files in c:\scripts.
QUOTE
@echo off
c:\scripts\devcon.exe disable PCI\VEN_109E
QUOTE
@echo off
C:\Scripts\devcon.exe enable PCI\VEN_109E
Note: the string PCI\VEN_109E was found by going into device manager, then the properties of the BDA driver, then the details tab then looking at the begining of the Device Instance Id string. The batch files will stop/start all drivers for devices that begin with this string (both the BDA Capture driver and the BDA tuner driver start with the same string). You may need to modify this to suit your particular card you are trying to fix.
Verify the batch files work for you by running the stop script, looking in device manager to confirm the drivers are stopped. and then run the start script and verify the driver has started again.
To automate the running of these scripts at startup/shutdown:
* Run gpedit.msc (use Start -> Run)
* Navigate to Computer configuration, Windows Settings, Scripts
* Double Click startup and add C:\Scripts\Start TV Driver.bat
* Double Click shutdown and add C:\Scripts\Stop TV Driver.bat