AVS Forum banner
  • Take part in a short activity and share your valuable opinion on new design concepts for AVSForum! >>> Click Here
  • Our native mobile app has a new name: Fora Communities. Learn more.

Fix for dual ATI 650 Standby problem

771 Views 0 Replies 1 Participant Last post by  vddobrev
SUCCESS!!! I was able to workaround it! This is the unofficial workaraound for ATI 650 standby problem:



1. Download DevCon http://support.microsoft.com/kb/311272/ and extract it to C:\\devcon

2. Download HibernateTrigger http://www.rpi.edu/~desimn/suspendtrigger/ and install it.

3. If ATI 650 are the only ATI cards in your system, skip to step 5.

4. If you have other ATI cards in your system, you may want to restart only the 650 tuners. For this, open command line window and run: devcon find PCI\\* - this will produce a list of all local devices. Find ATI Unified AVStream Driver, and note the device IDs for your 2 tuners. In step 5, replace PCI\\VEN_1002* with a similar string that will identify only the ATI 650 tuners.

5. Create C:\\devcon\\ati650.bat file with the following contents:


net stop "Media Center Receiver Service"

devcon restart PCI\\VEN_1002*

net start "Media Center Receiver Service"


6. Open HibernateTriger, and type C:\\devcon\\ati650.bat in what you want to execute on resume.


Enjoy dual ATI 650 with stand by support!!!


Credit goes to denyart and hveijk!
See less See more
1 - 1 of 1 Posts
1 - 1 of 1 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top