Actuator-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
(Installation)
Zeile 8: Zeile 8:
 
* >= Kernel 2.6.x
 
* >= Kernel 2.6.x
 
==Installation==
 
==Installation==
 +
Es wird davon ausgegangen, das das Plugin bereits entpackt und verlinkt wurde, siehe [[Plugin Installation]].
 +
 
<pre>
 
<pre>
 
cd $SOURCEDIR/VDR
 
cd $SOURCEDIR/VDR
Zeile 20: Zeile 22:
 
modprobe parport_pc io=0x378 irq=7
 
modprobe parport_pc io=0x378 irq=7
 
</pre>
 
</pre>
 +
 
==Schaltplan==
 
==Schaltplan==
 
[[Bild:schaltbild-actuator-plugin.jpg|thumb|left|''Schaltplan'']]
 
[[Bild:schaltbild-actuator-plugin.jpg|thumb|left|''Schaltplan'']]

Version vom 15. Dezember 2004, 04:36 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

Es wird davon ausgegangen, das das Plugin bereits entpackt und verlinkt wurde, siehe Plugin Installation.

cd $SOURCEDIR/VDR
patch < PLUGINS/src/actuator/patches/vdr-1.3.11.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

Schaltplan

Schaltplan

Probleme

Links

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