On Fri, 15 Oct 2004 03:59:57 +0200, Felix K�hling <[EMAIL PROTECTED]> wrote: > Either I'm to stupid for it or the debug parameter of the drm module is > not working correctly. "modinfo drm" shows that there should be a debug > parameter. But when I pass it to modprobe I get an error message: > > drm: Unknown parameter `debug' > > and the module refuses to load.
To get debug use: insmod ./drm.ko drm_opts=debug:on insmod ./radeon.ko drm_opts=debug:on You can't use the new 2.6 parameters yet since I haven't writen all of the code needed yet. When I finish the code this will work and the old way won't work anymore, insmod ./drm.ko debug=1 cards_limit=20 You'll even be able to turn debug off/on on a running driver via sysfs. The module is probably refusing to load for some other reason. -- 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
