This howto refers to a Modular Technology MM200PCTV TVcard but may help also with other bt878 based TV Cards.
It was written when I was running Ubuntu 7.10, it may need little changes to work with later releases.
Also I must mention I am a PAL user and have used it just with PAL devices, so for NTSC again you may need to tweak some
parameters.
With the card in your PC
type
lspci | grep Bt878
this is the output on my card:
0000:00:0a.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 02)
0000:00:0a.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 02)
1) Make sure the module will be loaded
sudo gedit /etc/modules
add bttv if not already present
2) Options for the module. Create this file:
sudo gedit /etc/modprobe.d/bttv
3) Install tvtimeCode:# i2c alias char-major-89 i2c-devb options i2c-algo-bit bit_test=1 # bttv alias char-major-81 videodev alias char-major-81-0 bttv # My TV Card options bttv card=23 tuner=18 radio=0 pll=1 adc_crush=0
sudo apt-get install tvtime
then run tvtime-scanner ; takes a few minutes
4) Running:
sudo modprobe bttv
and then run tvtime
at this point you should have black and white tv
to enable colour edit tvtime.xml
sudo gedit ~/.tvtime/tvtime.xml
In order to get sound please refer to the excellent instalation guide for Windows XP and hardware modification (this second bit applies to linux too)Code:<?xml version="1.0"?> <!DOCTYPE tvtime PUBLIC "-//tvtime//DTD tvtime 1.0//EN" "http://tvtime.sourceforge.net/DTD/tvtime1.dtd"> <tvtime xmlns="http://tvtime.sourceforge.net/DTD/"> <option name="DefaultBrightness" value="50"/> <option name="DefaultContrast" value="50"/> <option name="DefaultSaturation" value="78"/> <option name="DefaultHue" value="50"/> <option name="PrevChannel" value="2"/> <option name="Channel" value="1"/> <option name="FramerateMode" value="0"/> <option name="OverScan" value="0.0"/> <option name="CheckForSignal" value="1"/> <option name="AudioBoost" value="100"/> <option name="AlwaysOnTop" value="0"/> <option name="QuietScreenshots" value="0"/> <option name="UnmuteVolume" value="0"/> <option name="Muted" value="0"/> <option name="V4LInput" value="0"/> <option name="AudioMode" value="stereo"/> <option name="PalDKMode" value="0"/> <option name="ShowCC" value="0"/> <option name="FullScreen" value="0"/> <option name="WideScreen" value="0"/> <option name="FullscreenPosition" value="centre"/> <option name="DeinterlaceMethod" value="TelevisionFull"/> <option name="Frequencies" value="custom"/> <option name="ColourInvert" value="0"/> <option name="Norm" value="PAL"/> <option name="InputWidth" value="924"/> <option name="MirrorInput" value="0"/> </tvtime>
http://homepage.ntlworld.com/minkus/mm200pctv/



Adv Reply






Bookmarks