throwable
|
Hello
I have a remote associated with my TV USB stick (Terratec Cinergy Hybrid T USB XS).
I was surpisingly happy to see that the remote is more or less working fine without any additional configuration of the geexbox.
However, it seems that not all the controls are working: for example, the stop button is stopping the video, but the play button seems not to be working.
I was wondering whether this is not just a matter of modifying some configuration file, but I have no idea were to start looking.
Is there some kind of documentation about the remote controller management / configuration ?
Thanks
|
 tomlohave
|
remotes are managed by eventlircd
can you post the result of commandline :
lsusb
|
throwable
|
Hello
Here is the result of the lsusb command:
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 090c:1000 Feiya Technology Corp. Flash Drive
Bus 001 Device 003: ID 0ccd:005e TerraTec Electronic GmbH
The last line is my USB TV stick
|
 tomlohave
|
forgot :
cat /proc/bus/input/devices
|
throwable
|
I guess you just need the information related to the USB stick:
I: Bus=0003 Vendor=0ccd Product=005e Version=0001
N: Name=”em28xx IR (em28xx #0)”
P: Phys=usb-0000:00:02.2-4/input0
S: Sysfs=/devices/pci0000:00/0000:00:02.2/usb1/1-4/rc/rc0/input3
U: Uniq=
H: Handlers=kbd event3
B: PROP=0
B: EV=100013
B: KEY=afc274 2242041 0 0 0 0 18000 180 801 9e96c0 0 0 4ffc
B: MSC=10
|
 tomlohave
|
ok and what says :
udevadm info -query=all -name=/dev/input/event3
|
throwable
|
I’m assuming you meant – -query and not -query
It seems that the forum is replacing double – by single –
# udevadm info -query=all -name=/dev/input/event3
P: /devices/pci0000:00/0000:00:02.2/usb1/1-4/rc/rc0/input3/event3
N: input/event3
S: input/by-path/pci-0000:00:02.2-usb-0:4-event-ir
E: UDEV_LOG=3
E: DEVPATH=/devices/pci0000:00/0000:00:02.2/usb1/1-4/rc/rc0/input3/event3
E: MAJOR=13
E: MINOR=67
E: DEVNAME=/dev/input/event3
E: SUBSYSTEM=input
E: ID_INPUT=1
E: ID_INPUT_KEY=1
E: ID_SERIAL=noserial
E: ID_PATH=pci-0000:00:02.2-usb-0:4
E: ID_PATH_TAG=pci-0000_00_02_2-usb-0_4
E: eventlircd_enable=true
E: eventlircd_evmap=03__.evmap
E: DEVLINKS=/dev/input/by-path/pci-0000:00:02.2-usb-0:4-event-ir
-
This reply was modified 1 day ago by throwable.
|
 tomlohave
|
systemctl stop eventlircd.service
evtest /dev/input/event3
— push all keys —
|