"setpci: command not found" in CentOS
- by spoon16
I'm trying to configure my Mac Mini running CentOS 5.5 to start automatically when power is restored after a power loss. I understand the following command has to be executed:
setpci -s 0:1f.0 0xa4.b=0
When I run that command on my machine though I get bash: setpci: command not found. Is there a package I need to install via yum or something? …