Actuator-plugin: Difference between revisions

From VDR Wiki
Jump to navigation Jump to search
No edit summary
(initial)
Line 1: Line 1:
==Description==
==Description==
[[Image:(missing)-plugin.jpg|thumb|Screenshot]]
[[Image:Actuator-plugin.jpg|thumb|Screenshot]]
Controls a the drive of a satellite dish connected to the parallel port.


==Hardware requirements==
==Hardware requirements==
* free Parallel port
* Interface: parallel port <-> drive


==Software requirements==
==Software requirements==
* Linux 2.6.x


==Installation==
==Installation==
[[VDR]] has to be patched
See [[plugin installation]]
<pre>
cd $SOURCEDIR/VDR
patch < PLUGINS/src/actuator/patches/vdr-1.3.11.diff
</pre>

and the kernel module has to be compiled separately
<pre>
cd PLUGINS/src/actuator/module
make
</pre>

Now see [[plugin installation]].

==Configuration==
The module uses the parallel port interrupt, so be sure an interrupt is used (default: no interrupt)
<pre>
modprobe parport_pc io=0x378 irq=7
</pre>

==Circuit diagram==
[[Image:actuator-plugin(schematic).jpg|thumb|''Schematic'']]
This is the needed interface between parallel port and satellite dish drive.


==Problems==
==Problems==
Line 14: Line 40:
{|
{|
| [1]
| [1]
| http://
| http://club.telepolis.com/l.o/vdr
| Plugin homepage
| Plugin homepage
|}
|}
Line 21: Line 47:


<!-- Link to german wiki page -->
<!-- Link to german wiki page -->
[[de:Hello-plugin]]
[[de:Actuator-plugin]]

Revision as of 16:18, 14 November 2004

Description

Screenshot

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

VDR has to be patched

cd $SOURCEDIR/VDR
patch < PLUGINS/src/actuator/patches/vdr-1.3.11.diff

and the kernel module has to be compiled separately

cd PLUGINS/src/actuator/module
make

Now see plugin installation.

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

Schematic

This is the needed interface between parallel port and satellite dish drive.

Problems

Links

[1] http://club.telepolis.com/l.o/vdr Plugin homepage