Mailing List archive

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

[linux-dvb] Re: Error in compiling today CVS



Hi,

On 05.11.2004 18:32, Gregoire Favre wrote:
I have put a new card in my system, which I can't find a frontend for
with 2.6.10-rc1 so I try the refactoring CVS and at compils :

if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.10-rc1; fi
WARNING: /lib/modules/2.6.10-rc1/kernel/drivers/media/dvb/ttpci/budget.ko needs unknown symbol stv0299_writereg
WARNING: /lib/modules/2.6.10-rc1/kernel/drivers/media/dvb/ttpci/budget.ko needs unknown symbol ves1x93_attach
WARNING: /lib/modules/2.6.10-rc1/kernel/drivers/media/dvb/ttpci/budget.ko needs unknown symbol stv0299_attach
WARNING: /lib/modules/2.6.10-rc1/kernel/drivers/media/dvb/ttpci/dvb-ttpci.ko needs unknown symbol stv0299_writereg
WARNING: /lib/modules/2.6.10-rc1/kernel/drivers/media/dvb/ttpci/dvb-ttpci.ko needs unknown symbol ves1x93_attach
WARNING: /lib/modules/2.6.10-rc1/kernel/drivers/media/dvb/ttpci/dvb-ttpci.ko needs unknown symbol stv0299_attach
Do you use "makelinks"?

If so, your .config file might be messed up. The recent frontend changes create different dependencies on the frontend modules. If you compile current cvs with an old .config this might not work.

Please deselect DVB completely in your kernel configuration, then save the configuration, then select the items you really need again, save and recompile.

This should set up the dependencies correctly.

CU
Michael.




Home | Main Index | Thread Index