SageTV Community  

Go Back   SageTV Community > Hardware Support > Hardware Support
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

Hardware Support Discussions related to using various hardware setups with SageTV products. Anything relating to capture cards, remotes, infrared receivers/transmitters, system compatibility or other hardware related problems or suggestions should be posted here.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 10-05-2008, 07:36 AM
iamflimflam1 iamflimflam1 is offline
New Member
 
Join Date: Oct 2008
Posts: 3
Unhappy Problems with hauppauge 45 button remote

Hi All,

I have a 45 button silver hauppauge remote and the Nova-TD USB stick.

Everything is all working fine except for a really annoying problem with the remote control.

Some of the buttons seem to get stuck repeating when they are pushed.

For example the "Back/Exit" button. I push it once and then sage TV seems to constantly want to go back until I hit the button again.

The fast forward and rewing buttons have the same behaviour - but the repeat on them is so fast that you can easily fast forward all the way through a program before you can hit the play button.

I actually don't want any of the buttons to auto repeat, but I cannot find any settings that would make it behave like this and there's nothing showing up in any of the forums.

I'm running Sage TV 6.4

Thanks for any suggestions

cheers
Chris.
Reply With Quote
  #2  
Old 10-05-2008, 11:30 AM
iamflimflam1 iamflimflam1 is offline
New Member
 
Join Date: Oct 2008
Posts: 3
fixed it

No idea what I did, but downloading the irremote.txt from the forums and then messing around with it seems to have fixed things...

No to work out what I actually changed.
Reply With Quote
  #3  
Old 10-05-2008, 12:08 PM
iamflimflam1 iamflimflam1 is offline
New Member
 
Join Date: Oct 2008
Posts: 3
Not working. Arrrgh

I thought it was working, but it's not.

Still the weird repeating behaviour.
Reply With Quote
  #4  
Old 10-20-2008, 12:35 AM
sorrowstyr's Avatar
sorrowstyr sorrowstyr is offline
Sage User
 
Join Date: Dec 2006
Posts: 71
You are using the 45 button remote from Hauppage and not some sort of other universal remote ?

This sounds like an rc5 toggle bit issue that some universal remote have.

If you are using the original with new batteries.. sounds like a bad remote or bad ir receiver.
__________________
Want Personal Freedom ? -- Get Sage TV baby with Com Skip
Reply With Quote
  #5  
Old 06-16-2009, 04:15 AM
49studebaker 49studebaker is offline
Sage Advanced User
 
Join Date: Nov 2008
Posts: 103
I use the silver 45 button Hauppauge remote with SageTV and if I hold a button down for a fraction of a second too long it will repeat. I fixed the problem by adding {sleep(1000)} to every button I wanted to delay in the irremote.ini file located in C:\Windows. Now if I push lets say the power button, it will not repeat unless it is held down for more than a second.

