Disable xbox remote in Libreelec 7.0.3 for imx6

  • How can I disable that xbox one remote controls my libreelec 7.0.3 for imx6. When I control my xbox one I control my libreelec at the same time. How can I disable this in lirccd because I control my LE with a flirc dongle and harmony remote


  • You can't. Flirc will pick up any MCE remote.

    When using flirc lircd isn't even used unless you have a separate IR receiver

    But its definately the build in ir receiver in cubox which supports the xbox remote and not the flirc. If I can disable the receiver in the cubox my problem is gone.


  • You could also disable xbox module loading. Type this in ssh console

    Code
    echo "blacklist lirc_xbox" >> /storage/.config/modprobe.d/lirc_xbox.conf

    I typed the code in ssh and a file lirc_xbox.conf is written to modprobe.d. Then I rebooted the system. But unfortanetly it doesn't work. The xbox one remote further controls the cubox until I put some duct tape on the ir receiver of the cubox :D

  • Then just disable gpio ir receiver

    Code
    rm -f /storage/.config/modprobe.d/lirc_xbox.conf
    echo "blacklist gpio-ir-recv" >> /storage/.config/modprobe.d/disable-gpio-ir-recv.conf

    Edited once, last by vpeter (February 12, 2017 at 1:10 PM).