Yes, on the side of the box there's the equivalent of a paper-based radio button, with TV Standard: NTSC(USA) selected, and Options: Remote Control selected. The name of the product is the LifeView FlyVIDEO2000. Can the tuner be changed on the fly? If so, that can be selected by v4lctl. I don't mind setting the tuner type on boot up. I'm not even sure the audio_clock change is necessary. I'll test that. It's only in there because that's the value the Windows driver was using (slurped with a PCI peek). The GPIO value is actually what I think made the difference to my audio. Any idea why? Cheers, Shaun On Thu March 27, 2003 00h34, you wrote: > Shaun Jackman <sjackman@xxxxxxx> writes: > > - .audio_clock = 0x00200000, > > - .tuner_type = TUNER_LG_PAL_NEW_TAPC, > > > > + .audio_clock = 0x00187de7, // sdj > > + .tuner_type = TUNER_LG_NTSC_NEW_TAPC, // sdj > > That will surely break for other users. Looks like there are > different pieces of hardware with the same label printed on it. > Either different revisions of the card or they sell different cards > in different countries (probably depending on the tv norm used). > We need more than one entry for the flyvideo 2000 I guess. > > As you mention NTSC in the subject: Is your card explicitly > labeled as NTSC version? > > Gerd