[mythtv-users] F14, recent kernel upgrade, pvr250 lirc module not found

Harry Orenstein holists at optonline.net
Mon Mar 14 00:24:30 UTC 2011


<snip>

> Any hints (can it be done?) on how to still use the RS 15-2116 (0081)
> remote, irrecord doesn't seem to recognize it.  Any help greatly
> appreciated.
>  
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users

I recently did the same thing, but I don't use lirc anymore.  I just use
ir-kbd-i2c with this keymap:

# table universal, type: UNKNOWN
0x0000 KEY_NUMERIC_0
0x0001 KEY_NUMERIC_1
0x0002 KEY_NUMERIC_2
0x0003 KEY_NUMERIC_3
0x0004 KEY_NUMERIC_4
0x0005 KEY_NUMERIC_5
0x0006 KEY_NUMERIC_6
0x0007 KEY_NUMERIC_7
0x0008 KEY_NUMERIC_8
0x0009 KEY_NUMERIC_9
0x000a KEY_I
0x000b KEY_ENTER
0x000c KEY_D
0x000d KEY_F9
0x0010 KEY_F11
0x0011 KEY_F10
0x001d KEY_M
0x0020 KEY_UP
0x0021 KEY_DOWN
0x0022 KEY_PAGEUP
0x0023 KEY_PAGEDOWN
0x0029 KEY_P
0x002f KEY_MINUS
0x0031 KEY_ESC
0x0032 KEY_COMMA
0x0033 KEY_Q
0x0034 KEY_DOT
0x0035 KEY_P
0x0036 KEY_T
0x0037 KEY_R
0x0038 KEY_Z
0x003b KEY_H
0x003c KEY_S
0x003e KEY_C
0x003f KEY_F8
0x0055 KEY_LEFT
0x0056 KEY_RIGHT


You'll need to compile v4l-utils from source so you can map the scan codes to 
the keys wiith ir-keytable.  HTH!


-- Harry O.


More information about the mythtv-users mailing list