Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Still problem with Hauppauge Nova-T



From: "simon" <f.simon@email.it>
> I still have problems with my Nova-T card.
> I did a really complete report about my troubles:
> http://www.geocities.com/simon3z/nova-t

I can tell you this much:

if (param->inversion != INVERSION_ON &&
	    param->inversion != INVERSION_OFF)
 	return -EINVAL;

The driver will only accept INVERSION_ON and INVERSION_OFF, but dvbscan
used INVERSION_AUTO in your case, that's why you got these "WARNING: >>>
tuning failed!!!" messages with it. You need to tell dvbscan to use
INVERSION_OFF. Not sure how to do that, though.

Regards,
--
Robert Schlabbach
e-mail: robert_s@gmx.net
Berlin, Germany





Home | Main Index | Thread Index