![]() |
Dvb-t
Hello all,
I am trying to get a DVB-T Digital Television card to work in my PC running Ubuntu 6.10 (Edgy Eft). The card is a Tevion DVBT220, which essentially is a rebranded Kworld DVBT220RF card. When I use the command 'lspci', the following line indicates that Linux can see the card in the PCI slot and identifies that the card has a Phillips SAA7133 chipset. Code:
02:02.0 Multimedia controller: Philips Semiconductors SAA7133/SAA7135 Video Broadcast Decoder (rev d0) Code:
videodev 9728 1 saa7134 When I use the command 'dmesg', I see this section of relevence to the DVB-T card: Code:
[17179588.676000] saa7133[0]: found at 0000:02:02.0, rev: 208, irq: 169, latency: 64, mmio: 0xfe1ff000 I have dvb-utils installed and when I use the command 'scan au_Sydney_Kings_Cross > channels.conf' I get the error: Code:
scanning au-Sydney_Kings_Cross Regards, Greenie |
http://linuxtv.org/wiki/index.php/KWorld_DVB-T_220 -- it seems you have to use newer code for this which is probably not in your kernel source.
http://linuxtv.org/wiki/index.php/How_to_install_DVB might be worth a look too. |
Yes, I installed mercurial, the linux-headers and the build-essential packages using apt-get:
Code:
apt-get install mercurial linux-headers-$(uname -r) build-essential Code:
hg clone http://linuxtv.org/hg/v4l-dvb Code:
sudo make Code:
sudo make install After rebooting I was able to: Code:
scan <initial channels source file> > channels.conf Then I did: Code:
mplayer -quiet -stop-xscreensaver dvb://"channelname" However I cannot get good success in Xine, I can get video but no audio in Xine. Does anybody have any ideas on the Xine problem? |
All times are GMT -5. The time now is 03:07 PM. |