Iv recently completed a new Media Center build for the parentals, a Windows Vista Ultimate setup using a Pinnacle 7010ix dual DVB-T card as its primary source of freeview television broadcast. Alas this card seems to have a small issue with sleep mode within vista (saying that, vista itself seems to have a little problem with sleep mode, as in it wont stay in it for any duration of time without waking up and forgetting to sleep again)….
I was having some issues with scheduled recordings, such as when the machine came out of sleep mode, it would only utlise one of the tuners on the 7010ix, thus making it kinda annoying when trying to watch one channel and record another, as media center would auto switch the channel for you, then not allow you to turn back to watching the other channel.
Im gonna be the first to admit, i have no idea why this problem occured in the first place, but here is the makeshift solution i found which seems to get the card back on its feet !
You will need the following peices of software ;
Firstly its a nice note to say, that id personally reccomend killing the Windows Vista power saving options and use the Standby Tool to completly replace this, its a much more reliable application (not surprising, since microsoft didnt make it) and actually has some quite cool features (although the daily reboot option never seemed to work for me, but no biggie).
- Install the Media Center Standby Tool (pretty simple… Configure it to your liking, Iv got mine set to send the PC to standby if no activity is detected for around an hour, but use your own judgement)
- Download and stick the 32-bit or 64-bit version of devcon into your C:\Windows\System32 folder
- Open notepad and copy the following script into the document
net stop ehrecvr
net stop ehsched
devcon restart PCI\VEN_1131
net start ehsched
net start ehrecvr
- Save the file as resume.cmd onto your C:\
- Goto the start menu, Run and type “regedit”
- Navigate to “HKLM\SOFTWARE\Herman van Eijk\MceStandbyTool”
- Locate the entry “RunAtResume” and edit this to say “C:\resume.cmd”
And thats about it folks, that should make the media center standby tool automatically force the card to restart every time that media center comes out of sleep mode, seems to work for me and has proved itself quite well !
Any questions or comments, throw them over !
Enjoy !