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!!



JosceH@netscape.net wrote:
>>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 ?

Had a short try that and it didn't work :(

Thanks for the suggestion,
Juri



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



Home | Main Index | Thread Index