Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[SOLVED] Haupagge MCE Remote does not work
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Solved: Haupagge MCE Remote does not work
3rd Mar, 2016, 02:48 AM (This post was last modified: 3rd Mar, 2016 04:22 AM by Nachteule.)
Post: #15
Nachteule Offline
Administrator
******
Posts: 2,405
Joined: Dec 2014
Reputation: 122
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"*)
                if [ $(echo "$DEVICES" | grep 'Media Center Ed.' | wc -l) -gt 0 ]; then
                        if [ $(echo "$DEVICES" | grep -m 1 -A 4 'Media Center Ed.' | grep -o event[0-9] | sed -e 's/event//g') -eq 0 ]; then
                                . /etc/lirc/hardware/mceusb_event0.conf
                        elif [ $(echo "$DEVICES" | grep -m 1 -A 4 'Media Center Ed.' | grep -o event[0-9] | sed -e 's/event//g') -eq 1 ]; then
                                . /etc/lirc/hardware/mceusb_event1.conf
                        elif [ $(echo "$DEVICES" | grep -m 1 -A 4 'Media Center Ed.' | grep -o event[0-9] | sed -e 's/event//g') -eq 2 ]; then
                                . /etc/lirc/hardware/mceusb_event2.conf
                        else
                                . /etc/lirc/hardware/mceusb.conf
                        fi
                else
                        . /etc/lirc/hardware/mceusb.conf
                fi
                LOADHB=0
                ;;
            *"MCE USB IR Receiver- Spinel plus"*)

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
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Haupagge MCE Remote does not work - lukes790 - 22nd Sep, 2015, 06:58 AM
RE: Haupagge MCE Remote does not work - lukes790 - 23rd Sep, 2015, 05:35 PM
RE: Haupagge MCE Remote does not work - WishX - 1st Mar, 2016, 06:14 AM
RE: Haupagge MCE Remote does not work - Nachteule - 1st Mar, 2016, 07:33 AM
RE: Haupagge MCE Remote does not work - WishX - 1st Mar, 2016, 11:16 AM
RE: Haupagge MCE Remote does not work - WishX - 1st Mar, 2016, 07:35 AM
RE: Haupagge MCE Remote does not work - Nachteule - 1st Mar, 2016, 07:42 AM
RE: Haupagge MCE Remote does not work - Nachteule - 2nd Mar, 2016, 12:06 AM
RE: Haupagge MCE Remote does not work - WishX - 2nd Mar, 2016, 12:28 AM
RE: Haupagge MCE Remote does not work - Nachteule - 2nd Mar, 2016, 12:47 AM
RE: Haupagge MCE Remote does not work - WishX - 2nd Mar, 2016, 09:22 AM
RE: Haupagge MCE Remote does not work - WishX - 2nd Mar, 2016, 12:58 PM
RE: Haupagge MCE Remote does not work - Nachteule - 3rd Mar, 2016, 12:28 AM
RE: Haupagge MCE Remote does not work - WishX - 3rd Mar, 2016, 12:37 AM
RE: Haupagge MCE Remote does not work - Nachteule - 3rd Mar, 2016 02:48 AM
RE: Haupagge MCE Remote does not work - WishX - 3rd Mar, 2016, 01:31 PM
RE: Haupagge MCE Remote does not work - Nachteule - 3rd Mar, 2016, 09:59 PM
RE: Haupagge MCE Remote does not work - WishX - 4th Mar, 2016, 12:24 AM
RE: Haupagge MCE Remote does not work - Nachteule - 4th Mar, 2016, 02:29 AM
RE: Haupagge MCE Remote does not work - WishX - 4th Mar, 2016, 04:50 AM
RE: Haupagge MCE Remote does not work - Nachteule - 4th Mar, 2016, 05:16 AM
RE: Haupagge MCE Remote does not work - WishX - 4th Mar, 2016, 05:26 AM
RE: Haupagge MCE Remote does not work - Nachteule - 4th Mar, 2016, 07:07 AM
RE: Haupagge MCE Remote does not work - greenbag - 8th Mar, 2016, 07:00 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 24th May, 2025, 09:38 PM Powered By MyBB, © 2002-2025 MyBB Group.