Page 1 of 1

tbs 6984 no respose to remote with ir-keytable

PostPosted: Fri Feb 08, 2013 6:38 pm
by ceesquared
TBS 6984, Mythbuntu 64 bit latest release. Driver is loaded and ir-keytable gives driver and table. ir remote is recognised at rc0. All protocols except LIRC are enabled and LIRC is not loaded. ir-keytable -t has no response with any remote ( tbs, panasonic tv and humax 9300-t). What can I check/ do to get a response to the remote?

Re: tbs 6984 no respose to remote with ir-keytable

PostPosted: Sat Feb 09, 2013 9:16 am
by SergioDanielG
Hi ceesquared.
Maybe you can try with irrecord. First see for input devices whit "cat /proc/bus/input/devices".
In my case for TBS6925:
Code: Select All Code
I: Bus=0001 Vendor=6925 Product=0001 Version=0001
N: Name="saa716x IR (TurboSight TBS 6925)"
P: Phys=pci-0000:04:00.0/ir0
S: Sysfs=/devices/pci0000:00/0000:00:06.0/0000:04:00.0/rc/rc3/input11
U: Uniq=
H: Handlers=kbd event11
B: PROP=0
B: EV=100013
B: KEY=c00 0 3000000108c0000 234301100000000 0 118000 418000000801 8e968000000000 ffc
B: MSC=10


Then run irrecord:
Code: Select All Code
irrecord /dev/input/event11


Best regards.