NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums General General Discussion v
« Previous 1 … 102 103 104 105 106 … 159 Next »
Fix for IR trouble with Hauppauge remote and dual tuner cards

 
  • 0 Vote(s) - 0 Average
Fix for IR trouble with Hauppauge remote and dual tuner cards
jrolson7
Offline

Junior Member

Posts: 6
Threads: 3
Joined: Jan 2007
#1
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.
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#2
2007-01-26, 05:22 PM
i had the same problem and solved it in pretty much the same way - but I posted the question on the Hauppauge foaurms too, and they told me to install the non IR card first, then the IR card, then IR.exe.
I've not actually tried it out as the devcon solution turned out to be an adiquate (if messy) way of solving the problem, but maybe another solution if anyones got the time or inclination to test it.....
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#3
2007-01-29, 10:55 PM
I have 2 PVR-250s and have never had an issue with the IR program.
Mike

PVRX2 1.3.11
Community Skin 3.2.4
Community Skin Plugin 3.2.2
Win7 RTM 7600 x32
Comcast Houston (cable co)
ECS 7050M-M2 V2
AMD Phenom 9550 QuadCore
4G RAM
BFG GeForce 9600GT 512mb
160g SATA II (OS)
500g SATA II (DATA)
LG GGC-H20LK Combo drive
Hauppauge WinTV HVR-2250
JVC RX-9010 RX
Samsung PN50A550
jrolson7
Offline

Junior Member

Posts: 6
Threads: 3
Joined: Jan 2007
#4
2007-01-30, 06:38 AM (This post was last modified: 2007-01-30, 06:46 AM by jrolson7.)
It seems it is only an issue when you run two or more hauppenauge pci tuner cards and one of them doesn't have the IR capabilities built into the card, like the PVR 150MCE (no IR) that I use in combination with a PVR 350, which has the IR capabilities built in to the card. I've found that the Hauppenauge IR program will not run when it finds a non-IR capable Hauppenauge PCI tuner card is installed and enabled. If you disable the non-IR capable card, the IR program will load. I've not tried re-installing the cards as suggested in in previous reply, as it's no longer an issue because I'm now using the Firefly remote.
mmatheny
Offline

Senior Member

Posts: 732
Threads: 113
Joined: May 2006
#5
2007-01-30, 03:46 PM
have you contacted Hauppauge about this serious bug??
Mike

PVRX2 1.3.11
Community Skin 3.2.4
Community Skin Plugin 3.2.2
Win7 RTM 7600 x32
Comcast Houston (cable co)
ECS 7050M-M2 V2
AMD Phenom 9550 QuadCore
4G RAM
BFG GeForce 9600GT 512mb
160g SATA II (OS)
500g SATA II (DATA)
LG GGC-H20LK Combo drive
Hauppauge WinTV HVR-2250
JVC RX-9010 RX
Samsung PN50A550
scb147
Offline

Posting Freak

Posts: 806
Threads: 77
Joined: Nov 2006
#6
2007-01-30, 04:00 PM
I have a PVR150 and a PVR150MCE, and I have no problems with the IR.

I installed the PVR150 first, installed the IR software, then I installed the PVR150MCE.
Author of Weather (NPVR) & Weather2 (GBPVR)
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#7
2007-02-03, 02:34 AM (This post was last modified: 2007-02-03, 02:57 AM by fuzzweed.)
does anyone know how to close the cmd window once my batch file has run??? I've googled for answers and nothing seems to work...
Code:
echo off
DEVCON DISABLE "@PCI\VEN_14F1&DEV_8800&SUBSYS_96000070&REV_05\3&61AAA01&0&60"
START /B C:\STARTIR.BAT
DEVCON ENABLE "@PCI\VEN_14F1&DEV_8800&SUBSYS_96000070&REV_05\3&61AAA01&0&60"
cls
exit

PS
Quote: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.
sticking @start f:\progra~1\wintv\ir.exe /quiet in another batch file gets the switch to work
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 3 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Google remote Desktop disables itself Brucek2839 2 1,001 2023-11-03, 02:57 PM
Last Post: artmetz
  TabloTV tuner mvallevand 2 1,870 2022-06-14, 03:11 PM
Last Post: skyiptv
  Hauppauge Tuner install robertuk 1 1,768 2020-07-23, 05:37 PM
Last Post: mvallevand
  remote NPVR setup suggestions p37307 3 2,411 2020-02-17, 11:54 AM
Last Post: Graham
  Fine tune Comskip for dual episode screen endings p37307 2 2,028 2018-03-19, 07:57 PM
Last Post: p37307
  where did LM gestion remote keymap software go? jam_zhou 1 3,705 2014-08-13, 12:59 AM
Last Post: smajor
  mce remote "red" button launches wintv - how do I stop tihs? jam_zhou 0 1,634 2014-04-02, 03:03 AM
Last Post: jam_zhou
  Remote Control topic hyde 1 2,215 2014-01-24, 01:57 AM
Last Post: kevin_barr
  Does HDHomerun Dual work on NextPVR? youngster 7 5,373 2013-01-24, 05:16 AM
Last Post: sub
  Anyone using Total Media 5's uMCEPlayer5.exe with a Hauppauge remote cotnrol? McBainUK 10 6,219 2012-11-15, 07:36 AM
Last Post: McBainUK

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode