Difference between revisions of "User:Stevegoodey"

From MythTV Official Wiki
Jump to: navigation, search
(Keep forgetting versions when away from system!)
 
(udev rule for remote.)
Line 3: Line 3:
 
Mythbuntu 9.10
 
Mythbuntu 9.10
 
Mythtv 0.22
 
Mythtv 0.22
 +
 +
Although up/down buttons worked, OK did not. Following fixed it.
 +
 +
/etc/lirc/hardware.conf
 +
REMOTE_DEVICE="/dev/input/dvb-ir"
 +
 +
/etc/udev/rules.d/10-local.rules
 +
KERNEL=="event*", ATTRS{name}=="IR-receiver inside an USB DVB receiver", SYMLINK+="input/dvb-ir"

Revision as of 18:03, 16 February 2013

Current system.

Mythbuntu 9.10 Mythtv 0.22

Although up/down buttons worked, OK did not. Following fixed it.

/etc/lirc/hardware.conf REMOTE_DEVICE="/dev/input/dvb-ir"

/etc/udev/rules.d/10-local.rules KERNEL=="event*", ATTRS{name}=="IR-receiver inside an USB DVB receiver", SYMLINK+="input/dvb-ir"