Forum
[PROBLEM] Logitech UltraX Media Remote - Printable Version

+- Forum (http://forum.xbian.org)
+-- Forum: Hardware (/forum-7.html)
+--- Forum: Remotes and CEC support (/forum-26.html)
+--- Thread: [PROBLEM] Logitech UltraX Media Remote (/thread-763.html)

Pages: 1 2


RE: Logitech UltraX Media Remote - zeRo82 - 14th Apr, 2013 05:45 AM

So...

First, here is the new irrecord (little beter organized) (also included in lircd.conf)
http://pastebin.com/Ta7N5svv

Second, here is my lircmap.xml file
http://pastebin.com/7vx9Gw7s

lircmap is placed under /home/xbian/.xbmc/userdata

and... it's not working Rolleyes

What to do next?


RE: Logitech UltraX Media Remote - CurlyMo - 14th Apr, 2013 05:49 AM

What is the problem at this point?


RE: Logitech UltraX Media Remote - zeRo82 - 14th Apr, 2013 05:56 AM

(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


RE: Logitech UltraX Media Remote - CurlyMo - 14th Apr, 2013 05:57 AM

Just tell me what buttons aren't working. Custom preferences are another story.


RE: Logitech UltraX Media Remote - zeRo82 - 14th Apr, 2013 06:01 AM

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...


RE: Logitech UltraX Media Remote - CurlyMo - 14th Apr, 2013 06:03 AM

Did you call it Lircmap.xml?


RE: Logitech UltraX Media Remote - zeRo82 - 14th Apr, 2013 06:09 AM

lircmap.xml (all small letters)


RE: Logitech UltraX Media Remote - CurlyMo - 14th Apr, 2013 08:15 AM

Then please name it exactly as i posted.


RE: Logitech UltraX Media Remote - zeRo82 - 14th Apr, 2013 08:00 PM

(14th Apr, 2013 08:15 AM)CurlyMo Wrote:  Then please name it exactly as i posted.

Still no effect Sad


RE: Logitech UltraX Media Remote - CurlyMo - 14th Apr, 2013 08:03 PM

Try changing the master Lircmap.xml:
Code:
/usr/local/share/xbmc/system/Lircmap.xml



RE: Logitech UltraX Media Remote - zeRo82 - 14th Apr, 2013 10:55 PM

(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


RE: Logitech UltraX Media Remote - CurlyMo - 14th Apr, 2013 11:00 PM

Please notice that this file (at this location) can be overwriten by an update. So make proper backups.


RE: Logitech UltraX Media Remote - zeRo82 - 15th Apr, 2013 02:15 AM

(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


RE: Logitech UltraX Media Remote - zeRo82 - 11th Jul, 2013 07:35 PM

Hello again Rolleyes

Curly, need help again...

Today i updated xbian to beta 1, and remote doesn't work Dodgy

I replaced global lircmap.xml, but nothing changed...

please advise Smile


RE: Logitech UltraX Media Remote - verbal - 2nd Aug, 2013 06:23 AM

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