Actuator-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Installation)
Zeile 6: Zeile 6:
 
* Interface Parallelport <=> Antrieb
 
* Interface Parallelport <=> Antrieb
 
==Softwareanforderungen==
 
==Softwareanforderungen==
* >= Kernel 2.6
+
* >= Kernel 2.6.x
 
==Installation==
 
==Installation==
Siehe [[Plugin Installation]].
+
<pre>
 
+
cd $SOURCEDIR/VDR
 +
patch < PLUGINS/src/actuator/patches/vdr-1.3.11.diff
 +
patching file menu.c
 +
patching file status.c
 +
patching file status.h
 +
cd PLUGINS/src/actuator/modul
 +
make
 +
cd -
 +
make all plugins
 +
</pre>
 +
Geladen wird das ganze laut Manual mit:
 +
<pre>
 +
modprobe parport_pc io=0x378 irq=7
 +
</pre>
 
==Schaltplan==
 
==Schaltplan==
 
[[Bild:schaltbild-actuator-plugin.png|thumb|left|Schaltplan]]
 
[[Bild:schaltbild-actuator-plugin.png|thumb|left|Schaltplan]]

Version vom 21. September 2004, 20:39 Uhr

Inhaltsverzeichnis

Beschreibung

Steuert einen Antrieb für die Satschüssel mit dem Parallelport.

Hardwareanforderungen

  • freier Parallelport
  • Interface Parallelport <=> Antrieb

Softwareanforderungen

  • >= Kernel 2.6.x

Installation

cd $SOURCEDIR/VDR
patch < PLUGINS/src/actuator/patches/vdr-1.3.11.diff
patching file menu.c
patching file status.c
patching file status.h
cd PLUGINS/src/actuator/modul
make
cd -
make all plugins

Geladen wird das ganze laut Manual mit:

modprobe parport_pc io=0x378 irq=7

Schaltplan

Probleme

Links

[1] http://club.telepolis.com/l.o/vdr Homepage des Plugins