redkey
Enthusiast
Thread Starter
- Mitglied seit
- 04.06.2006
- Beiträge
- 3.342
Hallo,möchte einen DVB-T stick zum laufen bekommen .
Kann mir einer erklären wie ich das installieren kann
Bin Linux Neuling.
Hier steht was ich machen soll ,habe aber keine ahnung .
And now the "simple" way to make it work with Ubuntu:
0.1- Insert the usb-pen DVB-T...
0.2- Verify the hw-id (0ccd:00a9):
lsusb | grep TerraTec
0.3- Remove the usb-pen DVB-T...
1- Install the instruments to compile:
sudo apt-get install mercurial build-essential linux-image-`uname -r` linux-headers-`uname -r`
2- Download the drivers v4l-dvb modified (attention are 37 MB!):
wget http://xgazza.altervista.org/Linux/DVB/Drivers/v4l-dvb_add_rtl2832.tar.bz2
4- Decompress the driver folder in your home.
5- Enter in the directory:
cd v4l-dvb_add_rtl2832
6- Clean the directory from previously compiled files:
sudo make clean
sudo make distclean
7- Compile with:
make
8- After 10 sec. stop it with CTRL-C and edit file .config:
gedit v4l/.config
9- Replace the line CONFIG_DVB_FIREDTV=m with CONFIG_DVB_FIREDTV=n.
10- Compile, install and reboot:
make
sudo make install
sudo reboot
11- Now you can use your usb-pen DVB-T with Kaffeine, Me TV, etc. Have fun!
Kann mir einer erklären wie ich das installieren kann
Bin Linux Neuling.
Hier steht was ich machen soll ,habe aber keine ahnung .
And now the "simple" way to make it work with Ubuntu:
0.1- Insert the usb-pen DVB-T...
0.2- Verify the hw-id (0ccd:00a9):
lsusb | grep TerraTec
0.3- Remove the usb-pen DVB-T...
1- Install the instruments to compile:
sudo apt-get install mercurial build-essential linux-image-`uname -r` linux-headers-`uname -r`
2- Download the drivers v4l-dvb modified (attention are 37 MB!):
wget http://xgazza.altervista.org/Linux/DVB/Drivers/v4l-dvb_add_rtl2832.tar.bz2
4- Decompress the driver folder in your home.
5- Enter in the directory:
cd v4l-dvb_add_rtl2832
6- Clean the directory from previously compiled files:
sudo make clean
sudo make distclean
7- Compile with:
make
8- After 10 sec. stop it with CTRL-C and edit file .config:
gedit v4l/.config
9- Replace the line CONFIG_DVB_FIREDTV=m with CONFIG_DVB_FIREDTV=n.
10- Compile, install and reboot:
make
sudo make install
sudo reboot
11- Now you can use your usb-pen DVB-T with Kaffeine, Me TV, etc. Have fun!