Details
Solution
- Login to your ESX Server host as root
- Run the following commands in order:
- cd /etc/sysconfig
- mv hwconf hwconf~
- kudzu -q
- Reboot the server
If for some reason you are unable to run kudzu, you can alternatively use the following steps:
- Edit /etc/modules.conf and remove any existing 'usb-controller ' entries.
- Add the following two lines to the end of the file.
alias usb-controller usb-uhci
alias usb-controller usb-ohci
alias usb-controller1 ehci-hcd
Note: The system will print harmless error messages if it does not have all three types of
USB HCI (Host Controller Interface).
You can add the kudzu command to a %post script if you are using kickstart, but you must append the following to the kudzu command:
-k 2.4.21-47.0.1.ELvmnix
Note: 2.4.21-47.0.1 is the console OS kernel version for ESX Server 3.0.2 GA. For other releases, the version will be different.
