On Sat, Jul 27 2013, Rainer Blickle wrote: > inputlirc starts and works as expected. unfortunately the device (event2/3) > changes from reboot to reboot. Hi, There is this function in my run-vdr script, perhaps it can help: --8<---------------cut here---------------start------------->8--- reload-dvb() { killall irxevent lircd sleep 1 killall -9 irxevent lircd modprobe -r $DVB_DRIVERS sleep 1 for i in $DVB_DRIVERS; do modprobe $i; done sleep 3 EV=`ir-keytable 2>&1 | grep -B1 tevii | \ sed -nr 's,^.*/dev/input/(event.).*$,\1,p'` ln -sf $EV $IR chmod 644 $IR sleep 3 lircd -Hdevinput -d$IR sleep 1 irxevent -d ~vdr/.lircrc } --8<---------------cut here---------------end--------------->8--- -- Peter _______________________________________________ vdr mailing list vdr@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr