Difference between revisions of "Watch DVB-S"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 25: | Line 25: | ||
sudo apt-get install w-scan | sudo apt-get install w-scan | ||
+ | Now the command | ||
+ | /usr/bin/dvbtune -f 11954000 -p H -s 27500 -v 110 -a 120 -t 130 -tone 1 | ||
+ | did not return. So I updated the firmware: | ||
wget http://tevii.com/tevii_ds3000.tar.gz | wget http://tevii.com/tevii_ds3000.tar.gz | ||
tar xfv tevii_ds3000.tar.gz | tar xfv tevii_ds3000.tar.gz | ||
+ | Then I copied the firmware to /lib/firmware. Then I rebooted. | ||
+ | Now the dvbtune command from above returns. | ||
= See also = | = See also = |
Revision as of 15:18, 7 July 2012
DVB-S is digital satelite TV.
I bought a set to watch digital satelite TV. TerraTec Cinergy S2 USB HD.
SUSE Linux 12.1
# hwinfo --usb Vendor: usb 0x0ccd "TerraTec Electronic GmbH" Device: usb 0x00a8 "USB Stick" Serial ID: "080116" Driver: "dw2102"
SUSE Linux 11.4
does not work with this stick, hwinfo does not show a line with "Driver".
Knoppix 7.02
# hwinfo --usb Vendor: usb 0x0ccd "TerraTec Electronic GmbH" Device: usb 0x00a8 "USB Stick" Serial ID: "080116" Driver: "dw2102" # ll /dev/dvb/ total 0 drwxr-xr-x 2 root root 120 Jul 7 22:53 adapter0 sudo apt-get update sudo apt-get install w-scan
Now the command
/usr/bin/dvbtune -f 11954000 -p H -s 27500 -v 110 -a 120 -t 130 -tone 1
did not return. So I updated the firmware:
wget http://tevii.com/tevii_ds3000.tar.gz tar xfv tevii_ds3000.tar.gz
Then I copied the firmware to /lib/firmware. Then I rebooted. Now the dvbtune command from above returns.