TeVii S660: Difference between revisions
Jump to navigation
Jump to search
(added a link) |
(→Linux support: Added Debian Squeeze configuration) |
||
Line 16: | Line 16: | ||
== Linux support == |
== Linux support == |
||
Supported by the vanilla kernel and the [[s2-liplianin]] v4l branch. |
Supported by the vanilla kernel and the [[s2-liplianin]] v4l branch. |
||
This works for me on a Debian Squeeze: |
|||
apt-get install linux-headers-`uname -r` build-essential |
|||
mkdir /usr/local/src/dvb |
|||
cd /usr/local/src/dvb |
|||
wget http://mercurial.intuxication.org/hg/s2-liplianin/archive/tip.zip |
|||
unzip s2-liplianin-0b7d3cc65161.zip |
|||
cd s2-liplianin-0b7d3cc65161 |
|||
make CONFIG_DVB_FIREDTV:=n |
|||
make install |
|||
The firmware is downloaded from the Ubuntu forums (External Links), there are lots of different versions. This works for me: |
|||
http://ubuntuforums.org/attachment.php?attachmentid=192768&d=1305964408 |
|||
== Pictures == |
== Pictures == |
Revision as of 10:42, 13 August 2011
DVB-S/S2 USB box manufactured by TeVii
Hardware/Features
- USB 2.0
- Power Supply is via 7.5V - that is outstanding, and I wonder how this come?!
Components Used
Identification
lsusb:
Bus 003 Device 002: ID 9022:d660 TeVii Technology Ltd.
Linux support
Supported by the vanilla kernel and the s2-liplianin v4l branch.
This works for me on a Debian Squeeze:
apt-get install linux-headers-`uname -r` build-essential mkdir /usr/local/src/dvb cd /usr/local/src/dvb wget http://mercurial.intuxication.org/hg/s2-liplianin/archive/tip.zip unzip s2-liplianin-0b7d3cc65161.zip cd s2-liplianin-0b7d3cc65161 make CONFIG_DVB_FIREDTV:=n make install
The firmware is downloaded from the Ubuntu forums (External Links), there are lots of different versions. This works for me:
http://ubuntuforums.org/attachment.php?attachmentid=192768&d=1305964408