Hi, Yesterday I installed saa7134 ver. 0.1.11 and soon discovered that the 'no sound problem' still exists. There is, however, a simple solution to this - it is not perfect, it is more lika a workaround and it will probably not work for everyone. It will work if turning on the radio switches on the sound. In the file 'saa7134-cards.c' you have to change the text: [SAA7134_BOARD_FLYVIDEO3000] = { /* "Marco d'Itri" <md@xxxxxxxx> */ name: "LifeView FlyVIDEO3000", audio_clock: 0x00200000, tuner_type: TUNER_PHILIPS_PAL, inputs: {{ name: name_tv, vmux: 1, amux: TV, tv: 1, },{ ....... to: [SAA7134_BOARD_FLYVIDEO3000] = { /* "Marco d'Itri" <md@xxxxxxxx> */ name: "LifeView FlyVIDEO3000", audio_clock: 0x00200000, tuner_type: TUNER_PHILIPS_PAL, inputs: {{ name: name_tv, vmux: 1, amux: LINE2, /* the change is here !!!!*/ tv: 1, }, ........ This effectively makes the same thing as turning on the radio. The funny sidefect is that the sound starts as soon as drivers are loaded, but I do not care for this, the important thing is that now the tv acts pretty as expected. As I already mentioned in my message 'saa7134 problems and their solution?' - I would like to get the documentation on which these drivers were written, so I can maybe find the bug, because I have this 'no sound problem'. Gerd, can you help me with this or is this a confidental doc? Stane