Hace un año compré una tarjeta sintonizadora usb de televisión digital terrestre. Y ahora di con la clave para poder utilizar el invento en linux. Tan fácil como hacer un dmeg en la consola después de conectar el usb y ver qué me pedía el firmware dvb-usb-digivox-02.fw, después de buscar en google un buen rato encontré esta web, donde quité estos pasos que tenemos que hacer en la consola:
$ wget http://stgcsource.de/dvb-usb-digivox-02.fw
$ sudo mv dvb-usb-digivox-02.fw /lib/firmware/`uname -r`
conectar el dvb-t usb
$ dmesg
[ 1982.153163] usb 5-4: new high speed USB device using ehci_hcd and address 5
[ 1982.201037] usb 5-4: configuration #1 chosen from 1 choice
[ 1982.407678] dvb-usb: found a 'MSI DIGI VOX mini II DVB-T USB2.0' in cold state, will try to load a firmware
[ 1982.415103] dvb-usb: downloading firmware from file 'dvb-usb-digivox-02.fw'
[ 1982.602839] usb 5-4: USB disconnect, address 5
[ 1982.655232] usb 5-4: new high speed USB device using ehci_hcd and address 6
[ 1982.702704] usb 5-4: configuration #1 chosen from 1 choice
[ 1982.703168] dvb-usb: found a 'MSI DIGI VOX mini II DVB-T USB2.0' in warm state.
[ 1982.703218] dvb-usb: will pass the complete MPEG2 transport stream to the software demuxer.
[ 1982.703957] DVB: registering new adapter (MSI DIGI VOX mini II DVB-T USB2.0)
[ 1982.767308] DVB: registering frontend 0 (Philips TDA10046H DVB-T)...
[ 990.640544] dvb-usb: MSI DIGI VOX mini II DVB-T USB2.0 successfully initialized and connected
y ya está, tenemos la tarjeta configurada.
Abrimos el kaffeine y podremos ver la televisión en nuestro ordenador con linux!