For debug info:
 insmod ./drm.ko drm_opts=debug:on
 insmod ./radeon.ko drm_opts=debug:on

I haven't fully writen the code for the new parameters yet. When it is
finished the message will disappear.

Make sure you don't have any old DRM drivers loaded by accident or
compiled into your kernel. If you do the symbols will be all messed up
and who know where the code will jump. Sometimes the drm/radeon pair
will still load even if an old version is in memory.

Try a sequence like this:
[EMAIL PROTECTED] linux-core]#  insmod ./drm.ko drm_opts=debug:on
[EMAIL PROTECTED] linux-core]#  insmod ./radeon.ko drm_opts=debug:on
[EMAIL PROTECTED] linux-core]# rmmod radeon
[EMAIL PROTECTED] linux-core]#  insmod ./radeon.ko drm_opts=debug:on
[EMAIL PROTECTED] linux-core]# rmmod radeon
[EMAIL PROTECTED] linux-core]#  insmod ./radeon.ko drm_opts=debug:on
[EMAIL PROTECTED] linux-core]# rmmod radeon
[EMAIL PROTECTED] linux-core]#  insmod ./radeon.ko drm_opts=debug:on
[EMAIL PROTECTED] linux-core]# rmmod radeon
[EMAIL PROTECTED] linux-core]#  insmod ./radeon.ko drm_opts=debug:on
[EMAIL PROTECTED] linux-core]# rmmod radeon
[EMAIL PROTECTED] linux-core]# rmmod drm
[EMAIL PROTECTED] linux-core]#

This runs for me without errors.


-- 
Jon Smirl
[EMAIL PROTECTED]


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to