Usbremote-plugin
From VDR Wiki
(Difference between revisions)
(link) |
(→Links) |
||
| (One intermediate revision not shown) | |||
| Line 12: | Line 12: | ||
==Installation== | ==Installation== | ||
Libusb | Libusb | ||
| - | + | cd $SOURCEDIR | |
| - | cd $SOURCEDIR | + | tar xvzf libusb-<VERSION>.tar.gz |
| - | tar xvzf libusb-<VERSION>.tar.gz | + | cd libusb-<VERSION> |
| - | cd libusb-<VERSION> | + | ./configure --prefix=/usr/local |
| - | ./configure --prefix=/usr/local | + | make |
| - | make | + | make install |
| - | make install | + | ldconfig |
| - | ldconfig | + | |
| - | + | ||
See [[plugin installation]] | See [[plugin installation]] | ||
| Line 43: | Line 41: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
| - | + | {{i18n|usbremote-plugin}} | |
| - | + | ||
Latest revision as of 08:11, 14 March 2006
Contents |
Description
File:Usbremote-plugin.jpg
Screenshot
The USBRemote plugin uses the Igor-Plug USB (AVR) to directly control VDR without LIRC.
Hardware requirements
- free USB port
- Igor-Plug USB (AVR)
Software requirements
- Libusb
Installation
Libusb
cd $SOURCEDIR tar xvzf libusb-<VERSION>.tar.gz cd libusb-<VERSION> ./configure --prefix=/usr/local make make install ldconfig
Problems
Links
| [1] | http://homepages.uni-paderborn.de/tegeler/vdr | Plugin homepage |
| [1] | http://www.cesko.host.sk/hardware.php | IgorPlug-USB (AVR) |
| [1] | http://libusb.sf.net | Libusb homepage |




