[linux-dvb] Technisat DVB-S2 Skystar HD
Manu Abraham
abraham.manu at gmail.com
Sat Sep 29 19:40:55 CEST 2007
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)) {
Manu
More information about the linux-dvb
mailing list