Difference between revisions of "Watch DVB-T"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
(One intermediate revision by the same user not shown)
Line 2: Line 2:
  
 
= Hauppauge Aero =
 
= Hauppauge Aero =
 +
http://www.kernellabs.com/blog/?p=1593
  
 
= Terratec Cinergy T Stick =
 
= Terratec Cinergy T Stick =
 
Trying to get it work with Ubuntu 11.10:
 
Trying to get it work with Ubuntu 11.10:
 +
* become super user
 
  sudo su -
 
  sudo su -
 +
* find out USB id of the stick
 +
hwinfo --usb
 +
[...]
 +
  Vendor: usb 0x0ccd "TerraTec Electronic GmbH"
 +
  Device: usb 0x0099 "DVB-T 2"
 +
[...]
 
  apt-get install libproc-processtable-perl
 
  apt-get install libproc-processtable-perl
 
  git clone git://linuxtv.org/media_build.git
 
  git clone git://linuxtv.org/media_build.git

Revision as of 20:18, 12 December 2011

If you use dvb with Linux, your adapter will appear as device /dev/dvb/adapterN/

Hauppauge Aero

http://www.kernellabs.com/blog/?p=1593

Terratec Cinergy T Stick

Trying to get it work with Ubuntu 11.10:

  • become super user
sudo su -
  • find out USB id of the stick
hwinfo --usb
[...]
 Vendor: usb 0x0ccd "TerraTec Electronic GmbH"
 Device: usb 0x0099 "DVB-T 2"
[...]
apt-get install libproc-processtable-perl
git clone git://linuxtv.org/media_build.git
cd media_build
./build
make install

See also