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
(28th Nov, 2013 09:50 AM)jphebert Wrote: [ -> ]-Harmony 700 Remote

My Harmony is set up as a Windows Media Center. Let me know if you need any details.

please be sure you don't have "lirc_rpi" line in /etc/modules. then try to reboot. post dmesg. if remote is still "dead", try putting "mceusb" into /etc/modules and reboot (and post dmesg).

also please provide output of:
Code:
ps aux | grep lirc
Still nothing.

DMESG here: http://pastebin.com/35BUWJK7

ps aux: http://pastebin.com/UGQiqCcY

I'm at a point where I'd conside a USB-based IR receiver anyone knows will work - any suggestions? Nothing works here. Thanks!
@jphebert

are you sure you put mceusb into /etc/modules?

there should be line like this be present in dmesg:

"usbcore: registered new interface driver mceusb"
Here is the dump: http://pastebin.com/NiE7Jf4s

Yup all I got is:

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.

mceusb
@jphebert

ok, after hour googling - iridium was right with lirc_rpi module in /etc/modules, but on top of it "ir-lirc-codec" is required as well.

Code:
modprobe lirc_rpi
modprobe ir-lirc-codec

@IriDium

GPIO receiver can't be detected so won't be reported in dmesg.




the day will be needed when someone brave will send the equipment to me ready to receive it back month later.

(link where I found much info … stored here to remember http://openelec.tv/forum/124-raspberry-pi/51887-raspberry-pi-gpio-ir-receiver-with-openelec-compilation-patches-and-snapshot?start=75 )
Hey guys

Thanks - still no IR action. Here is the DMESG: http://pastebin.com/SmserzHs

My /modules file is now:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.

modprobe lirc_rpi
modprobe ir-lirc-codec
mceusb

BTW if you know of a USB IR connector that works out of the box with XBian, let me know I'll order one.
(3rd Dec, 2013 11:33 PM)jphebert Wrote: [ -> ]BTW if you know of a USB IR connector that works out of the box with XBian, let me know I'll order one.

I know CPC do one for the RPi Flicr I've never used it so can't comment. It seems to work on the RPi but Xbian I don't know. It should but I am not going to commit myself. Maybe wait a bit and see if anyone else has any ideas.

See RPi Hardware
I have HP USB MCE IR Wireless Receiver. It worked out of the box with XBian Alpha 5 but with Beta 2 it doesn't work.
Thanks - any idea why the HP one stopped working? Just ordered one anyway - will will work sooner or later again Smile
I don't have any idea. Here is what I have tried so far to get it working again: http://forum.xbian.org/thread-1834.html

I think that receiver works fine but XBian has problems to understand it.
Can you do the following and post the output:
Code:
sudo modprobe mceusb
sudo modprobe lirc_dev
cat /proc/bus/input/devices
@CurlyMo I get this with cat /proc/bus/input/devices: http://pastebin.com/AjjYzHeE

Still only Menu and Info buttons communication with RPi.

@mk01 Replugging doesn't have any effect.
Can you now do:
Code:
sudo modprobe mceusb
sudo modprobe lirc_dev
sudo service lirc restart
irw

And then press some buttons.
@CurlyMo Only Menu and Info working.
Pages: 1 2 3 4 5
Reference URL's