What is the problem at this point?
(14th Apr, 2013 05:49 AM)CurlyMo Wrote: [ -> ]What is the problem at this point?
well, lircmap.xml mapping:
I specified KEY_RED as a "title", and it's still doing same command as before.
Just to mention once more: I didnt need to make irrecord, because all of the buttons are recognized (2 of them little weird, but they working).
Now I just need to remap some of them and it will be perfect
![Smile Smile](http://forum.xbian.org/images/smilies/smile.gif)
Just tell me what buttons aren't working. Custom preferences are another story.
here is complete output of irw:
Code:
KEY_RED
KEY_TV
KEY_MEDIA
KEY_HOME
KEY_DVD
KEY_VIDEO
KEY_CLOSE
[u]KEY_RIGHT //KEY_RADIO[/u]
[u]KEY_MP3 // KEY_AUDIO[/u]
KEY_VOLUMEDOWN
KEY_VOLUMEUP
KEY_MUTE
KEY_RECORD
KEY_STOPCD
KEY_PREVIOUSSONG
KEY_NEXTSONG
KEY_PLAYPAUSE
KEY_REWIND
KEY_FASTFORWARD
KEY_BACK
KEY_MENU
KEY_ANGLE
KEY_LANGUAGE
KEY_SUBTITLE
KEY_CHANNELUP
KEY_CHANNELDOWN
[u]KEY_AUDIO // KEY_TITLE[/u]
KEY_AGAIN
KEY_SHUFFLE
KEY_LAST
KEY_PROPS
KEY_TEXT
Underlined keys are "what key do // what is it supposed to do"
Like I said, everything works...
Did you call it Lircmap.xml?
lircmap.xml (all small letters)
Then please name it exactly as i posted.
Try changing the master Lircmap.xml:
Code:
/usr/local/share/xbmc/system/Lircmap.xml
(14th Apr, 2013 08:03 PM)CurlyMo Wrote: [ -> ]Try changing the master Lircmap.xml:
Code:
/usr/local/share/xbmc/system/Lircmap.xml
Works like a charm now, thanx
![Big Grin Big Grin](http://forum.xbian.org/images/smilies/biggrin.gif)
Please notice that this file (at this location) can be overwriten by an update. So make proper backups.
(14th Apr, 2013 11:00 PM)CurlyMo Wrote: [ -> ]Please notice that this file (at this location) can be overwriten by an update. So make proper backups.
Ok, thanx for the info, and thanx for all the help
![Smile Smile](http://forum.xbian.org/images/smilies/smile.gif)
Hello again
Curly, need help again...
Today i updated xbian to beta 1, and remote doesn't work
I replaced global lircmap.xml, but nothing changed...
please advise
![Smile Smile](http://forum.xbian.org/images/smilies/smile.gif)
Hi all !
I have the same issue with same remote on Beta 1.1.
irw show nothing
mode2 start with
Terminal
can't get exclusive access to events coming from `/dev/input/by-id/usb-Logitech_USB_Receiver-event-if01' interface
so I use
Terminal
fuser /dev/input/by-id/usb-Logitech_USB_Receiver-event-if01 -k
return :
Terminal
/dev/input/event1: 1898
and after, restart mode2
Terminal
root@xbian:/home/xbian# mode2 -d /dev/input/by-id/usb-Logitech_USB_Receiver-event-if01 -H devinput
mode2: initializing '/dev/input/by-id/usb-Logitech_USB_Receiver-event-if01'
This program does not work for this hardware yet
and after minute, the /dev/input/event1 relock devinput
I hope this can help for resolve the problem