Actuator-plugin
Aus VDR Wiki
(Unterschied zwischen Versionen)
(M) |
|||
Zeile 11: | Zeile 11: | ||
cd $SOURCEDIR/VDR | cd $SOURCEDIR/VDR | ||
patch < PLUGINS/src/actuator/patches/vdr-1.3.11.diff | patch < PLUGINS/src/actuator/patches/vdr-1.3.11.diff | ||
− | |||
− | |||
− | |||
cd PLUGINS/src/actuator/module | cd PLUGINS/src/actuator/module | ||
make | make |
Version vom 2. Oktober 2004, 17:49 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 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
Probleme
Links
[1] | http://club.telepolis.com/l.o/vdr | Homepage des Plugins |