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

Re: Unresolved symbol vmalloc_start



On Tue, 2003-10-21 at 22:04, Anders Hermansen wrote:
> * Michel Dänzer (daenzer@debian.org) wrote:
> > On Tue, 2003-10-21 at 16:16, Anders Hermansen wrote:
> > 
> > > depmod: *** Unresolved symbols in /lib/modules/2.4.23-pre5-ben0/kernel/drivers/drm/r128.o
> > > depmod:         vmalloc_start
> > 
> > The kernel needs to export this. Disabling AGP in the kernel
> > configuration might also work.
> 
> Ok, I disabled AGP in the kernel. The modules now load correctly and
> glxinfo says that I`m using direct rendering. The glxgears shows a big
> increase in the FPS number, so I guess everything is ok now :)
> 
> Disabling AGP seems a bit strange, why wouldn`t I want to use AGP?

Because it tends to be unstable with r128? :)

> Or is this just a bug that will be fixed eventually?

It's just a bug, you can add the

EXPORT_SYMBOL(vmalloc_start);

yourself. :)


-- 
Earthling Michel Dänzer   \  Debian (powerpc), XFree86 and DRI developer
Software libre enthusiast  \     http://svcs.affero.net/rm.php?r=daenzer



Reply to: