Hi! On Sat, 5 Jan 2002, Stephan Wurm wrote: > I have exactly the same problem with my "Anubis/Typhoon TView RDS". It's > using a bt878 chip and works fine in Windows. But in Linux I don't have a > single noise out of the cards line-out. > I have tested nearly every module distributed with bttv but there was no > solution. Hmm, my "Anubis/Typhoon TView RDS" works great under Linux - all components of it. I'm using bttv-0.7.70. During my tests I applied a very little patch to tvaudio.c: --- driver/tvaudio.c.orig Wed Jun 6 10:58:20 2001 +++ driver/tvaudio.c Wed Aug 29 10:02:28 2001 @@ -700,6 +700,8 @@ dprintk("tda9873_setmode(): req. mode %d; chip_write: %d\n", mode, sw_data); + + chip_write (chip, TDA9873_SW, sw_data); } int tda9873_checkit(struct CHIPSTATE *chip) I can't exactly remember what effect this patch had and why it was needed. AFAIR sound worked with the unmodified bttv-0.7.70 right out of the box. Bye, Rolf