remote problem
#1
My remote
https://www.amazon.co.uk/gp/aw/d/B01LX03...UTF8&psc=1

After upgrading, libreelec to 8.0 only the air mouse works, keyboard, volume control, up, down, left and right I'm oretty sure everything else doesn't work now except the air mouse and mouse buttons.

Any reason why?
Reply
#2
Sounds a bit like this mebbe?
Reply
#3
(2017-03-02, 02:22)trogggy Wrote: Sounds a bit like this mebbe?


That seems pretty much exactly my problem. My remote is also the T3.
It works on windows fine and worked fine on libre elec 7 fine until I upgraded to 8.

The problem is the huge chunk of code makes no sense to me. there doesn't seem to be any instructions as to where I put this chunk of code and how I determine my remote control id.

Now I am far from a noob with this sort of thing and figured out how to install things from repositories after first adding those repositories into the list, but it seems like whoever made that thread just assumes everyone knows how/where/ what to edit and put that code into. I do not, but would love to learn.

Thanks for your input so far though, I really appreciate it.

Btw. Is it just me, or is the logic of updating software, which actually creates bugs and problems which previously didn't exist, nonsensical ?
Generally I assume that updating must be good, because of bug fixes and newer more functional kernels and junk, I certainly don't expect in,an update to result in perfectly functional aspects suddenly becoming broke. Is there any rational reason why they added this control pad crap?
I'm watching media on kodi instead of a computer because of the fact it's generally easier and user friendly, I don't expect to encounter text editing for basic functionality.

