https://bugzilla.novell.com/show_bug.cgi?id=213840 ------- Comment #27 from sndirsch@novell.com 2006-10-21 02:46 MST ------- (In reply to comment #18)
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 IMHO
insmod lib/modules/2.6.18-11-default/kernel/drivers/char/agp/intel-agp.ko
is missing here.
If intel-agp is already loaded, then modprobe -vn will not show it, because it does not need to load it anymore. Use --show-depends additionally in this case: modprobe -vn --show-depends \ $(cat /sys/bus/pci/devices/0000\:00\:00.0/modalias)
# grep 2578 modules.alias modules.alias:alias pci:v00008086d00002578sv*sd*bc*sc*i* i82875p_edac modules.alias:alias pci:v00008086d00002578sv*sd*bc06sc00i00* intel_agp
I'm not sure what's wrong here. Is it modprobe or pci hotplug?
What does the modalias look like? -- 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.