You are not logged in.
Pages: 1
The hotplug module always show some error message when booting. The following information was fount in the everything.log. How to solve the problem? Or is hotplug not so usaful so I needn't put it in the deamons=(...) of rc.conf?
Jul 27 19:14:40 myarch pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jul 27 19:14:40 myarch pciehp: acpi_pciehprm:get_device PCI ROOT HID fail=0x1001
Jul 27 19:14:40 myarch modprobe: FATAL: Error inserting pciehp (/lib/modules/2.6.7/kernel/drivers/pci/hotplug/pciehp.ko): Operation not permitted
Offline
I'm curious too.
I've been putting 'pciehp' into /etc/hotplug/blacklist. Surely there is a better way(!?).
-- Linux! Isn't it time?
Offline
Start it as a service rather than trying to insert it as a module. Add 'hotplug' to the 'DAEMONS=(...' part and you will be fine. No need to reboot, you can start it from the command line: '/etc/rc.d/hotplug start'.
Offline
Start it as a service rather than trying to insert it as a module. Add 'hotplug' to the 'DAEMONS=(...' part and you will be fine. No need to reboot, you can start it from the command line: '/etc/rc.d/hotplug start'.
Sorry, typo, the hotplug is in DEAMONS,
Offline
I've got a similar problem when hotplug is in daemons, but for a different module. The error is displayed at startup is...
modprobe: FATAL: Error inserting shpchp (/lib/modules/2.67/kernel/drivers/pci/hotplug/shpchp.ko): Operation not permitted
can't load module shpchp
missing kernel or user mode driver shpchp
shpchp is the Standard Hotplug Pci Controller - but I seem to be getting on just fine without it.
I, too, am curious.
Offline
Start it as a service rather than trying to insert it as a module. Add 'hotplug' to the 'DAEMONS=(...' part and you will be fine. No need to reboot, you can start it from the command line: '/etc/rc.d/hotplug start'.
I did that, but I still get this error
[root@mybox ~]# modprobe pciehp
FATAL: Error inserting pciehp (/lib/modules/2.6.7/kernel/drivers/pci/hotplug/pciehp.ko): Operation not permitt
Offline
Offline
Mindaugas - this thread is over a year old
Offline
Doesn't matter if that is one year old thread. Something another is more important. If the problem was solved.
I am still getting similar error.
Offline
The fix is to blacklist it - add it to /etc/hotplug.d/blacklist - searching to forums would have found the solution very quickly.
Offline
Pages: 1