Need to Blacklist Built in IR

  • I've just installed Libreelec on my ASRock ION which has a built in IR. The problem is it requires quite direct input compared to the MCE remote one I have so I need to blacklist it to prevent double inputs.

    I ran:

    Code
    cat /proc/bus/input/devices

    and got the following:

    So I need to blacklist the Nuvoton but I'm not sure how I do that and hoping someone can advise me how I can do it.

    Thanks in advance

    EDIT: Looks like I found the answer with a bit more Googling:

    Code
    echo "blacklist nuvoton-cir" | sudo tee /etc/modprobe.d/blacklist-nuvoton-cir.conf
  • Just wondering... Any options in the machine's BIOS you can disable?

    There is one called something like CIR Power on which was enabled and I disabled but it still seemed to be working. That was the only one I could find.

    I ran:

    Code
    Canary:~ # echo "blacklist nuvoton-cir" | tee /etc/modprobe.d/blacklist-nuvoton-
    cir.conf
    blacklist nuvoton-cir
    Canary:~ # rmmod nuvoton-cir

    Haven't had a chance to test it yet due to it being in use. Will reboot once I get a chance.