Actuator-plugin

Aus VDR Wiki
Wechseln zu: Navigation, Suche

Inhaltsverzeichnis

Beschreibung

Autor: Luca Olivetti

Steuert den Antrieb einer Satellitenschüssel mit dem Parallelport.

Status

Letztes Update 2010

Bilder

Position

Hardwareanforderungen

  • freier Parallelport
  • Interface Parallelport <=> Antrieb

Schaltplan

Schaltplan

Installation

cd $SOURCEDIR/VDR
patch < PLUGINS/src/actuator/patches/vdr-<VERSION>.diff
cd PLUGINS/src/actuator/module
make
cd -
make all plugins

Geladen wird das ganze laut Manual mit:

modprobe parport_pc io=0x378 irq=7

Versions-Historie

Version Datum Beschreibung Link
1.2.1 2010-10-10
  • Bug fix release (version 1.2.0 didn't actually work without /dev/actuator)
1.2.0 2010-10-09
  • Version for current development version of vdr (>= 1.7.15)
  • DVB-S2 support (untested, I don't have DVB-S2 hardware)
  • Experimental seractuator module (uses a serial port instead of a parallel port)
  • Complete rewrite of the channel scanner
  • The plugin can now work without an actuator (i.e. as a channel scanner only) with the command line option "-s" or "--scanonly"

Aktuelle Version

1.2.1

Links

  1. Homepage des Plugins
In anderen Sprachen