![]() |
Issues with Logitech Harmony - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Remotes and CEC support (/forum-26.html) +--- Thread: Issues with Logitech Harmony (/thread-1824.html) |
RE: Issues with Logitech Harmony - CurlyMo - 5th Dec, 2013 08:03 AM Can you check if this works and post all output: Code: sudo modprobe mceusb RE: Issues with Logitech Harmony - Nakeman - 5th Dec, 2013 09:36 AM @CurlyMo Terminal xbian@xbian ~ $ ls -Al /dev/lirc* crw-rw---T 1 root video 248, 0 Dec 4 15:59 /dev/lirc0 lrwxrwxrwx 1 root root 21 Dec 4 23:35 /dev/lircd -> ../var/run/lirc/lircd xbian@xbian ~ $ mode2 mode2: could not open /dev/lirc0 mode2: default_init(): Permission denied RE: Issues with Logitech Harmony - CurlyMo - 5th Dec, 2013 09:41 AM And when you pushed buttons when mode2 was running? RE: Issues with Logitech Harmony - Nakeman - 5th Dec, 2013 10:07 AM @CurlyMo after sudo mode2, but nothing happened - not even with Menu and Info. RE: Issues with Logitech Harmony - CurlyMo - 5th Dec, 2013 04:48 PM And if you do: Code: sudo mode2 --device=/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/rc/rc0/input1 Can you also post the output of: Code: ls -Al /dev/input/ RE: Issues with Logitech Harmony - Nakeman - 5th Dec, 2013 10:18 PM @CurlyMo Terminal xbian@xbian ~ $ sudo mode2 --device=/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/rc/rc0/input1 mode2: could not get file information for /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/rc/rc0/input1 mode2: default_init(): No such file or directory xbian@xbian ~ $ ls -Al /dev/input/ total 0 drwxr-xr-x 2 root root 100 Dec 4 15:59 by-id drwxr-xr-x 2 root root 80 Dec 4 15:59 by-path crw-rw---T 1 root input 13, 64 Dec 4 15:55 event0 crw-rw---T 1 root input 13, 65 Dec 4 15:59 event1 crw-rw---T 1 root input 13, 66 Dec 4 15:59 event2 crw-rw---T 1 root input 13, 63 Dec 4 15:55 mice crw-rw---T 1 root input 13, 32 Dec 4 15:59 mouse0 RE: Issues with Logitech Harmony - CurlyMo - 6th Dec, 2013 01:23 AM Can you try: Code: sudo mode2 --device=/dev/input/event0 RE: Issues with Logitech Harmony - Nakeman - 6th Dec, 2013 03:42 AM @CurlyMo Terminal xbian@xbian ~ $ sudo mode2 --device=/dev/input/event0 [sudo] password for xbian: mode2: could not get hardware features mode2: this device driver does not support the LIRC ioctl interface mode2: did you mean to use the devinput driver instead of the default driver? RE: Issues with Logitech Harmony - CurlyMo - 6th Dec, 2013 04:00 AM And what about the other events RE: Issues with Logitech Harmony - Nakeman - 6th Dec, 2013 04:21 AM @CurlyMo Same. RE: Issues with Logitech Harmony - CurlyMo - 6th Dec, 2013 04:58 AM The wierd thing is that this was how i implemented it in Alpha 5 ![]() RE: Issues with Logitech Harmony - mk01 - 6th Dec, 2013 08:43 PM we still can have install Aplha5 package, right ? and last last shot in to dark if it is rc6 type ir receiver doesn't need it also rc6 decoder ir-rc6-decoder.ko ? RE: Issues with Logitech Harmony - CurlyMo - 7th Dec, 2013 06:11 AM The problem is that certain modules aren't loaded by default anymore in the kernel. The same counted for the serial support in Beta 2. Suddenly was removed because it was moved from the kernel built-in to a kernel module. I think the same happened here, but i don't know what module is missing. RE: Issues with Logitech Harmony - poko - 7th Dec, 2013 11:58 AM (5th Dec, 2013 08:03 AM)CurlyMo Wrote: Can you check if this works and post all output: I have been lurking in the shadows on this thread, following along I am on beta 2 with an HP MCE 6 remote, and a GPIO IR reciever. I have followed most of the steps on this thread and finally saw something when I ran these commands from CurlyMo, and added mceusb.conf to the lircd.conf file. The problem is, now when I press a button on the remote, it appears that it may be inputed twice, at least when I am using the arrows. It will move over twice or up/down twice when I press the arrow buttons. Why would this be? Do I need to delete one of the lirc modules from the kernel with modprobe -r? I did get to a point where only the arrow buttons were working but nothing else, but now other buttons seem to be working, it's just the arrows get pressed twice. I appreciate your help! RE: Issues with Logitech Harmony - CurlyMo - 7th Dec, 2013 04:42 PM Just remove the arrows from either the XBMC Lircmap.xml or mceusb.conf. |