SHA256
1
0
forked from pool/lirc
Ludwig Nussel c627c099ff - update to 0.8.7pre3 release
* improved usb-uirt support for FreeBSD (John Wehle)
  * spurious locking complaint fixes for FreeBSD (John Wehle)
  * added support for new Command IR III hardware (Matthew Bodkin)
  * updated mceusb support to properly initialize 3rd-gen hardware
  * updated imon driver that doesn't corrupt their displays
  * hack to make not-in-lirc zilog driver function with larger values
  * added support for Aureal ATWF@83-W001 ESKY.CC remote (Romain Henriet)
  * added transmit support to driver for ENE CIR port
    (only few devices support that)
  * made generation of automatic release events in lircd more robust
  * added tira_raw driver for the Ira/Tira receivers that supports
    receiving in timing mode, the tira driver now supports transmit
    (Arnold Pakolitz)
  * added support for DFC USB InfraRed Remote Control (Davio Franke)
  * added support for simple transmitter circuit connected to
    soundcard (Bob van Loosen)
  * added support for Philips SRM 7500 RF remote (Henning Glawe)

- update to 0.8.7pre3 release
  * improved usb-uirt support for FreeBSD (John Wehle)
  * spurious locking complaint fixes for FreeBSD (John Wehle)
  * added support for new Command IR III hardware (Matthew Bodkin)
  * updated mceusb support to properly initialize 3rd-gen hardware
  * updated imon driver that doesn't corrupt their displays
  * hack to make not-in-lirc zilog driver function with larger values
  * added support for Aureal ATWF@83-W001 ESKY.CC remote (Romain Henriet)
  * added transmit support to driver for ENE CIR port
    (only few devices support that)

OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=21
2010-09-06 08:42:52 +00:00
2010-09-06 08:42:52 +00:00
2010-09-06 08:42:52 +00:00
2010-09-06 08:42:52 +00:00

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
Description
No description provided
Readme 2.8 MiB
Languages
Diff 100%