Hi, everyone,
When I installed the Xen3.3, I encountered a error:
No module ehci-hcd
found for kernel 2.6.18.8-xen0, aborting.
This error came up when I used the command "mkinitrd -v -f --with=aacraid
--with=sd_mod --with=scsi_mod /boot/initrd-2.6.16-xen0.img 2.6.16.29-xen0".
At first, I thought it might be the problem that I did not include the
"ehci-hcd" module in buildin Kernel. However, when I used the command "make
linux-2.6-xen0-config CONFIGMODE=menuconfig KERNELS="linux-2.6-xen0" and
included this module(Device driver->USB support->EHCI HCD USB 2.0
support) in Kernel, the error information was still "
No module
ehci-hcd found for kernel 2.6.18.8-xen0, aborting."
It seems that the error is not related with the module in buildin Kernel(this
could configure in menuconfig). So could anyone tell me the cause of this error?
Thanks.
Leo