On Mon, 22 Jan 2001, Gregor Hoffleit wrote: > included below is an cardlist entry for the TV-Station PRO card by KNC1. > [...] > KNC1 makes two other cards: The "TV-Station" is a mono version, seems to be > otherwise identical. The "TV-Station RDS" additionally includes a stereo FM > RDS radio. The corresponding Typhoon/Anubis TV cards seem to be identical, too. Their PCB layouts are largely similar. And some of the audiomux values confirm this assumption. I'm owning the Typhoon TView RDS model. But why an audiomux[0] value of 2? And why gpiomask=0xff? At latest for the "RDS" model you will get into problems because GPIO1 is connected to an _output_ of the RDS chip. You must configure GPIO1 as input if you don't want to torture your hardware. I recommend gpiomask=0x1c (only these pins are really used as outputs) and audiomux={ 0,0,0x10,8,4 }. Bye, Rolf