linux-svgalib  

Re: Unresolved symbols in svgalib_helper.o

Joel Croteau
Sun, 28 Jul 2002 14:52:14 -0700

Matan Ziv-Av wrote:
On Sun, 28 Jul 2002, Joel Croteau wrote:

  
After installing svgalib_helper, depmod produces the following error:
depmod: *** Unresolved symbols in
/lib/modules/2.4.18/kernel/misc/svgalib_helper.o
    

I think this is a bogus message, which might be related to the
CONFIG_MODVERSIONS. Can you run depmod -e, to see which symbols are
missing?

  
and vgatest only works with resolutions 1-9. Vgatest will work with
    

This should not happen. What is the pci id of the card? (lspci -n).
Is there no relevant config option (chipset, pcistart)?

What is the output from the module as it loads?



  
I have rebuilt my kernel without CONFIG_MODVERSIONS set, and that has fixed the unresolved symbols problem, but I still can't set any resolutions beyond 1-9.