So I bought this remote control at the computer shop today. It has a USB receiver and a remote. It works out of the box, but about half the buttons dont do what they should. I want to remap these buttons, but have no idea how to do this. Ive been playing around with LIRC but cant get it to work with a USB HID device. Any idea on how I can accomplish this?
Announcement
Collapse
No announcement yet.
Remapping a USB remote control
Collapse
This topic is closed.
X
X
-
Afraid I don't know what to do when they are not recognised .. but at least you know the problem is with X or lower, my guess would be a kernel driver is needed to pick up the extra keys, but that is just a guess.
- Top
- Bottom
Comment
-
I haven't had to mess with this for years so I may leave something out. Basically, install and run xev to discover which keys are being read and which are not. The "dead" keys should log something to this is the syslog (I think)
Code:atkbd.c: Unknown key pressed (translated set 2, code 0x9e on isa0060/serio0). atkbd.c: Use 'setkeycodes e01e <keycode>' to make it known.
- Top
- Bottom
Comment
-
Sweet - love the easy ones. Now help me figure out how to stop "Safely Remove" from killing my SD card reader!
- Top
- Bottom
Comment
-
Originally posted by oshunluvr View PostSweet - love the easy ones. Now help me figure out how to stop "Safely Remove" from killing my SD card reader!
Getting closer with this remote control. Ive got everything working except five buttons, all of which cause x to crash and the system to shutdown. Im not quite sure what these buttons are doing because every time I press them the system breaks. Is there anyway to capture their actions with the actions actually working? I already tried xev...
- Top
- Bottom
Comment
-
Have you tried setting the keys to another function? If you go into keymapping via the System Settings, pick saome random function and try to assign one of the "bad" keys to it.
Describe the crash? Is X killed or actually crashing? Could it be an immediate shutdown rather than a crash?
- Top
- Bottom
Comment
Comment