Hi,
i have a Tevvi S660 DVB-S2 USB, it works with the "linux pack" from
http://tevii.com/linux_tevii_ds3000.rarYou must copy the FW from Tevvi to /lib/firmware and then you install the v4l from the packet (ReadMe included)
make && make install and the box work with the vdr. (thanks to nite_man !)
_________________________________________________________________________________________________
lsusb -v
Bus 003 Device 002: ID 9022:d660
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x9022
idProduct 0xd660
bcdDevice 0.00
iManufacturer 1 TBS-Tech
iProduct 2 DVBS2BOX
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 0mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 255 Vendor Specific Class
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 1
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0002 1x 2 bytes
bInterval 0
Device Qualifier (for other device speed):
bLength 10
bDescriptorType 6
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
bNumConfigurations 1
Device Status: 0x0000
(Bus Powered)
_______________________________________________________________________________________
dmesg | grep dvb
[ 25.850980] dvb-usb: found a 'TEVII S660 DVBS2 USB2.0' in cold state, will try to load a firmware
[ 25.850994] firmware: requesting dvb-usb-teviis660.fw
[ 27.325924] dvb-usb: downloading firmware from file 'dvb-usb-teviis660.fw'
[ 27.325937] firmware: requesting dvb-usb-teviis660.fw
[ 27.636059] dvb-usb: found a 'TEVII S660 DVBS2 USB2.0' in warm state.
[ 27.636215] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 27.765778] dvb-usb: MAC address: f76388f0
[ 28.384342] dvb-usb: schedule remote query interval to 150 msecs.
[ 28.384357] dvb-usb: TEVII S660 DVBS2 USB2.0 successfully initialized and connected.
________________________________________________________________________________________________
v4l2-ctl -n -d /dev/dvb/adapter0/frontend0
The program 'v4l2-ctl' is currently not installed. You can install it by typing:
sudo apt-get install ivtv-utils
__________________________________________________________________________________________________
Marco