TeVii S650: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
m (Added category:DVB-S USB Devices, DVB-S2 USB Devices)
(Works out of the box for DVB-S; instructions to get the firmware)
Line 4: Line 4:


Experimental support under Linux exists, see [[S2API]].
Experimental support under Linux exists, see [[S2API]].

The DVB-S ([[SDTV]]) part works out of the box since kernel 2.6.29 and VDR 1.6.0, as soon as the firmware file is in /lib/firmware.

To get the firmware file, download the [http://tevii.com/Tevii_linuxdriver_0815.rar linuxdriver_0815 package] from TeVii, unrar it and copy the dvb-usb-s650.fw firmware file to /lib/firmware/dvb-usb-dw2104.fw:

wget http://tevii.com/Tevii_linuxdriver_0815.rar
unrar e Tevii_linuxdriver_0815.rar
sudo cp -p dvb-usb-s650.fw /lib/firmware/dvb-usb-dw2104.fw

[[Category:DVB-S USB Devices]]
[[Category:DVB-S USB Devices]]
[[Category:DVB-S2 USB Devices]]
[[Category:DVB-S2 USB Devices]]

Revision as of 20:23, 24 June 2009

DVB-S/S2 USB box manufactured by TeVii

Product page: http://tevii.com/product_s650.html.

Experimental support under Linux exists, see S2API.

The DVB-S (SDTV) part works out of the box since kernel 2.6.29 and VDR 1.6.0, as soon as the firmware file is in /lib/firmware.

To get the firmware file, download the linuxdriver_0815 package from TeVii, unrar it and copy the dvb-usb-s650.fw firmware file to /lib/firmware/dvb-usb-dw2104.fw:

 wget http://tevii.com/Tevii_linuxdriver_0815.rar
 unrar e Tevii_linuxdriver_0815.rar
 sudo cp -p dvb-usb-s650.fw /lib/firmware/dvb-usb-dw2104.fw