Lirc decode for Cyp Se Generic USB PC Remote
Posted: Wed Jul 08, 2009 10:44 am
1. Device: CypSe Generic USB BF108PC
2. Type of device: Generic USB remote
3. Year: ? (new)
4. JP1/UEI Remote model: modified 6131 & old 8810
5. Do you have a JP1 cable? yes. usb
6. Still have original remote? yes
7. Checked the file section? yes
8. Checked Pronto file section (at R/C)? yes
9. Partially working setup code? yes (lirc file)
10. Learning remote question? (see below)
My 8810 decided it doesn't want to learn anymore, thus the need to try and decode the lirc file.
I've been using JP1 remotes with Lirc on my MythTV box for a few years now, but I made the mistake of upgrading my box to handle h264 better. The new box doesn't like my serial IR input with lirc, so I gave the above remote a try. The remote itself works fine and shows as an HID keyboard in linux (ubuntu 9.04, 32bit), but I'm having problems getting my JP1 remote to take on these codes.
I tried the upgrade from this recent post, hoping they'd be similar, but it didn't work. https://www.hifi-remote.com/forums/viewtopic.php?t=10564
Here's the lirc conf that I found elsewhere...
The default lircd.conf generated for devinput also worked for most of the keys if that helps any. Here's how it starts:
The full list is much longer, so I've save it here to spare you: http://dl.getdropbox.com/u/483041/lircd ... vinput.txt
All help is greatly appreciated!
2. Type of device: Generic USB remote
3. Year: ? (new)
4. JP1/UEI Remote model: modified 6131 & old 8810
5. Do you have a JP1 cable? yes. usb
6. Still have original remote? yes
7. Checked the file section? yes
8. Checked Pronto file section (at R/C)? yes
9. Partially working setup code? yes (lirc file)
10. Learning remote question? (see below)
My 8810 decided it doesn't want to learn anymore, thus the need to try and decode the lirc file.
I've been using JP1 remotes with Lirc on my MythTV box for a few years now, but I made the mistake of upgrading my box to handle h264 better. The new box doesn't like my serial IR input with lirc, so I gave the above remote a try. The remote itself works fine and shows as an HID keyboard in linux (ubuntu 9.04, 32bit), but I'm having problems getting my JP1 remote to take on these codes.
I tried the upgrade from this recent post, hoping they'd be similar, but it didn't work. https://www.hifi-remote.com/forums/viewtopic.php?t=10564
Here's the lirc conf that I found elsewhere...
Code: Select all
begin remote
name Cyp_Se_WitheHome
bits 32
begin codes
POWER 0x40004 0x80010074
RADIO 0x40004 0x8001001e
TV 0x40004 0x80010014
DVD 0x40004 0x80010031
MUSIC 0x40004 0x80010032
PHOTO 0x40004 0x80010017
VIDEO 0x40004 0x80010012
DVD_MENU 0x40004 0x8001002f
MUTE 0x40004 0x80010042
BACK 0x40004 0x8001000e
GUIDE 0x40004 0x8001003b
VOLUME_UP 0x40004 0x80010073
VOLUME_DOWN 0x40004 0x80010072
CHANNEL_UP 0x40004 0x80010068
CHANNEL_DOWN 0x40004 0x8001006d
ARROW_UP 0x40004 0x80010067
ARROW_DOWN 0x40004 0x8001006c
ARROW_LEFT 0x40004 0x80010069
ARROW_RIGHT 0x40004 0x8001006a
ENTER 0x40004 0x8001001c
RECORD 0x40004 0x8001001d 0x40004 0x80010013
REPEAT 0x40004 0x8001002a 0x40004 0x80010013
PLAY 0x40004 0x8001002a 0x40004 0x80010019
PAUSE 0x40004 0x8001001d 0x40004 0x80010019
STOP 0x40004 0x8001001f
REWIND 0x40004 0x8001002a 0x40004 0x80010020
FORWARD 0x40004 0x8001002a 0x40004 0x80010021
PREV_TRACK 0x40004 0x8001001d 0x40004 0x80010030
NEXT_TRACK 0x40004 0x8001001d 0x40004 0x80010021
NUMPAD_1 0x40004 0x80010002
NUMPAD_2 0x40004 0x80010003
NUMPAD_3 0x40004 0x80010004
NUMPAD_4 0x40004 0x80010005
NUMPAD_5 0x40004 0x80010006
NUMPAD_6 0x40004 0x80010007
NUMPAD_7 0x40004 0x80010008
NUMPAD_8 0x40004 0x80010009
NUMPAD_9 0x40004 0x8001000a
NUMPAD_0 0x40004 0x8001000b
end codes
end remoteCode: Select all
# generated by devinput.sh
begin remote
name devinput
bits 16
eps 30
aeps 100
one 0 0
zero 0 0
pre_data_bits 16
pre_data 0x8001
gap 132799
toggle_bit_mask 0x0
begin codes
KEY_0 0x000B
KEY_102ND 0x0056
KEY_1 0x0002
...<snip>...
end codes
end remoteAll help is greatly appreciated!