Hi, following the suggestions on this maillist I tried to initialise all audio registers of my Terratec Cinergy 400. Add the following lines to saa7134-tvaudio.c after 'saa_writeb(SAA7134_AUDIO_CLOCK2, (clock >> 16) & 0xff);': for (i = 0x140; i < 0x176; i++) { saa_writeb(i, 0x01); } I know it's a dirty hack, but it works for me. For the first time after purchasing the Cinergy 400 I was able to get sound from it under Linux and it has been working for 3 days now without failure. Good enough for me! :) The only thing is that the TV sound is now always playing, and not only when Xawtv/XawDecode/TVtime are playing (of course you can control it with the mixer). Since it's the first time I use those programs I can't tell if it's that normal behaviour. Is it? Cheers, Bart -- Bart Veldhuizen <bart@xxxxxxxxxxxx>