[linux-dvb] Technisat DVB-S2 Skystar HD
Manu Abraham
abraham.manu at gmail.com
Tue Oct 2 01:48:38 CEST 2007
Artem Makhutov wrote:
> Hi,
>
> On Sat, Sep 29, 2007 at 09:40:55PM +0400, Manu Abraham wrote:
>> Artem Makhutov wrote:
>>> Hi,
>>>
>>> with Manu's new drivers I run into this problem with my Technisat
>>> Skystar HD: frontend_init: No LNBP21 found!
>>>
>>> Has someone the same problem? Is the driver working for you?
>>> What about the TT3200? Is the driver working?
>>> Sep 29 13:40:22 gandalf [ 472.064609] frontend_init: No LNBP21 found!
>>> Sep 29 13:40:22 gandalf [ 472.064613] stb0899_release: Release Frontend
>>> Sep 29 13:40:22 gandalf [ 472.064616] budget-ci: A frontend driver was not found for device 1131/7146 subsystem 13c2/1019
>>>
>> In http://jusst.de/hg/multiproto/file/557067efd932/linux/drivers/media/dvb/ttpci/budget-ci.c
>>
>>
>> 1758 if (lnbp21_attach(budget_ci->budget.dvb_frontend, &budget_ci->budget.i2c_adap, 0, 0)) {
>>
>> change it to
>>
>> 1758 if (!lnbp21_attach(budget_ci->budget.dvb_frontend, &budget_ci->budget.i2c_adap, 0, 0)) {
>
> This fixed the loading problem.
>
> The modules loads correct (see modprobe.log), but sometimes (very
> seldom) it fails to load (see error.log).
>
> I am also not able to remove the modules (see rmmod.log).
>
ignore this problem, for now.
> Tuning to channes does not work with the original szap (see szap.log.gz).
It is not supposed to
> It also does not work with the modified one - I am getting a kernel ooops (see ooops.log.gz).
Please load the stb6100 module also with verbose=5
so you can do something like this
modprobe stb6100 verbose=5
modprobe stb0899 verbose=5
modprobe budget_ci
And get the error messages again the same way. Just need the szap and the oops messages.
Regards,
Manu
More information about the linux-dvb
mailing list