Actuator-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
 
(31 dazwischenliegende Versionen von 20 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
==Beschreibung==
 
==Beschreibung==
Steuert einen Antrieb für die Satschüssel mit dem Parallelport.
+
'''Autor:''' Luca Olivetti
[[Bild:actuator-plugin.jpg|thumb|none|]]
+
 
 +
Steuert den Antrieb einer Satellitenschüssel mit dem Parallelport.
 +
 
 +
===Status===
 +
Letztes Update 2010
 +
 
 +
==Bilder==
 +
[[Bild:actuator-plugin-00.jpg|thumb|none|''Position'']]
 +
 
 
==Hardwareanforderungen==
 
==Hardwareanforderungen==
 
* freier Parallelport
 
* freier Parallelport
 
* Interface Parallelport <=> Antrieb
 
* Interface Parallelport <=> Antrieb
==Softwareanforderungen==
+
 
* >= Kernel 2.6.x
+
===Schaltplan===
 +
[[Bild:schaltbild-actuator-plugin.jpg|thumb|none|''Schaltplan'']]
 +
 
 
==Installation==
 
==Installation==
<pre>
+
cd [[Struktur|$SOURCEDIR]]/VDR
cd $SOURCEDIR/VDR
+
patch < PLUGINS/src/actuator/patches/vdr-<VERSION>.diff
patch < PLUGINS/src/actuator/patches/vdr-1.3.11.diff
+
cd PLUGINS/src/actuator/module
cd PLUGINS/src/actuator/module
+
make
make
+
cd -
cd -
+
make all plugins
make all plugins
+
 
</pre>
+
 
Geladen wird das ganze laut Manual mit:
 
Geladen wird das ganze laut Manual mit:
<pre>
+
modprobe parport_pc io=0x378 irq=7
modprobe parport_pc io=0x378 irq=7
+
 
</pre>
+
==Versions-Historie==
==Schaltplan==
+
{| width=100% class="wikitable"
[[Bild:schaltbild-actuator-plugin.png|thumb|left|''Schaltplan'']]
+
|-
==Probleme==
+
! 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==
 +
[http://ventoso.org/luca/vdr/vdr-actuator-1.2.1.tgz 1.2.1]
 +
 
 
==Links==
 
==Links==
{|
+
# [http://ventoso.org/luca/vdr Homepage des Plugins]
| [1]
+
 
| http://club.telepolis.com/l.o/vdr
+
[[Kategorie:Plugins]]
| Homepage des Plugins
+
[[Kategorie:Kanalscanner und Empfangsstatus]]
|}[[Kategorie:Plugins]]
+
{{i18n|actuator-plugin}}

Aktuelle Version vom 29. August 2013, 16:35 Uhr

Inhaltsverzeichnis

[Bearbeiten] Beschreibung

Autor: Luca Olivetti

Steuert den Antrieb einer Satellitenschüssel mit dem Parallelport.

[Bearbeiten] Status

Letztes Update 2010

[Bearbeiten] Bilder

Position

[Bearbeiten] Hardwareanforderungen

  • freier Parallelport
  • Interface Parallelport <=> Antrieb

[Bearbeiten] Schaltplan

Schaltplan

[Bearbeiten] 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

[Bearbeiten] 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"

[Bearbeiten] Aktuelle Version

1.2.1

[Bearbeiten] Links

  1. Homepage des Plugins
In anderen Sprachen