[mythtv-users] Hauppauge grey remote with homemade serial IR receiver in MythTV 0.26 and Fedora 19

Boleslaw Ciesielski bc-mythtv at comcast.net
Tue Aug 27 14:33:42 UTC 2013


On 2013-08-27 10:17, Jean-Yves Avenard wrote:
> with 3.8.0-29; ir-keytable just locks...
> 
> this is so screwed up.....
> 
> give me back my lirc !!!

So I am not sure if it helps at all, but do you have to use devinput? I
have been using Hauppauge grey remote with a universal USB receiver for
a long time using plain lirc, without devinput. The setup has survived
multiple kernel upgrades without any changes. I am currently running 3.9.6.

lircd is started like this:

/usr/sbin/lircd --driver=default --device=/dev/lirc0

#  cat /sys/class/rc/rc0/protocols
[rc-5] [nec] [rc-6] [jvc] [sony] [sanyo] [mce_kbd] [lirc]

Attached is my lircd.conf but I don't think there is anything special
about it.

I also tried serial port receiver with the same setup (just different
lirc driver) and it worked well too. Actually, I believe the serial port
receiver works better for recording new remotes, so I still use it
sometimes for this purpose.

Bolek

-------------- next part --------------
#
# this config file was automatically generated
# using lirc-0.6.6(animax) on Tue Apr 15 19:50:27 2003
#
# contributed by 
#
# brand: 				Hauppauge
# model no. of remote control: 
# devices being controlled by this remote: PVR 2/350
#

begin remote

  name  hauppauge_pvr
  bits           13
  flags RC5|CONST_LENGTH
  eps            30
  aeps          100

  one           969   811
  zero          969   811
  plead        1097
  gap          114605
  toggle_bit      2


      begin codes
          Power                    0x00000000000017FD
          Go                       0x00000000000017FB
          1                        0x00000000000017C1
          2                        0x00000000000017C2
          3                        0x00000000000017C3
          4                        0x00000000000017C4
          5                        0x00000000000017C5
          6                        0x00000000000017C6
          7                        0x00000000000017C7
          8                        0x00000000000017C8
          9                        0x00000000000017C9
          Back/Exit                0x00000000000017DF
          0                        0x00000000000017C0
          Menu                     0x00000000000017CD
          Red                      0x00000000000017CB
          Green                    0x00000000000017EE
          Yellow                   0x00000000000017F8
          Blue                     0x00000000000017E9
          Up                       0x00000000000017E0
          Down                     0x00000000000017E1
          Left                     0x00000000000017D1
          Right                    0x00000000000017D0
          Ok                       0x00000000000017E5
          Mute                     0x00000000000017CF
          Blank                    0x00000000000017CC
          Full                     0x00000000000017FC
          Rewind                   0x00000000000017F2
          Play                     0x00000000000017F5
          Forward                  0x00000000000017F4
          Record                   0x00000000000017F7
          Stop                     0x00000000000017F6
          Pause                    0x00000000000017F0
          Replay                   0x00000000000017E4
          Skip                     0x00000000000017DE
      end codes

end remote


More information about the mythtv-users mailing list