> msp3400c_set_scart(client,SCART_IN1,0); > + msp3400c_write(client,I2C_MSP3400C_DFP,0x000d,0x3000); > > This works for you? Havn't you mentioned that external input is > connected to IN2? I'm, quite happy with IN1, this saves some work as > Hauppauge uses IN1 too ... My previous talk about IN2 maybe mistake. After this I analyze code of good working windows driver, and I get another information. :-) Only difference is in 'prescale'. Without this it not work.. with this is all working.Ii don't know why. :-) > Why you are using 0x3000 for the scart prescale? 0x1900 (0 dB) looks > more reasonable to me. Or is the signal strength to low then? I don't know what it doing, but without this it NOT work. My windows driver do this, and I only add same line to your driver.. and it working!:-) I may do some experiment obout this, but now i don't have much time. It is must some days wait. ;-) Lukas.