Forum

Full Version: Issues with Logitech Harmony
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
Can you check if this works and post all output:
Code:
sudo modprobe mceusb
sudo modprobe lirc_dev
sudo service lirc restart
ls -Al /dev/lirc*
mode2
@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
I also tried sudo mode2 but it didn't do anything, just waited for something.
And when you pushed buttons when mode2 was running?
@CurlyMo after sudo mode2, but nothing happened - not even with Menu and Info.
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/
@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
Can you try:
Code:
sudo mode2 --device=/dev/input/event0
And then for each event listed?
@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?
And what about the other events
@CurlyMo Same.
The wierd thing is that this was how i implemented it in Alpha 5 Confused Let me think...
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 ?
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.
(5th Dec, 2013 08:03 AM)CurlyMo Wrote: [ -> ]Can you check if this works and post all output:
Code:
sudo modprobe mceusb
sudo modprobe lirc_dev
sudo service lirc restart
ls -Al /dev/lirc*
mode2

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!
Just remove the arrows from either the XBMC Lircmap.xml or mceusb.conf.
Pages: 1 2 3 4 5
Reference URL's