Hendrik Vogelsang
119f5e52dd
fixed changelog OBS-URL: https://build.opensuse.org/request/show/290071 OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=50 |
||
---|---|---|
.gitattributes | ||
51-lirc.rules | ||
0001-lirc-Fix-segfault-when-starting-lircd-AUR-41581.patch | ||
0002-lircd-Fix-bad-default-for-lircdfile.patch | ||
0004-lircd-fix-compiler-error-format-security-error.patch | ||
baselibs.conf | ||
fix-remote-keys.pl | ||
imon2_conf.patch | ||
lirc-0.9.2a.tar.bz2 | ||
lirc.changes | ||
lirc.spec | ||
README.SUSE |
Quickstart guide for self made serial receivers ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Please read /usr/share/doc/packages/lirc/html/install.html for details. Suppose you have a self made serial receiver as described in http://www.lirc.org/receivers.html connected to the first serial port serial port: Ensure that the following values are set in /etc/sysconfig/lirc: LIRCD_DEVICE="/dev/lirc" LIRCD_DRIVER="default" LIRC_MODULE="lirc_serial" Run the following command and add it at the end of /etc/init.d/boot.local: setserial /dev/ttyS0 uart none Load the kernel module for the serial receiver: modprobe lirc_serial Run irrecord to assign names to keys on your remote. Move the resulting config file to /etc/lircd.conf. Start lircd: rclirc start If everything works (check with 'irw'), add lirc to the boot process: chkconfig lirc on Quickstart guide for remotes that show up as event devices ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The remotes of most DVB devices show up as event devices in /dev/input/. If you have one of those - check whether udev already created /dev/input/ir for you when you plugged in the device. Edit /etc/udev/rules.d/51-lirc.rules if it didn't. Unplug the device and plug it in again to make /dev/input/ir appear. - cp /usr/share/lirc/remotes/devinput/lircd.conf.devinput /etc/lircd.conf - rclirc start; chkconfig lirc on