Mailing List archive

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

[linux-dvb] Re: Win-TV-Nova-T (Model 923) no tuning under Linux !!



>I have the same problems, but with a TechnoTrend-Premium-T. With Win98
>no problem, but with Linux I cannot get this card to receive anything.
>What works is seeing the OnScreen display of VDR and I can also watch
>videos via mplayer, but no receiption.

I had the same problem with the Siemens DVB-C card.
I got it to work by preventing the tuner type change
in dvb.c, InitFront():

case I2C_DRIVERID_VES1820:
fe->type = DVB_C;
fe->demod_type = DVB_DEMOD_VES1820;
fe->tuner_type = TUNER_DVBC;
// if (dvb->pdev->subsystem_vendor==0x13c2)fe->tuner_type = TUNER_SP5659_C;
fe->demod = adap->clients[i];
break;

Maybe you could try something similar ?

Josce

__________________________________________________________________
The NEW Netscape 7.0 browser is now available. Upgrade now! http://channels.netscape.com/ns/browsers/download.jsp 

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index