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

From Linuxintro
imported>Jstaerk
(New page: 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 * ...)
 
imported>Jstaerk
Line 1: Line 1:
 +
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
 
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
  

Revision as of 15:41, 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

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 the device in, 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)