2007-01-22, 04:35 AM
Went to dual tuner cards, a PVR 350 and PVR 150mce, so I could watch a program while recording another, and maybe get PIP. I quickly found out that that the Hauppauge ir.exe would no longer load, and so the remote was useless. There is a fix however, you can find it here:
http://www.hauppauge.co.uk/board/archive...-2579.html
My version of the batch file ended up looking like this:
*************************
@call devcon disable PCI\VEN_4444*DEV_0016*SUBSYS_88010070*REV_01*
@start f:\progra~1\wintv\ir.exe /quiet
@cls
@echo .
@echo The ping you see scrolling below is simply a wait designed to give IR
@echo ..
@echo a chance to start and verify it can work.
rem @pause
@ping 127.0.0.1 -n 10 -w 1000
@cls
@echo thank you
@devcon enable PCI\VEN_4444*DEV_0016*SUBSYS_88010070*REV_01*
start f:\progra~1\devnz\gbpvr\gbpvrtray.exe
************************
It DOES get ir.exe working again, however a message box pops up when ir.exe loads. Haven't figured out how to supress that yet. The /quiet switch has no effect.
Maybe someone could add this to the wiki, I haven't had time to figure out how contribute to it yet.
http://www.hauppauge.co.uk/board/archive...-2579.html
My version of the batch file ended up looking like this:
*************************
@call devcon disable PCI\VEN_4444*DEV_0016*SUBSYS_88010070*REV_01*
@start f:\progra~1\wintv\ir.exe /quiet
@cls
@echo .
@echo The ping you see scrolling below is simply a wait designed to give IR
@echo ..
@echo a chance to start and verify it can work.
rem @pause
@ping 127.0.0.1 -n 10 -w 1000
@cls
@echo thank you
@devcon enable PCI\VEN_4444*DEV_0016*SUBSYS_88010070*REV_01*
start f:\progra~1\devnz\gbpvr\gbpvrtray.exe
************************
It DOES get ir.exe working again, however a message box pops up when ir.exe loads. Haven't figured out how to supress that yet. The /quiet switch has no effect.
Maybe someone could add this to the wiki, I haven't had time to figure out how contribute to it yet.