Forum
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)

Pages: 1 2 3 4 5


RE: Issues with Logitech Harmony - mk01 - 1st Dec, 2013 10:30 AM

(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



RE: Issues with Logitech Harmony - jphebert - 3rd Dec, 2013 01:01 AM

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!


RE: Issues with Logitech Harmony - mk01 - 3rd Dec, 2013 01:38 AM

@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"


RE: Issues with Logitech Harmony - jphebert - 3rd Dec, 2013 03:56 AM

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


RE: Issues with Logitech Harmony - mk01 - 3rd Dec, 2013 05:38 AM

@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 )


RE: Issues with Logitech Harmony - jphebert - 3rd Dec, 2013 11:33 PM

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.


RE: Issues with Logitech Harmony - IriDium - 4th Dec, 2013 05:14 AM

(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


RE: Issues with Logitech Harmony - Nakeman - 4th Dec, 2013 05:42 AM

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.


RE: Issues with Logitech Harmony - jphebert - 4th Dec, 2013 06:22 AM

Thanks - any idea why the HP one stopped working? Just ordered one anyway - will will work sooner or later again Smile


RE: Issues with Logitech Harmony - Nakeman - 4th Dec, 2013 07:33 AM

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.


RE: Issues with Logitech Harmony - mk01 - 4th Dec, 2013 09:39 AM

http://openelec.tv/forum/103-infared-remotes/68312-mce-remote-not-working-after-boot

?

http://openelec.tv/forum/103-infared-remotes/68101-does-openelec-use-lirc-or-in-kernel-modules#91352


RE: Issues with Logitech Harmony - CurlyMo - 4th Dec, 2013 11:16 PM

Can you do the following and post the output:
Code:
sudo modprobe mceusb
sudo modprobe lirc_dev
cat /proc/bus/input/devices



RE: Issues with Logitech Harmony - Nakeman - 5th Dec, 2013 01:53 AM

@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.


RE: Issues with Logitech Harmony - CurlyMo - 5th Dec, 2013 02:56 AM

Can you now do:
Code:
sudo modprobe mceusb
sudo modprobe lirc_dev
sudo service lirc restart
irw

And then press some buttons.


RE: Issues with Logitech Harmony - Nakeman - 5th Dec, 2013 07:40 AM

@CurlyMo Only Menu and Info working.