Posts by NetVicious

    On Libreelec 8.0.1 with Kodi 17.1 I need to copy 51-these-are-not-joysticks.rules instead of 51-these-are-not-joysticks-rm.rules

    It seems there are several versions of the same remote

    I went to GitHub - denilsonsa/udev-joystick-blacklist: Fix for keyboard/mouse/tablet being detected as joystick in Linux and downloaded both files.

    I copied both on /storage/.config/udev.rules.d/ in my Raspberry 2.0 within ssh and rebooted it, and all was perfect.

    If your remote it's very new the idVendor and the idProduct should not be on the previous files.

    You can check the codes for your remote connecting with SSH to your Raspberry and running the command usb-devices

    You should look for devices with driver=usbhid

    On my Raspberry I got this:

    T: Bus=01 Lev=02 Prnt=02 Port=03 Cnt=02 Dev#= 4 Spd=12 MxCh= 0
    D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
    P: Vendor=1d57 ProdID=ad03 Rev=02.00
    S: Manufacturer=FREEWAY TECHNOLOGY
    C: #Ifs= 4 Cfg#= 1 Atr=a0 MxPwr=100mA
    I: If#= 0 Alt= 0 #EPs= 0 Cls=01(audio) Sub=01 Prot=00 Driver=snd-usb-audio
    I: If#= 1 Alt= 0 #EPs= 0 Cls=01(audio) Sub=02 Prot=00 Driver=snd-usb-audio
    I: If#= 2 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=01 Driver=usbhid
    I: If#= 3 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=usbhid

    That's why I discovered the ATTRS{idVendor}=="1d57", ATTRS{idProduct}=="ad03" doesn't worked for my, and how I got to the url I pasted before.

    Thanks for the info, and I wait next people with the same problem get it's remote working too ;)