I recently moved from a 2.2.9 kernel with bttv-0.6.4e to 2.2.14 with
kernel-default bttv[1]. I am using the 3.07-2 debian package of xawtv.
I have a Hauppauge card.

Since the switch, if I change channel using a "hotkey", the source
does not get set correctly. In particular, if I switch to a channel
with source=S-Video, static appears onscreen. I have to bring up the
menu and manually switch to S-Video before the picture appears.
Switching to a channel that has source=Composite1 or source=Television
appears to work correctly.

Is this a known problem?
Is this a problem with xawtv or with the bttv driver?
Is there a simple fix?


thanks,

-jonathan

[1] With a simple change to msp3400.c intended to adjust the volume:

    msp3400c_setvolume():
    - val = (vol * 0x73 / 65535) << 8;
    + val = (vol * 0x7f / 65535) << 8;

    msp3400c_setmode():
    - msp3400c_write(msp->bus,I2C_MSP3400C_DFP, 0x0010, 0x3000);
    + msp3400c_write(msp->bus,I2C_MSP3400C_DFP, 0x0010, 0x8000);

    Am I the only person who finds the defaults to be much too quiet?


-- 
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to