< Prev -- Home -- Next >

A lot of drivers fore webcams and tvtuners from linuxtv.org:
I bought a "Terratec HTC usb" TVtuner, but unfortunatly debian wheezy dont include a driver fore this device.
I found out that Linuxtv.org provided a large collection of drivers to webcams and tvtuners. Among them the driver I needed.
Go to their homepage and search fore your device.

Install the drivers:
Run in terminal as root:
$ apt-get install git patchutils libproc-processtable-perl

$ git clone --depth=1 git://linuxtv.org/media_build.git

$ cd media_build

$ ./build

$ make install

Now try to unplug and plugin the device again. Use dmesg to if the driver is loaded now

If your kernel is updated you might risk loosing the drivers again. Then you have to make the install all over again.

If want watch tv I recommend "MeTV". The EPG is good. Take a look at Watch tv with MeTV.