Talk:Hauppauge WinTV-NOVA-TD-Stick: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
(IR support working?)
 
(New codes for some buttons on A415 remote)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This device is listed by Wikipedia as having "optional" IR support. If anybody has one of these and a suitable remote control (A415; the 45-key "snowboard" one), could you confirm that the driver's IR support works with it? ‒ [[User:D.s|D.s]] 03:01, 19 August 2007 (CEST)­­
This device is listed by Wikipedia as having "optional" IR support. If anybody has one of these and a suitable remote control (A415; the 45-key "snowboard" one), could you confirm that the driver's IR support works with it? ‒ [[User:D.s|D.s]] 03:01, 19 August 2007 (CEST)­­

I have one of these and can confirm it works through lirc although checking with irw shows several buttons don't appear to register. Specifically Go, Pictures, OK, Back/Exit, Prev. Ch, prev/next track. Anyone have a solution for these? [[User:MrHiggy|MrHiggy]] 15:00, 12 September 2007 (CEST)

OK, fixed that using irrecord. Using lirc.conf from http://parker1.co.uk/myth/lircd.conf as base, I recorded new codes for non-working buttons. Codes to change below:

begin codes
Go 0x0162
Pictures 0x00E2
OK 0x0160
Back 0x009E
PreviousChannel 0x016B
PreviousTrack 0x0195
NextTrack 0x0197
end codes

[[User:MrHiggy|MrHiggy]] 13:09, 14 September 2007 (CEST)

Latest revision as of 11:09, 14 September 2007

This device is listed by Wikipedia as having "optional" IR support. If anybody has one of these and a suitable remote control (A415; the 45-key "snowboard" one), could you confirm that the driver's IR support works with it? ‒ D.s 03:01, 19 August 2007 (CEST)­­

I have one of these and can confirm it works through lirc although checking with irw shows several buttons don't appear to register. Specifically Go, Pictures, OK, Back/Exit, Prev. Ch, prev/next track. Anyone have a solution for these? MrHiggy 15:00, 12 September 2007 (CEST)

OK, fixed that using irrecord. Using lirc.conf from http://parker1.co.uk/myth/lircd.conf as base, I recorded new codes for non-working buttons. Codes to change below:

     begin codes
         Go                       0x0162
         Pictures                 0x00E2
         OK                       0x0160
         Back                     0x009E
         PreviousChannel          0x016B
         PreviousTrack            0x0195
         NextTrack                0x0197
     end codes

MrHiggy 13:09, 14 September 2007 (CEST)