Difference between revisions of "Watch DVB-T"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 1: Line 1:
 
If you use dvb with Linux, your adapter will appear as device /dev/dvb/adapterN/
 
If you use dvb with Linux, your adapter will appear as device /dev/dvb/adapterN/
 +
 +
= Hauppauge Aero =
 +
 +
= Terratec Cinergy T Stick =
 +
Trying to get it work with Ubuntu 11.10:
 +
sudo su -
 +
apt-get install libproc-processtable-perl
 +
git clone git://linuxtv.org/media_build.git
 +
cd media_build
 +
./build
 +
make install
  
 
= See also =
 
= See also =
 
* http://wiki.ubuntuusers.de/Terratec_Cinergy_T_Stick
 
* http://wiki.ubuntuusers.de/Terratec_Cinergy_T_Stick

Revision as of 19:27, 12 December 2011

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

Hauppauge Aero

Terratec Cinergy T Stick

Trying to get it work with Ubuntu 11.10:

sudo su -
apt-get install libproc-processtable-perl
git clone git://linuxtv.org/media_build.git
cd media_build
./build
make install

See also