https://bugzilla.novell.com/show_bug.cgi?id=213840 ------- Comment #17 from t.cservenak@gmail.com 2006-10-20 05:26 MST ------- five:~ # modprobe -vn $(cat /sys/bus/pci/devices/0000\:00\:00.0/modalias) insmod /lib/modules/2.6.18-11-default/kernel/drivers/edac/edac_mc.ko insmod /lib/modules/2.6.18-11-default/kernel/drivers/edac/i82875p_edac.ko If you look at initial posts, you will see that i82875p_edac module loaded properly on my system, but it seems to me that the load order is problematic. Per default (before blacklisting it) it was loaded automatically, but it "hided" (diabled?) AGP from intel-agp. Now, WITH changes from comment #12, so intel-agp LOADED and AGP is working properly (init is 5) I executed: five:~ # modprobe i82875p_edac dmesg: edac_mc: module not supported by Novell, setting U taint flag. EDAC MC: Ver: 2.0.1 Oct 9 2006 i82875p_edac: module not supported by Novell, setting U taint flag. EDAC i82875p: i82875p init one PCI: Unable to reserve mem region #1:1000@fecf0000 for device 0000:00:06.0 EDAC MC0: Giving out device to i82875p_edac i82875p: DEV 0000:00:00.0 It seems like OK. As you see before, in comment #8, when I loaded intel-agp WITH LOADED i82875p_edac, dmesg was silent about AGP detection (and no /dev/agpgart existed), like AGP was disabled and I could not "fire it up", only with blacklisting i82875p_edac and rebooting. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.