I installed kernel 2.6.10 on one of my Slackware 10.1 boxes last night from CD #2 based on this link:
http://www.linuxquestions.org/linux/...Install_disc_2
Everything *seems* to work fine, except I get the following two errors being logged every time I boot:
Apr 13 23:48:02 meteora modprobe: FATAL: Error inserting pciehp (/lib/modules/2.6.10/kernel/drivers/pci/hotplug/pciehp.ko): Operation not permitted
Apr 13 23:48:02 meteora modprobe: FATAL: Error inserting shpchp (/lib/modules/2.6.10/kernel/drivers/pci/hotplug/shpchp.ko): Operation not permitted
If I try to add the modules with modprobe, I get the same error.
bash-3.00# modprobe -v pciehp
insmod /lib/modules/2.6.10/kernel/drivers/pci/hotplug/pciehp.ko
FATAL: Error inserting pciehp (/lib/modules/2.6.10/kernel/drivers/pci/hotplug/pciehp.ko): Operation not permitted
bash-3.00# modprobe -v shpchp
insmod /lib/modules/2.6.10/kernel/drivers/pci/hotplug/shpchp.ko
FATAL: Error inserting shpchp (/lib/modules/2.6.10/kernel/drivers/pci/hotplug/shpchp.ko): Operation not permitted
bash-3.00#
Are these two error messages anything I need to worry about?
If not, is there an easy way to get rid of them? (I'd rather not recompile the kernel if I don't have to.)
Any advice / info would be greatly appreciated.