2003-08-17 15:39:39

by Filip Sneppe

[permalink] [raw]
Subject: 2.4.22-rc2 unresolved symbols in drm/sis.o when CONFIG_AGP=m

Hi,

I get this on Debian Sarge at the end of a "make modules_install":

depmod: *** Unresolved symbols in
/lib/modules/2.4.22-rc2/kernel/drivers/char/drm/sis.o
depmod: sis_malloc_Ra3329ed5
depmod: sis_free_Rced25333

with these .config options:

CONFIG_AGP=m
CONFIG_AGP_SIS=y
CONFIG_DRM_SIS=m
CONFIG_FB=y
# CONFIG_FB_SIS is not set

>From my testing with some .configs, the combination that triggers
this problem is modular /dev/agpgart + CONFIG_DRM_SIS=m + framebuffer
support (makes no difference if CONFIG_FB_SIS or CONFIG_AGP_SIS are
selected here AFAIK)

Hope this helps someone...

Regards,
Filip


2003-08-17 15:49:05

by Alan

[permalink] [raw]
Subject: Re: 2.4.22-rc2 unresolved symbols in drm/sis.o when CONFIG_AGP=m

On Sul, 2003-08-17 at 16:39, Filip Sneppe wrote:
> Hi,
>
> I get this on Debian Sarge at the end of a "make modules_install":
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.22-rc2/kernel/drivers/char/drm/sis.o
> depmod: sis_malloc_Ra3329ed5
> depmod: sis_free_Rced25333

SIS DRM requires SIS frame buffer, known problem