No subject


Mon Oct 30 22:48:16 UTC 2006


to choose "Other" and then "Linux input layer (/dev/input/eventX)".

Also I remember that this remote needed "Enable dynamic codes" enabled
from the "2: Software configuration" menu, or it wouldn't work at all.
(irw would output nothing).

Also remember that you need to have the lines:

DRIVER="dev/input"
DEVICE="/dev/input/event?"

in your /etc/lirc/hardware.conf

Replace the ? on the DEVICE= line with a number which you get from
running this command:

"cat /proc/bus/input/devices | grep cx88 -A3 -B1" (just cut&paste it)

For example, on my pc it shows:

I: Bus=0001 Vendor=0070 Product=9002 Version=0001
N: Name="cx88 IR (Hauppauge Nova-T DVB-T"
P: Phys=pci-0000:01:0a.2/ir0
S: Sysfs=/class/input/input3
H: Handlers=kbd event3

See the "H: Handlers=kbd event3 line"? It says event3 so I have
DEVICE="/dev/input/event3" in my hardware.conf.

Hope this helps, I'll check this thread for questions you might have
for a while.


More information about the mythtv-users mailing list