On the this how-to I read the following:
I loaded the following modules to get pci hotplug working:
- acpiphp
- pci_hotplug
You can either add these to your distro's module list to load on boot, or run a command like this.
for m in acpiphp pci_hotplug; do sudo modprobe ${m}; done
However, on CentOS 6.3 and Red Hat Enterprise Linux 6.3 this modules does not exist, on Ubuntu Server and Debian 6 it does.
Why? Any workaround?