I am using PCIe device connected to linux RH6.4 machine through cable, and I need to force linux to re-enumerate the PCIe device (after its power on) without rebooting the machine.
Currently enumeration is done only after reboot. I tried the following but its not working
echo "1" > /sys/bus/pci/rescan
Any ideas Thanks