tak potrebny firmware je dvb-ttusb-dec-2000t.fw
popis kroku nalepim dole, zmen jenom nazev firmwaru na ten, ktery jsem uvedl nahore.
THE LONG VERSION (DETAILED INSTRUCTIONS):
a) Plug in the device, and check that Linux can see it:
$ sudo lsusb # lspci for PCI cards
Bus 002 Device 002: ID 0b48:1005 TechnoTrend AG Technotrend/Hauppauge USB-Nova
There it is..
b) Make sure your sources.list is up to date, we are goin' downloadin'
http://ubuntuguide.org/wiki/Dapper#H...a_repositoriesc) Get the linux-doc package (contains the script you need to download your firmware)
$ sudo apt-get install linux-doc
Right that's installed the Linux docs. There's a script in there that downloads the firmware.. where is it?
For me it's /usr/share/doc/linux-doc-2.6.15/Documentation/dvb/get_dvb_firmware.gz
# If you can't find it, do this
#
# $ sudo updatedb
# $ locate get_dvb
Copy it to your home dir, extract it, make it executable, run it:
$ cp /usr/share/doc/linux-doc-2.6.15/Documentation/dvb/get_dvb_firmware.gz ~
$ cd ~
$ gunzip get_dvb_firmware.gz
$ sudo chmod +x get_dvb_firmware
$ ./get_dvb_firmware tda10046 # tda10045 for PCI cards
Will download and extract the firmware.
Now copy it to the right directory
$ sudo cp *.fw /lib/firmware
The firmware is in place. Now either reboot your PC, or reload the module (I just reboot, I'm not even sure which module it is - I'm dumb)
You should now be able to scan and watch TV channels through Kaffeine (look for it in Synaptic). You will need to know the name of your local DVB transmitter, Google it. (Mine's Winter Hill as I'm in Manchester.)
Luc