remote not working anymore
#1
Since the Eden update and also some 11.10 updates, the remote only partially works now. It works in mouse mode where I can hold down a direction button and select options on the screen but in remote mode the up down left right buttons do not work, nor the My Video and My Music buttons do not work.
I used this to install originally: http://forum.xbmc.org/showthread.php?tid=82772
http://wiki.xbmc.org/index.php?title=IRF_Media_W-01RN

Any ideas how I can get it working again?

I followe this to try and learn to codes for the remote:http://www.omcentre.com.au/hardware/m350-media-centre/wireless-multimedia-infrared-ir-remote-controller-deal-extreme-34435/
but I'm not sure how to program presses like My Video and My TV

Code:
j-media-centre@jmediacentre-A880G:~/hid_mapper_beta$ sudo nano /usr/local/bin/irfmedia.map
j-media-centre@jmediacentre-A880G:~/hid_mapper_beta$ sudo ./hid_mapper --learn --lookup-id  --manufacturer 0755 --product 2626 --map ''
Found HID device
Opened HID interface on /dev/hidraw0
Opened HID interface on /dev/hidraw1
00 00 51 00 00 00 00 00
00 00 00 00 00 00 00 00
02 00 00 00 00 00
00 00 52 00 00 00 00 00
00 00 00 00 00 00 00 00
02 00 00 00 00 00
00 00 50 00 00 00 00 00
00 00 00 00 00 00 00 00
02 00 00 00 00 00
00 00 4f 00 00 00 00 00
00 00 00 00 00 00 00 00
02 00 00 00 00 00
Reply
#2
This must be lirc problems day. See the other two threads I also posted in just a few minutes ago, but basically I think your issue may be that the button labels have changed in Ubuntu 12.04. For example, the button previously referenced as button = blue is now referenced as button = KEY_BLUE. So you probably need to find a list of the new button labels somewhere and make the changes in your configuration.
Reply
#3
(2012-05-21, 19:17)xbmcliveuser Wrote: This must be lirc problems day. See the other two threads I also posted in just a few minutes ago, but basically I think your issue may be that the button labels have changed in Ubuntu 12.04. For example, the button previously referenced as button = blue is now referenced as button = KEY_BLUE. So you probably need to find a list of the new button labels somewhere and make the changes in your configuration.

is there a lirc.xml
But what can I change?
I got those codes above when pressing buttons on the remote but how do I link those codes to the proper key command within xbmc>?

I did the uninstall reinstall lirc process but my remote is not listed in the config. Am I supposed to pick custom? If so, how do I customise it after?
Reply

Logout Mark Read Team Forum Stats Members Help
remote not working anymore0