[SageTV]
8=8{sleep(1000)}
PICTURES={ctrl}{shift}p{sleep(1000)}
RADIO={ctrl}{shift}r{sleep(1000)}
REC={ctrl}y{sleep(1000)}
4=4{sleep(1000)}
GREEN={ctrl}k{sleep(1000)}
GUIDE={ctrl}x{sleep(1000)}
TV={ctrl}v{sleep(1000)}
1=1{sleep(1000)}
RED={ctrl}j{sleep(1000)}
VIDEOS={ctrl}{shift}v{sleep(1000)}
6=6{sleep(1000)}
PLAY={ctrl}d{sleep(1000)}
BLUE={ctrl}w{sleep(1000)}
CHNLPREV={ctrl}p{sleep(1000)}
MENU={ctrl}{shift}h{sleep(1000)}
CHNLUP={ctrl}{alt}l{sleep(1000)}
TEXT={subtract}{sleep(1000)}
CHNLDOWN={ctrl}{alt}k{sleep(1000)}
3=3{sleep(1000)}
VOLDOWN={ctrl}{alt}e
NAVRIGHT={right}
FULLSCREEN={ctrl}{shift}f{sleep(1000)}
MUTE={ctrl}{shift}m{sleep(1000)}
STOP={ctrl}g{sleep(1000)}
FUNC={ctrl}i{sleep(1000)}
GO={ctrl}{shift}x{sleep(1000)}
VOLUP={ctrl}{alt}r
SKIPREV={ctrl}{f5}
OK={enter}{sleep(1000)}
7=7{sleep(1000)}
5=5{sleep(1000)}
TVNEW={ctrl}v{sleep(1000)}
BACK={alt}{ctrl}v{sleep(1000)}
REWIND={ctrl}a
FASTFWD={ctrl}f
SUBCC={ctrl}{shift}c{sleep(1000)}
9=9{sleep(1000)}
NAVDOWN={down}
GRNPOWER={ctrl}z{sleep(1000)}
NAVUP={up}
PAUSE={ctrl}s{sleep(1000)}
0=0{sleep(1000)}
MUSIC={ctrl}{shift}j{sleep(1000)}
SKIPFWD={ctrl}{f6}
YELLOW={ctrl}o{sleep(1000)}
NAVLEFT={left}
2=2{sleep(1000)}
[SageTV Recorder]
OK={enter}{sleep(1000)}
BACK={decimal}{sleep(1000)}
REC={ctrl}r{sleep(1000)}
MUTE={ctrl}m{sleep(1000)}
TV={ctrl}r{sleep(1000)}
STOP={ctrl}s{sleep(1000)}
PLAY={ctrl}{space}{sleep(1000)}
CHNLDOWN={subtract}{sleep(1000)}
1=1{sleep(1000)}
SKIPFWD={ctrl}{right}
2=2{sleep(1000)}
GRNPOWER={ctrl}w{sleep(1000)}
CHNLUP={add}{sleep(1000)}
VOLUP={up}
VOLDOWN={down}
FULLSCREEN={ctrl}f{sleep(1000)}
FASTFWD={ctrl}p
MINIMIZE={ctrl}w{sleep(1000)}
7=7{sleep(1000)}
8=8{sleep(1000)}
SKIPREV={ctrl}{left}
0=0{sleep(1000)}
9=9{sleep(1000)}
RESERVED={ctrl}{space}{sleep(1000)}
6=6{sleep(1000)}
3=3{sleep(1000)}
PAUSE={ctrl}n{sleep(1000)}
5=5{sleep(1000)}
4=4{sleep(1000)}
[SageTV Recorder Video]
BACK={decimal}{sleep(1000)}
8=8{sleep(1000)}
MUTE={ctrl}m{sleep(1000)}
STOP={ctrl}s{sleep(1000)}
0=0{sleep(1000)}
PLAY={ctrl}{space}{sleep(1000)}
CHNLDOWN={subtract}{sleep(1000)}
GRNPOWER={ctrl}w{sleep(1000)}
5=5{sleep(1000)}
VOLUP={up}
4=4{sleep(1000)}
3=3{sleep(1000)}
FASTFWD={ctrl}p
MINIMIZE={ctrl}w{sleep(1000)}
2=2{sleep(1000)}
1=1{sleep(1000)}
CHNLUP={add}{sleep(1000)}
OK={enter}{sleep(1000)}
7=7{sleep(1000)}
REC={ctrl}r{sleep(1000)}
SKIPFWD={ctrl}{right}
SKIPREV={ctrl}{left}
6=6{sleep(1000)}
TV={ctrl}r{sleep(1000)}
9=9{sleep(1000)}
FULLSCREEN={ctrl}f{sleep(1000)}
VOLDOWN={down}
PAUSE={ctrl}n{sleep(1000)}
RESERVED={ctrl}{space}{sleep(1000)}
[Applications]
SageTV=
SageTV Recorder=
SageTV Recorder Video=
Reply With Quote
Reply

Tags
novatd hauppauge remote


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Remote and Video Problems kevmay21 SageTV Software 2 09-15-2008 05:47 AM
Hauppauge Remote Opens Media Center instead of SageTV grendell2099 Hardware Support 0 09-09-2008 04:23 PM
Help with Hauppauge IR Remote use in SageTV twistedsymphony Hardware Support 2 12-21-2007 12:13 PM
hauppauge remote control doesnt work dknight3 Hardware Support 1 12-17-2007 12:00 AM
Message number for the yellow button on the hauppauge remote to streamzap BBCritical SageTV Software 2 12-07-2005 07:49 PM


All times are GMT -6. The time now is 11:07 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.