Re: Problem with Mach64 on Slackware 11.0
Micha Feigin <[email protected]> Sat, 19 May 2007 01:37:52 +0300
| Newsgroups | gmane.comp.video.dri.user |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 19 May 2007 00:04:01 +0200 "Mats Pettersson" <[email protected]> wrote: > Hi! > > I'm using Slackware 11.0 with kernel 2.6.17.13 and are having problems > installing Mach64 DRM/DRI. > > I have downloaded latest driver with git and compiled it according to the > instructions on dri.sourceforge.net, i have copied the resulting drm.ko and > mach64.ko to /lib/modules/VERSION/kernel/drivers/char/drm and done a > "depmod -a". > > When i try to load the module with "modprobe mach64" i get the message: > > ----- > FATAL: Error inserting mach64 > (/lib/modules/2.6.17.13/kernel/drivers/char/drm/mach64.ko): > Unknown symbol in module or unknown parameter (see dmesg). > ----- > > I have deleted the Module.symvers file as recommended in the README and > recompiled, but still get the same message (also when i try "modprobe -f > mach64"). When i look at "dmesg" i see the following: > > ----- Not sure about tainting the kernel, but it sounds like you either already have the in-kernel drm module loaded or it's compiled into the kernel directly. Dry running lsmod and see if drm appears there. You may also try a restart and then loading the mach64 and drm modules (this will remove the drm module for you if it's there). If this doesn't work have a look at the file /boot/config-2.6.17.3 (assuming slackware stores it in the same place) and check that you don't have the line CONFIG_DRM=y in it > drm: no version magic, tainting kernel. > drm: exports duplicate symbol drm_get_resource_start (owned by kernel) > mach64: no version magic, tainting kernel. > mach64: Unknown symbol drm_get_dev > mach64: Unknown symbol drm_getsarea > mach64: Unknown symbol drm_core_ioremapfree > mach64: Unknown symbol drm_cleanup_pci > mach64: Unknown symbol drm_core_ioremap > ----- > > Any help appreciated! > > Mats > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > -- > _______________________________________________ > Dri-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dri-users > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ --