Difference between revisions of "Set up DVB/T viewing with a USB Stick on Linux"

From Linuxintro
imported>Jstaerk
imported>ThorstenStaerk
 
Line 3: Line 3:
 
In Ubuntu 8.10 with a WinTV Nova-T USB Stick. As viewer we will use vlc for a test, later you can move to more sophisticated front-ends like mythtv
 
In Ubuntu 8.10 with a WinTV Nova-T USB Stick. As viewer we will use vlc for a test, later you can move to more sophisticated front-ends like mythtv
  
* sudo apt-get install dvb-utils vlc
+
* install the software
* wget http://www.wi-bw.tfh-wildau.de/~pboettch/home/linux-dvb-firmware/dvb-usb-dib0700-1.10.fw
+
sudo apt-get install dvb-utils vlc
 +
* download the firmware
 +
wget http://www.wi-bw.tfh-wildau.de/~pboettch/home/linux-dvb-firmware/dvb-usb-dib0700-1.10.fw
  
Note: There is new firmware available but it has some issues. Feel free to try it.
+
;Note: There is new firmware available but it has some issues. Feel free to try it.
  
 
Info: http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500#Firmware
 
Info: http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500#Firmware
Line 12: Line 14:
  
 
* Copy the firmware to the right location
 
* Copy the firmware to the right location
* sudo cp dvb-usb-dib0700-1.10.fw /lib/firmware
+
sudo cp dvb-usb-dib0700-1.10.fw /lib/firmware
  
plug the device in, it should then be visible via "ls /dev/dvb/adapter0"
+
plug in the device, it should then be visible via "ls /dev/dvb/adapter0"
  
 
* potentially: in /etc/modprobe.d/options (sudo gedit /etc/modprobe.d/options)  
 
* potentially: in /etc/modprobe.d/options (sudo gedit /etc/modprobe.d/options)  
 
** Add: options dvb-usb-dib0700 force_lna_activation=1  
 
** Add: options dvb-usb-dib0700 force_lna_activation=1  
  
* scan for channels and save results in ~/channels.conf, please adjust the region accordingly, in the example its de-Frankfurt:  "scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/de-Frankfurt -o zap | tee ~/channels.conf"
+
* scan for channels and save results in ~/channels.conf, please adjust the region accordingly, in the example its de-Frankfurt:   
 +
scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/de-Frankfurt -o zap | tee ~/channels.conf
  
 
* start vlc,  Media|open file, select all files and open the ~/channels.conf
 
* start vlc,  Media|open file, select all files and open the ~/channels.conf
 
* you should now be able to tune to different channels using your playlist (Wiedergabeliste)
 
* you should now be able to tune to different channels using your playlist (Wiedergabeliste)

Latest revision as of 15:49, 7 March 2009

Please review this article, it has not yet been tested on a clean system.

In Ubuntu 8.10 with a WinTV Nova-T USB Stick. As viewer we will use vlc for a test, later you can move to more sophisticated front-ends like mythtv

  • install the software
sudo apt-get install dvb-utils vlc
  • download the firmware
wget http://www.wi-bw.tfh-wildau.de/~pboettch/home/linux-dvb-firmware/dvb-usb-dib0700-1.10.fw
Note
There is new firmware available but it has some issues. Feel free to try it.

Info: http://linuxtv.org/wiki/index.php/Hauppauge_WinTV-NOVA-T-500#Firmware Firmware: http://www.wi-bw.tfh-wildau.de/~pboettch/home/files/dvb-usb-dib0700-1.20.fw

  • Copy the firmware to the right location
sudo cp dvb-usb-dib0700-1.10.fw /lib/firmware

plug in the device, it should then be visible via "ls /dev/dvb/adapter0"

  • potentially: in /etc/modprobe.d/options (sudo gedit /etc/modprobe.d/options)
    • Add: options dvb-usb-dib0700 force_lna_activation=1
  • scan for channels and save results in ~/channels.conf, please adjust the region accordingly, in the example its de-Frankfurt:
scan /usr/share/doc/dvb-utils/examples/scan/dvb-t/de-Frankfurt -o zap | tee ~/channels.conf
  • start vlc, Media|open file, select all files and open the ~/channels.conf
  • you should now be able to tune to different channels using your playlist (Wiedergabeliste)