Ivan T Tarnavsky wrote: > > hi, > i've got the voodootv 200 pci us version and cant make it work with bttv. i > have kernel 2.4.10 + bttv 0.7.80 + the latest Gunter's patch with the > "proper" initialization. it's still not working. i get noise for the audio Try this patch (on bttv-0.7.81) and report. --- bttv-cards.c-PAL Tue Oct 9 21:09:50 2001 +++ bttv-cards.c Tue Oct 9 21:10:21 2001 @@ -1049,7 +1049,7 @@ gpiomask: 0x4f8a00, // 0x100000: 1=MSP enabled (0=disable again) // 0x010000: somehow influences tuner picture quality (? ) - audiomux: {0x947fff, 0x987fff,0x947fff,0x947fff}, + audiomux: {0x957fff, 0x987fff,0x947fff,0x947fff}, //tvtuner, radio, external,internal,mute,stereo muxsel: { 2, 3 ,0 ,1}, /* tuner, Composit, SVid, Composit-on-Sv id-adapter*/ tuner_type: TUNER_MT2032, I already got a positive report on this: > It looks as if all the channels work. And the sound is perfect! > This is so awsome! > P.S.) KWinTV's autoscanning feature doesn't work with this card since it takes > a second or two to tune-in the channel. This would confirm GPIO connected to tda9880 for selecting tv standard (thanks torgeir for the hint).