Actuator-plugin
From VDR Wiki
(Difference between revisions)
m (Problems) |
m |
||
| Line 11: | Line 11: | ||
==Installation== | ==Installation== | ||
| - | + | The kernel module has to be compiled separately | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
| - | + | ||
<pre> | <pre> | ||
cd PLUGINS/src/actuator/module | cd PLUGINS/src/actuator/module | ||
| Line 24: | Line 18: | ||
Now see [[plugin installation]]. | Now see [[plugin installation]]. | ||
| + | |||
| + | ===Patches=== | ||
| + | [[VDR]] has to be patched | ||
| + | <pre> | ||
| + | cd $SOURCEDIR/VDR | ||
| + | patch < PLUGINS/src/actuator/patches/vdr-1.3.11.diff | ||
| + | </pre> | ||
| + | and recompiled. | ||
==Configuration== | ==Configuration== | ||
Revision as of 17:46, 14 November 2004
Contents |
Description
Controls a the drive of a satellite dish connected to the parallel port.
Hardware requirements
- free Parallel port
- Interface: parallel port <-> drive
Software requirements
- Linux 2.6.x
Installation
The kernel module has to be compiled separately
cd PLUGINS/src/actuator/module make
Now see plugin installation.
Patches
VDR has to be patched
cd $SOURCEDIR/VDR patch < PLUGINS/src/actuator/patches/vdr-1.3.11.diff
and recompiled.
Configuration
The module uses the parallel port interrupt, so be sure an interrupt is used (default: no interrupt)
modprobe parport_pc io=0x378 irq=7
Circuit diagram
This is the needed interface between parallel port and satellite dish drive.
Problems
- There are several problems, see the README for more information
Links
| [1] | http://club.telepolis.com/l.o/vdr | Plugin homepage |
