Problem: Logitech UltraX Media Remote
|
9th Apr, 2013, 06:26 AM
Post: #1
|
|||
|
|||
Logitech UltraX Media Remote
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 |
|||
9th Apr, 2013, 06:31 AM
Post: #2
|
|||
|
|||
RE: Logitech UltraX Media Remote
I have answered someone once on how to do this, please search the forum.
pilight - modular domotica solution
|
|||
9th Apr, 2013, 11:01 PM
Post: #3
|
|||
|
|||
RE: Logitech UltraX Media Remote
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 |
|||
10th Apr, 2013, 04:14 AM
Post: #4
|
|||
|
|||
RE: Logitech UltraX Media Remote
Can you share your config with us?
pilight - modular domotica solution
|
|||
11th Apr, 2013, 07:06 AM
Post: #5
|
|||
|
|||
RE: Logitech UltraX Media Remote
(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 |
|||
11th Apr, 2013, 07:21 AM
Post: #6
|
|||
|
|||
RE: Logitech UltraX Media Remote
Can you try the following on a default Alpha 5 Lirc:
Code: sudo su pilight - modular domotica solution
|
|||
12th Apr, 2013, 06:28 AM
Post: #7
|
|||
|
|||
RE: Logitech UltraX Media Remote
(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 |
|||
12th Apr, 2013, 06:32 AM
Post: #8
|
|||
|
|||
RE: Logitech UltraX Media Remote
Can you map your remote with irrecord?
pilight - modular domotica solution
|
|||
12th Apr, 2013, 07:43 AM
Post: #9
|
|||
|
|||
RE: Logitech UltraX Media Remote
(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... |
|||
12th Apr, 2013, 07:46 AM
Post: #10
|
|||
|
|||
RE: Logitech UltraX Media Remote
Read the advice in the last line
pilight - modular domotica solution
|
|||
12th Apr, 2013, 05:01 PM
Post: #11
|
|||
|
|||
RE: Logitech UltraX Media Remote
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 |
|||
12th Apr, 2013, 05:09 PM
Post: #12
|
|||
|
|||
RE: Logitech UltraX Media Remote
What does this say:
Code: ls -Al /dev/lirc* pilight - modular domotica solution
|
|||
12th Apr, 2013, 06:09 PM
Post: #13
|
|||
|
|||
RE: Logitech UltraX Media Remote
(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 |
|||
12th Apr, 2013, 06:15 PM
Post: #14
|
|||
|
|||
RE: Logitech UltraX Media Remote
Now do the following:
Code: sudo su pilight - modular domotica solution
|
|||
12th Apr, 2013, 06:48 PM
Post: #15
|
|||
|
|||
RE: Logitech UltraX Media Remote
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 |
|||
« Next Oldest | Next Newest »
|