*rant over*
Reply
#4
No idea on why this has popped up now, but if you connect to libreelec via ssh (putty assuming you're on windows) and run:

udevadm monitor -p

Then unplug your remote dongle and look for the vendor id / product id in the text that pops up. Or copy the output into a text box here if you can't see them.
Reply
#5
(2017-03-02, 13:52)trogggy Wrote: No idea on why this has popped up now, but if you connect to libreelec via ssh (putty assuming you're on windows) and run:

udevadm monitor -p

Then unplug your remote dongle and look for the vendor id / product id in the text that pops up. Or copy the output into a text box here if you can't see them.

I only use android, on my smartphone/tablet and Linux debian on my raspberry pi3
Libre elec is installed onto a standalone sd card, by itself.

Once I figure out the id of the remote, what next.?
Reply
#6
It's all here:
http://forum.kodi.tv/showthread.php?tid=278842&page=13
That's what I followed to fix mine.
Reply
#7
(2017-03-02, 14:07)trogggy Wrote: It's all here:
http://forum.kodi.tv/showthread.php?tid=278842&page=13
That's what I followed to fix mine.

I Don't get it, it says " how to install" then there's a bunch of text? How am,I supposed to know what to do with that?

How to install
Version that changes permissions to 0000

sudo curl -o /etc/udev/rules.d/51-these-are-not-joysticks.rules \
https://raw.githubusercontent.com/denils...icks.rules
Reply
#8
To give you an example...
I've stuck a file called "51-these-are-not-joysticks-rm.rules" (no quotes) in the /storage/.config/.udev.rules.d folder on my libreelec install.
That file contains the following:
Quote:# /etc/udev/rules.d/51-these-are-not-joysticks-rm.rules
#
# This file is auto-generated. For more information:
# https://github.com/denilsonsa/udev-joystick-blacklist

SUBSYSTEM=="input", ATTRS{idVendor}=="1d57", ATTRS{idProduct}=="ad03", ENV{ID_INPUT_JOYSTICK}=="?*", ENV{ID_INPUT_JOYSTICK}=""
SUBSYSTEM=="input", ATTRS{idVendor}=="1d57", ATTRS{idProduct}=="ad03", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_JOYSTICK}=""
The first 3 lines don't matter - anything after a # isn't read. The ld57 and ad03 are the only parts I needed to change to work with my remote.
Reply
#9
(2017-03-03, 02:33)trogggy Wrote: To give you an example...
I've stuck a file called "51-these-are-not-joysticks-rm.rules" (no quotes) in the /storage/.config/.udev.rules.d folder on my libreelec install.
That file contains the following:
Quote:# /etc/udev/rules.d/51-these-are-not-joysticks-rm.rules
#
# This file is auto-generated. For more information:
# https://github.com/denilsonsa/udev-joystick-blacklist

SUBSYSTEM=="input", ATTRS{idVendor}=="1d57", ATTRS{idProduct}=="ad03", ENV{ID_INPUT_JOYSTICK}=="?*", ENV{ID_INPUT_JOYSTICK}=""
SUBSYSTEM=="input", ATTRS{idVendor}=="1d57", ATTRS{idProduct}=="ad03", KERNEL=="js[0-9]*", RUN+="/bin/rm %E{DEVNAME}", ENV{ID_INPUT_JOYSTICK}=""
The first 3 lines don't matter - anything after a # isn't read. The ld57 and ad03 are the only parts I needed to change to work with my remote.

Ok,I kind of get this,,but I only found /configfiles/
The undev.rules.d folder is in there so I create a file called 51-these-are-not-joysticks-rm.rules with no extension on it right?
Reply
#10
If you mean via windows explorer that 'Configfiles' you see is a link to /storage/.config - if there's a 'udev.rules.d' folder inside it you're in the right place.
Reply
#11
(2017-03-03, 03:03)trogggy Wrote: If you mean via windows explorer that 'Configfiles' you see is a link to /storage/.config - if there's a 'udev.rules.d' folder inside it you're in the right place.

The file doesn't need an extension right?
Reply
#12
No extension - make sure it's
51-these-are-not-joysticks-rm.rules
and not
51-these-are-not-joysticks-rm.rules.txt
- other than that I just used notepad++ and saved as 'all files'.
Reply
#13
(2017-03-05, 11:15)trogggy Wrote: No extension - make sure it's
51-these-are-not-joysticks-rm.rules
and not
51-these-are-not-joysticks-rm.rules.txt
- other than that I just used notepad++ and saved as 'all files'.

now where would the id of the remote be? i copied this after i plugged in the remote..

keith:~ # udevadm monitor -p
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent

KERNEL[2161.279332] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5 (usb)
ACTION=add
BUSNUM=001
DEVNAME=/dev/bus/usb/001/007
DEVNUM=007
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5
DEVTYPE=usb_device
MAJOR=189
MINOR=6
PRODUCT=1d57/ad03/200
SEQNUM=1315
SUBSYSTEM=usb
TYPE=0/0/0

KERNEL[2161.279843] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0 (usb)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0
DEVTYPE=usb_interface
INTERFACE=1/1/0
MODALIAS=usb:v1D57pAD03d0200dc00dsc00dp00ic01isc01ip00in00
PRODUCT=1d57/ad03/200
SEQNUM=1316
SUBSYSTEM=usb
TYPE=0/0/0

KERNEL[2161.294171] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1 (sound)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1
SEQNUM=1317
SUBSYSTEM=sound

KERNEL[2161.294486] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1/controlC1 (sound)
ACTION=add
DEVNAME=/dev/snd/controlC1
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1/controlC1
MAJOR=116
MINOR=2
SEQNUM=1318
SUBSYSTEM=sound

KERNEL[2161.295424] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1/pcmC1D0c (sound)
ACTION=add
DEVNAME=/dev/snd/pcmC1D0c
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1/pcmC1D0c
MAJOR=116
MINOR=3
SEQNUM=1319
SUBSYSTEM=sound

KERNEL[2161.295708] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1 (usb)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1
DEVTYPE=usb_interface
DRIVER=snd-usb-audio
INTERFACE=1/2/0
MODALIAS=usb:v1D57pAD03d0200dc00dsc00dp00ic01isc02ip00in01
PRODUCT=1d57/ad03/200
SEQNUM=1320
SUBSYSTEM=usb
TYPE=0/0/0

KERNEL[2161.295978] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2 (usb)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2
DEVTYPE=usb_interface
INTERFACE=3/1/1
MODALIAS=usb:v1D57pAD03d0200dc00dsc00dp00ic03isc01ip01in02
PRODUCT=1d57/ad03/200
SEQNUM=1321
SUBSYSTEM=usb
TYPE=0/0/0

KERNEL[2161.304342] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003 (hid)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003
HID_ID=0003:00001D57:0000AD03
HID_NAME=FREEWAY TECHNOLOGY
HID_PHYS=usb-3f980000.usb-1.5/input2
HID_UNIQ=
MODALIAS=hid:b0003g0001v00001D57p0000AD03
SEQNUM=1322
SUBSYSTEM=hid

KERNEL[2161.306580] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2 (input)
ABS=30007
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2
EV=12001b
KEY=fff 0 10000 7 ff9f307a c140dfff febeffdf ffefffff ffffffff fffffffe
LED=1f
MODALIAS=input:b0003v1D57pAD03e0101-e0,1,3,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8E,8F,96,98,9E,9F,A1,A3,A4,A5,A6,AC,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,120,121,122,123,124,125,126,127,128,129,12A,12B,ra0,1,2,10,11,m4,l0,1,2,3,4,sfw
MSC=10
NAME="FREEWAY TECHNOLOGY"
PHYS="usb-3f980000.usb-1.5/input2"
PRODUCT=3/1d57/ad03/101
PROP=0
SEQNUM=1323
SUBSYSTEM=input
UNIQ=""

KERNEL[2161.360211] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::numlock (leds)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::numlock
SEQNUM=1324
SUBSYSTEM=leds

KERNEL[2161.361899] change /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::numlock (leds)
ACTION=change
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::numlock
SEQNUM=1325
SUBSYSTEM=leds
TRIGGER=kbd-numlock

KERNEL[2161.362520] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::capslock (leds)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::capslock
SEQNUM=1326
SUBSYSTEM=leds

KERNEL[2161.363409] change /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::capslock (leds)
ACTION=change
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::capslock
SEQNUM=1327
SUBSYSTEM=leds
TRIGGER=kbd-capslock

KERNEL[2161.364299] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2:Confusedcrolllock (leds)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2:Confusedcrolllock
SEQNUM=1328
SUBSYSTEM=leds

KERNEL[2161.365058] change /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2:Confusedcrolllock (leds)
ACTION=change
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2:Confusedcrolllock
SEQNUM=1329
SUBSYSTEM=leds
TRIGGER=kbd-scrolllock

KERNEL[2161.365945] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::compose (leds)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::compose
SEQNUM=1330
SUBSYSTEM=leds

KERNEL[2161.366665] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::kana (leds)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::kana
SEQNUM=1331
SUBSYSTEM=leds

KERNEL[2161.367218] change /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::kana (leds)
ACTION=change
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::kana
SEQNUM=1332
SUBSYSTEM=leds
TRIGGER=kbd-kanalock

KERNEL[2161.368021] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/js0 (input)
ACTION=add
DEVNAME=/dev/input/js0
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/js0
MAJOR=13
MINOR=0
SEQNUM=1333
SUBSYSTEM=input

UDEV [2161.369001] add /class/usbmisc (class)
ACTION=add
DEVPATH=/class/usbmisc
SEQNUM=1335
SUBSYSTEM=class
USEC_INITIALIZED=2161367200

KERNEL[2161.369593] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/event0 (input)
ACTION=add
DEVNAME=/dev/input/event0
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/event0
MAJOR=13
MINOR=64
SEQNUM=1334
SUBSYSTEM=input

KERNEL[2161.370410] add /class/usbmisc (class)
ACTION=add
DEVPATH=/class/usbmisc
SEQNUM=1335
SUBSYSTEM=class

KERNEL[2161.371015] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/usbmisc/hiddev0 (usbmisc)
ACTION=add
DEVNAME=/dev/usb/hiddev0
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/usbmisc/hiddev0
MAJOR=180
MINOR=96
SEQNUM=1336
SUBSYSTEM=usbmisc

KERNEL[2161.371869] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/hidraw/hidraw0 (hidraw)
ACTION=add
DEVNAME=/dev/hidraw0
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/hidraw/hidraw0
MAJOR=247
MINOR=0
SEQNUM=1337
SUBSYSTEM=hidraw

KERNEL[2161.372777] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3 (usb)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3
DEVTYPE=usb_interface
INTERFACE=3/1/2
MODALIAS=usb:v1D57pAD03d0200dc00dsc00dp00ic03isc01ip02in03
PRODUCT=1d57/ad03/200
SEQNUM=1338
SUBSYSTEM=usb
TYPE=0/0/0

KERNEL[2161.379950] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004 (hid)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004
HID_ID=0003:00001D57:0000AD03
HID_NAME=FREEWAY TECHNOLOGY
HID_PHYS=usb-3f980000.usb-1.5/input3
HID_UNIQ=
MODALIAS=hid:b0003g0001v00001D57p0000AD03
SEQNUM=1339
SUBSYSTEM=hid

KERNEL[2161.381076] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/input/input3 (input)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/input/input3
EV=17
KEY=70000 0 0 0 0 0 0 0 0
MODALIAS=input:b0003v1D57pAD03e0101-e0,1,2,4,k110,111,112,r0,1,8,9,A,B,C,D,E,am4,lsfw
MSC=10
NAME="FREEWAY TECHNOLOGY"
PHYS="usb-3f980000.usb-1.5/input3"
PRODUCT=3/1d57/ad03/101
PROP=0
REL=ff03
SEQNUM=1340
SUBSYSTEM=input
UNIQ=""

KERNEL[2161.381913] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/input/input3/mouse0 (input)
ACTION=add
DEVNAME=/dev/input/mouse0
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/input/input3/mouse0
MAJOR=13
MINOR=32
SEQNUM=1341
SUBSYSTEM=input

KERNEL[2161.383839] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/input/input3/event1 (input)
ACTION=add
DEVNAME=/dev/input/event1
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/input/input3/event1
MAJOR=13
MINOR=65
SEQNUM=1342
SUBSYSTEM=input

KERNEL[2161.386671] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/hidraw/hidraw1 (hidraw)
ACTION=add
DEVNAME=/dev/hidraw1
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/hidraw/hidraw1
MAJOR=247
MINOR=1
SEQNUM=1343
SUBSYSTEM=hidraw

UDEV [2161.392973] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5 (usb)
ACTION=add
BUSNUM=001
DEVNAME=/dev/bus/usb/001/007
DEVNUM=007
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5
DEVTYPE=usb_device
DRIVER=usb
ID_BUS=usb
ID_MODEL=ad03
ID_MODEL_ENC=ad03
ID_MODEL_ID=ad03
ID_REVISION=0200
ID_SERIAL=FREEWAY_TECHNOLOGY_ad03
ID_USB_INTERFACES=:010100:010200:030101:030102:
ID_VENDOR=FREEWAY_TECHNOLOGY
ID_VENDOR_ENC=FREEWAY\x20TECHNOLOGY
ID_VENDOR_FROM_DATABASE=Xenta
ID_VENDOR_ID=1d57
MAJOR=189
MINOR=6
PRODUCT=1d57/ad03/200
SEQNUM=1315
SUBSYSTEM=usb
TYPE=0/0/0
USEC_INITIALIZED=2161392029

UDEV [2161.397684] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1 (usb)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1
DEVTYPE=usb_interface
DRIVER=snd-usb-audio
ID_VENDOR_FROM_DATABASE=Xenta
INTERFACE=1/2/0
MODALIAS=usb:v1D57pAD03d0200dc00dsc00dp00ic01isc02ip00in01
PRODUCT=1d57/ad03/200
SEQNUM=1320
SUBSYSTEM=usb
TYPE=0/0/0
USEC_INITIALIZED=2161396155

UDEV [2161.398173] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0 (usb)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0
DEVTYPE=usb_interface
DRIVER=snd-usb-audio
ID_VENDOR_FROM_DATABASE=Xenta
INTERFACE=1/1/0
MODALIAS=usb:v1D57pAD03d0200dc00dsc00dp00ic01isc01ip00in00
PRODUCT=1d57/ad03/200
SEQNUM=1316
SUBSYSTEM=usb
TYPE=0/0/0
USEC_INITIALIZED=2161396206

UDEV [2161.402042] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1 (sound)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1
ID_FOR_SEAT=sound-platform-3f980000_usb-usb-0_1_5_1_0
ID_PATH=platform-3f980000.usb-usb-0:1.5:1.0
ID_PATH_TAG=platform-3f980000_usb-usb-0_1_5_1_0
SEQNUM=1317
SUBSYSTEM=sound
SYSTEMD_WANTS=sound.target
TAGS=ConfusedeatConfusedystemd:
USEC_INITIALIZED=2161401181

UDEV [2161.403370] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2 (usb)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2
DEVTYPE=usb_interface
DRIVER=usbhid
ID_VENDOR_FROM_DATABASE=Xenta
INTERFACE=3/1/1
MODALIAS=usb:v1D57pAD03d0200dc00dsc00dp00ic03isc01ip01in02
PRODUCT=1d57/ad03/200
SEQNUM=1321
SUBSYSTEM=usb
TYPE=0/0/0
USEC_INITIALIZED=2161401311

UDEV [2161.407690] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003 (hid)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003
DRIVER=hid-generic
HID_ID=0003:00001D57:0000AD03
HID_NAME=FREEWAY TECHNOLOGY
HID_PHYS=usb-3f980000.usb-1.5/input2
HID_UNIQ=
MODALIAS=hid:b0003g0001v00001D57p0000AD03
SEQNUM=1322
SUBSYSTEM=hid
USEC_INITIALIZED=2161407119

UDEV [2161.409284] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1/pcmC1D0c (sound)
ACTION=add
DEVNAME=/dev/snd/pcmC1D0c
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1/pcmC1D0c
MAJOR=116
MINOR=3
SEQNUM=1319
SUBSYSTEM=sound
TAGS=:uaccess:
USEC_INITIALIZED=2161407972

UDEV [2161.415281] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/usbmisc/hiddev0 (usbmisc)
ACTION=add
DEVNAME=/dev/usb/hiddev0
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/usbmisc/hiddev0
MAJOR=180
MINOR=96
SEQNUM=1336
SUBSYSTEM=usbmisc
USEC_INITIALIZED=2161414722

KERNEL[2161.416342] change /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1 (sound)
ACTION=change
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1
SEQNUM=1344
SUBSYSTEM=sound

UDEV [2161.420093] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2 (input)
.INPUT_CLASS=joystick
ABS=30007
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2
EV=12001b
ID_BUS=usb
ID_FOR_SEAT=input-platform-3f980000_usb-usb-0_1_5_1_2
ID_INPUT=1
ID_INPUT_JOYSTICK=1
ID_INPUT_KEY=1
ID_INPUT_KEYBOARD=1
ID_MODEL=ad03
ID_MODEL_ENC=ad03
ID_MODEL_ID=ad03
ID_PATH=platform-3f980000.usb-usb-0:1.5:1.2
ID_PATH_TAG=platform-3f980000_usb-usb-0_1_5_1_2
ID_REVISION=0200
ID_SERIAL=FREEWAY_TECHNOLOGY_ad03
ID_TYPE=hid
ID_USB_DRIVER=usbhid
ID_USB_INTERFACES=:010100:010200:030101:030102:
ID_USB_INTERFACE_NUM=02
ID_VENDOR=FREEWAY_TECHNOLOGY
ID_VENDOR_ENC=FREEWAY\x20TECHNOLOGY
ID_VENDOR_ID=1d57
KEY=fff 0 10000 7 ff9f307a c140dfff febeffdf ffefffff ffffffff fffffffe
LED=1f
MODALIAS=input:b0003v1D57pAD03e0101-e0,1,3,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8E,8F,96,98,9E,9F,A1,A3,A4,A5,A6,AC,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,120,121,122,123,124,125,126,127,128,129,12A,12B,ra0,1,2,10,11,m4,l0,1,2,3,4,sfw
MSC=10
NAME="FREEWAY TECHNOLOGY"
PHYS="usb-3f980000.usb-1.5/input2"
PRODUCT=3/1d57/ad03/101
PROP=0
SEQNUM=1323
SUBSYSTEM=input
TAGS=Confusedeat:
UNIQ=""
USEC_INITIALIZED=2161418734

UDEV [2161.424243] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::numlock (leds)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::numlock
SEQNUM=1324
SUBSYSTEM=leds
USEC_INITIALIZED=2161423919

UDEV [2161.424736] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3 (usb)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3
DEVTYPE=usb_interface
DRIVER=usbhid
ID_VENDOR_FROM_DATABASE=Xenta
INTERFACE=3/1/2
MODALIAS=usb:v1D57pAD03d0200dc00dsc00dp00ic03isc01ip02in03
PRODUCT=1d57/ad03/200
SEQNUM=1338
SUBSYSTEM=usb
TYPE=0/0/0
USEC_INITIALIZED=2161422910

UDEV [2161.427504] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2:Confusedcrolllock (leds)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2:Confusedcrolllock
SEQNUM=1328
SUBSYSTEM=leds
USEC_INITIALIZED=2161427073

UDEV [2161.431240] change /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2:Confusedcrolllock (leds)
ACTION=change
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2:Confusedcrolllock
SEQNUM=1329
SUBSYSTEM=leds
TRIGGER=kbd-scrolllock
USEC_INITIALIZED=2161430896

UDEV [2161.431653] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004 (hid)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004
DRIVER=hid-generic
HID_ID=0003:00001D57:0000AD03
HID_NAME=FREEWAY TECHNOLOGY
HID_PHYS=usb-3f980000.usb-1.5/input3
HID_UNIQ=
MODALIAS=hid:b0003g0001v00001D57p0000AD03
SEQNUM=1339
SUBSYSTEM=hid
USEC_INITIALIZED=2161431084

UDEV [2161.433256] change /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::numlock (leds)
ACTION=change
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::numlock
SEQNUM=1325
SUBSYSTEM=leds
TRIGGER=kbd-numlock
USEC_INITIALIZED=2161432172

UDEV [2161.436009] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::capslock (leds)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::capslock
SEQNUM=1326
SUBSYSTEM=leds
USEC_INITIALIZED=2161435643

UDEV [2161.440946] change /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::capslock (leds)
ACTION=change
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::capslock
SEQNUM=1327
SUBSYSTEM=leds
TRIGGER=kbd-capslock
USEC_INITIALIZED=2161440550

UDEV [2161.441148] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::compose (leds)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::compose
SEQNUM=1330
SUBSYSTEM=leds
USEC_INITIALIZED=2161440648

UDEV [2161.441805] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/hidraw/hidraw0 (hidraw)
ACTION=add
DEVNAME=/dev/hidraw0
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/hidraw/hidraw0
MAJOR=247
MINOR=0
SEQNUM=1337
SUBSYSTEM=hidraw
USEC_INITIALIZED=2161441182

UDEV [2161.442037] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/hidraw/hidraw1 (hidraw)
ACTION=add
DEVNAME=/dev/hidraw1
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/hidraw/hidraw1
MAJOR=247
MINOR=1
SEQNUM=1343
SUBSYSTEM=hidraw
USEC_INITIALIZED=2161441629

UDEV [2161.442622] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::kana (leds)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::kana
SEQNUM=1331
SUBSYSTEM=leds
USEC_INITIALIZED=2161442080

UDEV [2161.445105] change /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::kana (leds)
ACTION=change
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::kana
SEQNUM=1332
SUBSYSTEM=leds
TRIGGER=kbd-kanalock
USEC_INITIALIZED=2161444858

UDEV [2161.446518] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/input/input3 (input)
.INPUT_CLASS=mouse
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/input/input3
EV=17
ID_BUS=usb
ID_FOR_SEAT=input-platform-3f980000_usb-usb-0_1_5_1_3
ID_INPUT=1
ID_INPUT_MOUSE=1
ID_MODEL=ad03
ID_MODEL_ENC=ad03
ID_MODEL_ID=ad03
ID_PATH=platform-3f980000.usb-usb-0:1.5:1.3
ID_PATH_TAG=platform-3f980000_usb-usb-0_1_5_1_3
ID_REVISION=0200
ID_SERIAL=FREEWAY_TECHNOLOGY_ad03
ID_TYPE=hid
ID_USB_DRIVER=usbhid
ID_USB_INTERFACES=:010100:010200:030101:030102:
ID_USB_INTERFACE_NUM=03
ID_VENDOR=FREEWAY_TECHNOLOGY
ID_VENDOR_ENC=FREEWAY\x20TECHNOLOGY
ID_VENDOR_ID=1d57
KEY=70000 0 0 0 0 0 0 0 0
MODALIAS=input:b0003v1D57pAD03e0101-e0,1,2,4,k110,111,112,r0,1,8,9,A,B,C,D,E,am4,lsfw
MSC=10
NAME="FREEWAY TECHNOLOGY"
PHYS="usb-3f980000.usb-1.5/input3"
PRODUCT=3/1d57/ad03/101
PROP=0
REL=ff03
SEQNUM=1340
SUBSYSTEM=input
TAGS=Confusedeat:
UNIQ=""
USEC_INITIALIZED=2161445570

UDEV [2161.448172] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/js0 (input)
.INPUT_CLASS=joystick
ACTION=add
DEVLINKS=/dev/input/by-id/usb-FREEWAY_TECHNOLOGY_ad03-if02-joystick /dev/input/by-path/platform-3f980000.usb-usb-0:1.5:1.2-joystick
DEVNAME=/dev/input/js0
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/js0
ID_BUS=usb
ID_FOR_SEAT=input-platform-3f980000_usb-usb-0_1_5_1_2
ID_INPUT=1
ID_INPUT_JOYSTICK=1
ID_INPUT_KEY=1
ID_INPUT_KEYBOARD=1
ID_MODEL=ad03
ID_MODEL_ENC=ad03
ID_MODEL_ID=ad03
ID_PATH=platform-3f980000.usb-usb-0:1.5:1.2
ID_PATH_TAG=platform-3f980000_usb-usb-0_1_5_1_2
ID_REVISION=0200
ID_SERIAL=FREEWAY_TECHNOLOGY_ad03
ID_TYPE=hid
ID_USB_DRIVER=usbhid
ID_USB_INTERFACES=:010100:010200:030101:030102:
ID_USB_INTERFACE_NUM=02
ID_VENDOR=FREEWAY_TECHNOLOGY
ID_VENDOR_ENC=FREEWAY\x20TECHNOLOGY
ID_VENDOR_ID=1d57
MAJOR=13
MINOR=0
SEQNUM=1333
SUBSYSTEM=input
TAGS=:uaccessConfusedeat:
USEC_INITIALIZED=2161445998

UDEV [2161.452409] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/input/input3/mouse0 (input)
.INPUT_CLASS=mouse
ACTION=add
DEVLINKS=/dev/input/by-id/usb-FREEWAY_TECHNOLOGY_ad03-if03-mouse /dev/input/by-path/platform-3f980000.usb-usb-0:1.5:1.3-mouse
DEVNAME=/dev/input/mouse0
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/input/input3/mouse0
ID_BUS=usb
ID_INPUT=1
ID_INPUT_MOUSE=1
ID_MODEL=ad03
ID_MODEL_ENC=ad03
ID_MODEL_ID=ad03
ID_PATH=platform-3f980000.usb-usb-0:1.5:1.3
ID_PATH_TAG=platform-3f980000_usb-usb-0_1_5_1_3
ID_REVISION=0200
ID_SERIAL=FREEWAY_TECHNOLOGY_ad03
ID_TYPE=hid
ID_USB_DRIVER=usbhid
ID_USB_INTERFACES=:010100:010200:030101:030102:
ID_USB_INTERFACE_NUM=03
ID_VENDOR=FREEWAY_TECHNOLOGY
ID_VENDOR_ENC=FREEWAY\x20TECHNOLOGY
ID_VENDOR_ID=1d57
MAJOR=13
MINOR=32
SEQNUM=1341
SUBSYSTEM=input
USEC_INITIALIZED=2161451850

UDEV [2161.634065] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/event0 (input)
.INPUT_CLASS=joystick
ACTION=add
DEVLINKS=/dev/input/by-id/usb-FREEWAY_TECHNOLOGY_ad03-if02-event-joystick /dev/input/by-path/platform-3f980000.usb-usb-0:1.5:1.2-event-joystick
DEVNAME=/dev/input/event0
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/event0
ID_BUS=usb
ID_FOR_SEAT=input-platform-3f980000_usb-usb-0_1_5_1_2
ID_INPUT=1
ID_INPUT_JOYSTICK=1
ID_INPUT_KEY=1
ID_INPUT_KEYBOARD=1
ID_MODEL=ad03
ID_MODEL_ENC=ad03
ID_MODEL_ID=ad03
ID_PATH=platform-3f980000.usb-usb-0:1.5:1.2
ID_PATH_TAG=platform-3f980000_usb-usb-0_1_5_1_2
ID_REVISION=0200
ID_SERIAL=FREEWAY_TECHNOLOGY_ad03
ID_TYPE=hid
ID_USB_DRIVER=usbhid
ID_USB_INTERFACES=:010100:010200:030101:030102:
ID_USB_INTERFACE_NUM=02
ID_VENDOR=FREEWAY_TECHNOLOGY
ID_VENDOR_ENC=FREEWAY\x20TECHNOLOGY
ID_VENDOR_ID=1d57
MAJOR=13
MINOR=64
SEQNUM=1334
SUBSYSTEM=input
TAGS=:uaccessConfusedeat:
USEC_INITIALIZED=2161487983

UDEV [2161.735896] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/input/input3/event1 (input)
.INPUT_CLASS=mouse
ACTION=add
DEVLINKS=/dev/input/by-path/platform-3f980000.usb-usb-0:1.5:1.3-event-mouse /dev/input/by-id/usb-FREEWAY_TECHNOLOGY_ad03-if03-event-mouse
DEVNAME=/dev/input/event1
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.3/0003:1D57:AD03.0004/input/input3/event1
ID_BUS=usb
ID_INPUT=1
ID_INPUT_MOUSE=1
ID_MODEL=ad03
ID_MODEL_ENC=ad03
ID_MODEL_ID=ad03
ID_PATH=platform-3f980000.usb-usb-0:1.5:1.3
ID_PATH_TAG=platform-3f980000_usb-usb-0_1_5_1_3
ID_REVISION=0200
ID_SERIAL=FREEWAY_TECHNOLOGY_ad03
ID_TYPE=hid
ID_USB_DRIVER=usbhid
ID_USB_INTERFACES=:010100:010200:030101:030102:
ID_USB_INTERFACE_NUM=03
ID_VENDOR=FREEWAY_TECHNOLOGY
ID_VENDOR_ENC=FREEWAY\x20TECHNOLOGY
ID_VENDOR_ID=1d57
MAJOR=13
MINOR=65
SEQNUM=1342
SUBSYSTEM=input
USEC_INITIALIZED=2161551638

UDEV [2162.268571] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1/controlC1 (sound)
ACTION=add
DEVLINKS=/dev/snd/by-id/usb-FREEWAY_TECHNOLOGY_ad03-00 /dev/snd/by-path/platform-3f980000.usb-usb-0:1.5:1.0
DEVNAME=/dev/snd/controlC1
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1/controlC1
ID_BUS=usb
ID_MODEL=ad03
ID_MODEL_ENC=ad03
ID_MODEL_ID=ad03
ID_PATH=platform-3f980000.usb-usb-0:1.5:1.0
ID_PATH_TAG=platform-3f980000_usb-usb-0_1_5_1_0
ID_REVISION=0200
ID_SERIAL=FREEWAY_TECHNOLOGY_ad03
ID_TYPE=audio
ID_USB_DRIVER=snd-usb-audio
ID_USB_INTERFACES=:010100:010200:030101:030102:
ID_USB_INTERFACE_NUM=00
ID_VENDOR=FREEWAY_TECHNOLOGY
ID_VENDOR_ENC=FREEWAY\x20TECHNOLOGY
ID_VENDOR_ID=1d57
MAJOR=116
MINOR=2
SEQNUM=1318
SUBSYSTEM=sound
TAGS=:uaccess:
USEC_INITIALIZED=2161416753

UDEV [2162.271688] change /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1 (sound)
ACTION=change
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1
ID_BUS=usb
ID_FOR_SEAT=sound-platform-3f980000_usb-usb-0_1_5_1_0
ID_ID=usb-FREEWAY_TECHNOLOGY_ad03-00
ID_MODEL=ad03
ID_MODEL_ENC=ad03
ID_MODEL_ID=ad03
ID_PATH=platform-3f980000.usb-usb-0:1.5:1.0
ID_PATH_TAG=platform-3f980000_usb-usb-0_1_5_1_0
ID_REVISION=0200
ID_SERIAL=FREEWAY_TECHNOLOGY_ad03
ID_TYPE=audio
ID_USB_DRIVER=snd-usb-audio
ID_USB_INTERFACES=:010100:010200:030101:030102:
ID_USB_INTERFACE_NUM=00
ID_VENDOR=FREEWAY_TECHNOLOGY
ID_VENDOR_ENC=FREEWAY\x20TECHNOLOGY
ID_VENDOR_FROM_DATABASE=Xenta
ID_VENDOR_ID=1d57
SEQNUM=1344
SOUND_INITIALIZED=1
SUBSYSTEM=sound
SYSTEMD_WANTS=sound.target
TAGS=ConfusedeatConfusedystemd:
USEC_INITIALIZED=2161401181

keith:~ # udevadm monitor -p
monitor will print the received events for:
UDEV - the event which udev sends out after rule processing
KERNEL - the kernel uevent

KERNEL[2161.279332] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5 (usb)
ACTION=add
BUSNUM=001
DEVNAME=/dev/bus/usb/001/007
DEVNUM=007
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5
DEVTYPE=usb_device
MAJOR=189
MINOR=6
PRODUCT=1d57/ad03/200
SEQNUM=1315
SUBSYSTEM=usb
TYPE=0/0/0

KERNEL[2161.279843] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0 (usb)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0
DEVTYPE=usb_interface
INTERFACE=1/1/0
MODALIAS=usb:v1D57pAD03d0200dc00dsc00dp00ic01isc01ip00in00
PRODUCT=1d57/ad03/200
SEQNUM=1316
SUBSYSTEM=usb
TYPE=0/0/0

KERNEL[2161.294171] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1 (sound)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1
SEQNUM=1317
SUBSYSTEM=sound

KERNEL[2161.294486] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1/controlC1 (sound)
ACTION=add
DEVNAME=/dev/snd/controlC1
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1/controlC1
MAJOR=116
MINOR=2
SEQNUM=1318
SUBSYSTEM=sound

KERNEL[2161.295424] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1/pcmC1D0c (sound)
ACTION=add
DEVNAME=/dev/snd/pcmC1D0c
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.0/sound/card1/pcmC1D0c
MAJOR=116
MINOR=3
SEQNUM=1319
SUBSYSTEM=sound

KERNEL[2161.295708] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1 (usb)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.1
DEVTYPE=usb_interface
DRIVER=snd-usb-audio
INTERFACE=1/2/0
MODALIAS=usb:v1D57pAD03d0200dc00dsc00dp00ic01isc02ip00in01
PRODUCT=1d57/ad03/200
SEQNUM=1320
SUBSYSTEM=usb
TYPE=0/0/0

KERNEL[2161.295978] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2 (usb)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2
DEVTYPE=usb_interface
INTERFACE=3/1/1
MODALIAS=usb:v1D57pAD03d0200dc00dsc00dp00ic03isc01ip01in02
PRODUCT=1d57/ad03/200
SEQNUM=1321
SUBSYSTEM=usb
TYPE=0/0/0

KERNEL[2161.304342] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003 (hid)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003
HID_ID=0003:00001D57:0000AD03
HID_NAME=FREEWAY TECHNOLOGY
HID_PHYS=usb-3f980000.usb-1.5/input2
HID_UNIQ=
MODALIAS=hid:b0003g0001v00001D57p0000AD03
SEQNUM=1322
SUBSYSTEM=hid

KERNEL[2161.306580] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2 (input)
ABS=30007
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2
EV=12001b
KEY=fff 0 10000 7 ff9f307a c140dfff febeffdf ffefffff ffffffff fffffffe
LED=1f
MODALIAS=input:b0003v1D57pAD03e0101-e0,1,3,4,11,14,k71,72,73,74,75,77,79,7A,7B,7C,7D,7E,7F,80,81,82,83,84,85,86,87,88,89,8A,8B,8C,8E,8F,96,98,9E,9F,A1,A3,A4,A5,A6,AC,AD,B0,B1,B2,B3,B4,B7,B8,B9,BA,BB,BC,BD,BE,BF,C0,C1,C2,F0,120,121,122,123,124,125,126,127,128,129,12A,12B,ra0,1,2,10,11,m4,l0,1,2,3,4,sfw
MSC=10
NAME="FREEWAY TECHNOLOGY"
PHYS="usb-3f980000.usb-1.5/input2"
PRODUCT=3/1d57/ad03/101
PROP=0
SEQNUM=1323
SUBSYSTEM=input
UNIQ=""

KERNEL[2161.360211] add /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::numlock (leds)
ACTION=add
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::numlock
SEQNUM=1324
SUBSYSTEM=leds

KERNEL[2161.361899] change /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::numlock (leds)
ACTION=change
DEVPATH=/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.5/1-1.5:1.2/0003:1D57:AD03.0003/input/input2/input2::numlock
SEQNUM=1325
SUBSYSTEM=leds
TRIGGER=kbd-numlock

KERNEL[2161
Reply
#14
http://www.fileconvoy.com/dfl.php?id=g59...da36420cf4

thats my file please check it for me... if you want to be really helpful you can add the ID of my remote for me and upload back ? lol

it seems like a huge chunk of text to pop up, just from plugging the device in no ??
Not sure at all which part to copy, id seems to pop up several times..

could you clarify which parts I need to look for/copy as I know of other people with now useless remotes and I can help them the same way, or better still add all these different remote ids into the joystick file, and then distribute that modified file into other peoples libreelec config files
Reply
#15
Looking at your output I'd suggest you try exactly the same settings as in my file (so as in post #8).
If that doesn't work for you then I'm out of suggestions.
I've just checked my amlogic boxes, and my remote works with that file in place but not if it's removed (after a reboot in both cases). On Libreelec 8.0 x86 my remote just works.
Reply

Logout Mark Read Team Forum Stats Members Help
remote problem0