http://bugs.freedesktop.org/show_bug.cgi?id=11250


Olivier Valentin <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
             Status|NEW                         |RESOLVED
         Resolution|                            |NOTABUG




--- Comment #6 from Olivier Valentin <[EMAIL PROTECTED]>  2008-07-22 23:49:31 
PST ---
Actually, I had this problem too, and the explanation/solution is quite simple:

1) When you build a specific DRI driver from git code, the building process
also creates an up to date version of the drm.ko module. And your mach64 module
depends on this new version.

2) The mach64 drm module is not bundled in many distros so, when you install
the mach64.ko, it has no previous version in your /lib/modules/.../ directory.
But this is not the case for drm.ko . So you should replace the former module
by the new one, then modprobe will load the drm module with the correct
version.

You can search for drm.ko in the modules for the currently running linux
version with: find /lib/modules/`uname -r` -name "drm.ko"


STEPs:

1) unload any drm module: rmmod drm
2) remove the old version of the drm module (the one that is not in the 'extra'
directory)
3) update modules dependencies: depmod -a
4) load mach64 module: modprobe mach64

Hope this helps

Ovalenti


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to