Solved: Haupagge MCE Remote does not work
|
22nd Sep, 2015, 06:58 AM
Post: #1
|
|||
|
|||
Haupagge MCE Remote does not work
I have followed the instructions in the Wiki http://www.hauppauge.com/site/press/presspictures/Remote_MCE-black+receiver.jpg but still my Haupagge remote is not recognised. It is the black MCE remote as in the image below. I have also gone through the numerous threads in the forums and none have so far solved the problem.
|
|||
23rd Sep, 2015, 05:35 PM
Post: #2
|
|||
|
|||
RE: Haupagge MCE Remote does not work
(22nd Sep, 2015 06:58 AM)lukes790 Wrote: I have followed the instructions in the Wiki http://www.hauppauge.com/site/press/presspictures/Remote_MCE-black+receiver.jpg but still my Haupagge remote is not recognised. It is the black MCE remote as in the image below. I have also gone through the numerous threads in the forums and none have so far solved the problem. Solved: I opted to uninstall lirc and I am now using the kernel drivers. Works fine except for the remote freezing during use. I guess that's a problem for another day. |
|||
1st Mar, 2016, 06:14 AM
Post: #3
|
|||
|
|||
RE: Haupagge MCE Remote does not work
Do you just do something like
Code: sudo apt-get remove lirc Thanks! |
|||
1st Mar, 2016, 07:33 AM
Post: #4
|
|||
|
|||
RE: Haupagge MCE Remote does not work
First of all I would check if the IR USB receiver has been detected by doing a
Code: lsusb |
|||
1st Mar, 2016, 07:35 AM
Post: #5
|
|||
|
|||
RE: Haupagge MCE Remote does not work
What do I do if it has or if it hasn't?
|
|||
1st Mar, 2016, 07:42 AM
Post: #6
|
|||
|
|||
RE: Haupagge MCE Remote does not work
Next step would be which driver will be loaded for this device. This can be figured out by doing a
Code: dmesg |
|||
1st Mar, 2016, 11:16 AM
Post: #7
|
|||
|
|||
RE: Haupagge MCE Remote does not work
(1st Mar, 2016 07:33 AM)Nachteule Wrote: First of all I would check if the IR USB receiver has been detected by doing a lsusb: Code: Bus 002 Device 002: ID 0bc2:331a Seagate RSS LLC $ cat /proc/bus/input/devices Code: I: Bus=0019 Vendor=0001 Product=0001 Version=0100 The IR Receiver is this: Click Here The more is this: Click Here When I click anything on the remote, the red light in the HP IR Receiver blinks with each button press, but it's not Xbian isn't reading the key presses. I also have THIS REMOTE which works just fine right out of the box. This is what I've been using as a mouse and keyboard. Probably because it has it's own wireless dongle. Here's an output of dmesg: Click Here It might be worth noting that everything works out of the box with OpenELEC. Is there something I could copy from there into Xbian to get it to work? I'm open to any suggestions here. Update: I removed the HP IR Receiver from the equation and my remote works fine with the IR built into the cubox-i. Would I have to somehow turn it off for the other one to work? Usually, I just tuck the cubox-i down behind something where it can't catch remote signals and the HP IR Receiver works great. Sadly, the cubox-i's built-in IR has next to no range and can't reach across a room, hence the HP IR. |
|||
2nd Mar, 2016, 12:06 AM
Post: #8
|
|||
|
|||
RE: Haupagge MCE Remote does not work
Quote:Update: I removed the HP IR Receiver from the equation and my remote works fine with the IR built into the cubox-i. Would I have to somehow turn it off for the other one to work? Usually, I just tuck the cubox-i down behind something where it can't catch remote signals and the HP IR Receiver works great. Sadly, the cubox-i's built-in IR has next to no range and can't reach across a room, hence the HP IR. Seems that LIRC driver always uses the built in IR interface. What happens if you do a Code: sudo stop xbmc I have an MCE RC with an external USB/IR Receiver (this one) which works out of the box in this way (I'm not using such RC's anymore, only using the TV's RC via CEC to control Kodi now. This one I grabbed for testing from my old hardware inventory ) Such kind of RC's usually working well with the kernel input interface, no LIRC is needed |
|||
2nd Mar, 2016, 12:28 AM
Post: #9
|
|||
|
|||
RE: Haupagge MCE Remote does not work
(2nd Mar, 2016 12:06 AM)Nachteule Wrote: [quote] I will try this when I get home today and report back. I can also stop and disable lirc from inside the Xbian settings in Kodi, right? |
|||
2nd Mar, 2016, 12:47 AM
(This post was last modified: 2nd Mar, 2016 12:48 AM by Nachteule.)
Post: #10
|
|||
|
|||
RE: Haupagge MCE Remote does not work
Absolutely right (but theese three commands are faster )
|
|||
2nd Mar, 2016, 09:22 AM
Post: #11
|
|||
|
|||
RE: Haupagge MCE Remote does not work
Well, that didn't work. I stopped and disabled autorun on lirc and rebooted. A few times, in fact. Nothing.
|
|||
2nd Mar, 2016, 12:58 PM
Post: #12
|
|||
|
|||
RE: Haupagge MCE Remote does not work
It worked like a charm with OpenELEC, Plex client and anything else I could throw at it. Xbian simply doesn't want to see the receiver, lirc or no lirc. I'm beyond frustrated. I really don't want to have to go back to OpenELEC.
|
|||
3rd Mar, 2016, 12:28 AM
Post: #13
|
|||
|
|||
RE: Haupagge MCE Remote does not work
I can only guess that OE and PLEX does not enable the internal IR receiver (you already told me that the internal IR receiver works but is very limited and you can't used it).
So, perhaps it would help to disable the internal IR receiver and use the external. Let me think a little bit how that can be done. |
|||
3rd Mar, 2016, 12:37 AM
Post: #14
|
|||
|
|||
RE: Haupagge MCE Remote does not work
(3rd Mar, 2016 12:28 AM)Nachteule Wrote: I can only guess that OE and PLEX does not enable the internal IR receiver (you already told me that the internal IR receiver works but is very limited and you can't used it). The internal IR receiver continued to work in conjunction with external IR receivers. I would just tuck the cubox-i down behind the TV so it couldn't directly receive signal from the remote. I never had to turn anything off before. Would it be possible to tear apart OpenELEC and see what they're doing with remotes that makes them all work so well? |
|||
3rd Mar, 2016, 02:48 AM
(This post was last modified: 3rd Mar, 2016 04:22 AM by Nachteule.)
Post: #15
|
|||
|
|||
RE: Haupagge MCE Remote does not work
I think I found the solution:
1) Please add in file /etc/lirc/hardware.conf LOADHB=0 (see example below) Code: *"mceusb"*) 2) and blacklist module gpio_ir_recv by adding Code: blacklist gpio_ir_recv to file /etc/modprobe.d/imx6.conf Make sure that LIRC is enabled again and your external receiver is connected before you're rebooting your box This change does not enable the onboard IR receiver if an external has been detected and should then use your external receiver instead Edit: I'm note really sure if the first modification is really necessary or if it breaks LIRC for working The second modification will disable onboard IR receiver |
|||
« Next Oldest | Next Newest »
|