TeVii S660: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
m (Added possible clone section)
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
[[Image:S660.jpg|thumb|right|200px|TeVii S660 Card]]
DVB-S/S2 USB box manufactured by TeVii
DVB-S/S2 USB box manufactured by [[TeVii]]


==Hardware/Features==
Product page: http://www.tevii.com
* USB 2.0
* Power Supply is via 7.5V - that is outstanding, and I wonder how this come?!


===Components Used===
Experimental support under Linux exists, see S2API.
* RF Tuner: [[Montage]] [[Montage M88TS2020|M88TS2020]]
* Demodulator: [[Montage]] [[Montage M88DS3000|M88DS3000]]


===Identification===
Pictures:
lsusb:
Bus 003 Device 002: ID 9022:d660 TeVii Technology Ltd.


== Linux support ==
Top:
Supported by the vanilla kernel and the [[s2-liplianin]] v4l branch.
[[File:TeVii_S660_top.JPG|200px]]


This works for me on a Debian Squeeze (2.6.32):
Bottom:
[[File:TeVii_S660_bottom.JPG|200px]]


apt-get install linux-headers-`uname -r` build-essential
Power Supply is via 7.5V - that is outstanding, and I wonder how this come?!
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


As per the Tevii S480 (two S660s on one PCIe card, plus onboard USB controller - http://linuxtv.org/wiki/index.php/TeVii_S480 ),
the S660 as of Ubuntu 11.10/Kernel 3.0.x, this is now supported as part of the mainline Kernel, so no drivers require compilation.
(Tested by Matthew Collier November 2011 on Astra 28.2E (and many others on the Myth User Mailing List - http://www.gossamer-threads.com/lists/mythtv/ ))

'''Caution:''' This device is unreliable when doing DiSEqC switching (as reported in numerous threads on the Internet and experienced by myself) - [[User:Steltek|Steltek]] 21:30, 27 October 2012 (CEST)

== Pictures ==

<gallery perrow=5>
Image:TeVii_S660_top.JPG|Top side
Image:TeVii_S660_bottom.JPG|Bottom side
</gallery>

==External Links==
[http://www.tevii.com/Products_S660_1.asp Official Website]

[http://ubuntuforums.org/showthread.php?t=1378994 Support Thread for Ubuntu]

[http://www.gilzad.de/blog/pivot/entry.php?id=7 How to upload firmware to the device]

==Clone Devices==
Compro Videomate S900 appears to be a clone of the TeVii S660.

I have not attempted to get the Compro Videomate S900 working under Linux yet but it does work under Windows using the TeVii S660 drivers. I will update this page when I get a chance to test. [[User:czuk|czuk]] 11:20, 10 June 2013 (BST)

[[Category: DVB-S2 USB Devices]]

Latest revision as of 10:19, 10 June 2013

TeVii S660 Card

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 (2.6.32):

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


As per the Tevii S480 (two S660s on one PCIe card, plus onboard USB controller - http://linuxtv.org/wiki/index.php/TeVii_S480 ), the S660 as of Ubuntu 11.10/Kernel 3.0.x, this is now supported as part of the mainline Kernel, so no drivers require compilation. (Tested by Matthew Collier November 2011 on Astra 28.2E (and many others on the Myth User Mailing List - http://www.gossamer-threads.com/lists/mythtv/ ))

Caution: This device is unreliable when doing DiSEqC switching (as reported in numerous threads on the Internet and experienced by myself) - Steltek 21:30, 27 October 2012 (CEST)

Pictures

External Links

Official Website

Support Thread for Ubuntu

How to upload firmware to the device

Clone Devices

Compro Videomate S900 appears to be a clone of the TeVii S660.

I have not attempted to get the Compro Videomate S900 working under Linux yet but it does work under Windows using the TeVii S660 drivers. I will update this page when I get a chance to test. czuk 11:20, 10 June 2013 (BST)