https://bugzilla.novell.com/show_bug.cgi?id=213840 ------- Comment #28 from t.cservenak@gmail.com 2006-10-23 12:30 MST ------- This looks OK to me: five:~ # modprobe -vn --show-depends $(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 insmod /lib/modules/2.6.18-11-default/kernel/drivers/char/agp/agpgart.ko insmod /lib/modules/2.6.18-11-default/kernel/drivers/char/agp/intel-agp.ko Will attach modalias. Will try this too:
cat > /etc/modprobe.d/xorg-x11-driver-video << EOF # Load i82875p_edac after intel-agp # should be one line !!! (stupid bugzilla!) install i82875p_edac /sbin/modprobe -i intel-agp && /sbin/modprobe > i82875p_edac EOF
-- 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.