Tiny Core Linux

Tiny Core Extensions => TCE Bugs => Topic started by: Misalf on June 26, 2015, 10:01:00 AM

Title: libv4l.tcz - wrong udev rule
Post by: Misalf on June 26, 2015, 10:01:00 AM
Tiny Core 6.x x86
libv4l.tcz

/lib/udev/rules.d/70-infrared.rules
Code: [Select]
# Automatically load the proper keymaps after the Remote Controller device
# creation.  The keycode tables rules should be at /etc/rc_maps.cfg

ACTION=="add", SUBSYSTEM=="rc", RUN+="/usr/bin/ir-keytable -a /etc/rc_maps.cfg -s $name"


Should be  /usr/local/bin/ir-keytable .
Title: Re: libv4l.tcz - wrong udev rule
Post by: Juanito on June 26, 2015, 10:55:33 AM
Adjusted and re-posted