[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 |
Logitech UltraX Media Remote - zeRo82 - 9th Apr, 2013 06:26 AM First of all, just to say Hi I have a little problem configuring above mentioned remote, so I hope that someone can help me. My Setup: Raspberry Pi B @ 900 MHZ Xbian 1.0a5 Logitech UltraX Remote RF remote (link) With this guide i get no return from mode2 lsusb Code: Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. input/devices Code: I: Bus=0003 Vendor=046d Product=c101 Version=0110 I understand that remote is shown as usb keyboard, and that I need to configure lirc to recognize remote, but I don't know what exactly I need to change thanx in advance for help RE: Logitech UltraX Media Remote - CurlyMo - 9th Apr, 2013 06:31 AM I have answered someone once on how to do this, please search the forum. RE: Logitech UltraX Media Remote - zeRo82 - 9th Apr, 2013 11:01 PM I managed to make it work Just changed complete hardware.conf, and turned off CEC in xbian. Today remote works flawlessly And thanks once more RE: Logitech UltraX Media Remote - CurlyMo - 10th Apr, 2013 04:14 AM Can you share your config with us? RE: Logitech UltraX Media Remote - zeRo82 - 11th Apr, 2013 07:06 AM (10th Apr, 2013 04:14 AM)CurlyMo Wrote: Can you share your config with us? gladly /etc/lirc/hardware.conf http://pastebin.com/QWM34beW And I don't know if it matters, I turned off pulse-eight CEC in xbian RE: Logitech UltraX Media Remote - CurlyMo - 11th Apr, 2013 07:21 AM Can you try the following on a default Alpha 5 Lirc: Code: sudo su RE: Logitech UltraX Media Remote - zeRo82 - 12th Apr, 2013 06:28 AM (11th Apr, 2013 07:21 AM)CurlyMo Wrote: Can you try the following on a default Alpha 5 Lirc: Yep, remote still works. Only numerical part is unresponsive (no output on "irw"). And that leads to next question: if I want to reconfigure some of my buttons, what I need to do? for example, i don't use KEY_RECORD, or KEY_RED and I need "Title" command (right mouse click). Output of my irw: Code: 000000008001018e 00 KEY_RED devinput RE: Logitech UltraX Media Remote - CurlyMo - 12th Apr, 2013 06:32 AM Can you map your remote with irrecord? RE: Logitech UltraX Media Remote - zeRo82 - 12th Apr, 2013 07:43 AM (12th Apr, 2013 06:32 AM)CurlyMo Wrote: Can you map your remote with irrecord? I'll try it tomorrow... I just get this: Code: irrecord /home/xbian/remote.conf I'll try it tomorrow... RE: Logitech UltraX Media Remote - CurlyMo - 12th Apr, 2013 07:46 AM Read the advice in the last line RE: Logitech UltraX Media Remote - zeRo82 - 12th Apr, 2013 05:01 PM Ok... after a nap, I got following: Code: xbian@xbian ~ $ sudo /etc/init.d/lirc stop When I stop lirc, remote is unresponsive, like it should be... but mode2 doesn'n work. with irrecord (i followed your tutorial) I still have same message Please advise little update: Code: xbian@xbian ~ $ mode2 --device=/dev/input/by-id/usb-Logitech_USB_Receiver-event-if01 RE: Logitech UltraX Media Remote - CurlyMo - 12th Apr, 2013 05:09 PM What does this say: Code: ls -Al /dev/lirc* RE: Logitech UltraX Media Remote - zeRo82 - 12th Apr, 2013 06:09 PM (12th Apr, 2013 05:09 PM)CurlyMo Wrote: What does this say: Code: lrwxrwxrwx 1 root root 21 Apr 12 07:08 /dev/lircd -> ../var/run/lirc/lircd But... i think i managed to record it with: Code: irrecord --driver=devinput --device=/dev/input/by-id/usb-Logitech_USB_Receiver-event-if01 MyRemote here is after recording: http://pastebin.com/CPPcMAj8 RE: Logitech UltraX Media Remote - CurlyMo - 12th Apr, 2013 06:15 PM Now do the following: Code: sudo su RE: Logitech UltraX Media Remote - zeRo82 - 12th Apr, 2013 06:48 PM I already done that I figured out why irw doesn't show output for numerical part: Logitech UltraX is recognized as 2 input devices, 1 as remote, that I included in hardware.conf, and 2-nd as normal keyboard (up, down, left, right, select). I didn't wanted to move that part, because it works Numerical part of remote belongs also in that keyboard group (tried "clear" and "enter", both with lirc stopped, and it gives me response. I'm making now my lircmap.xml, and will post it as soon I'm done |