将下列选项由“not set”或“y”状态设置为“m”,并保存退出; CONFIG_USB_EHCI_HCD=m CONFIG_USB_OHCI_HCD=m CONFIG_USB_UHCI_HCD=m make bzImage开始重新编译。
CONFIG_USB_UHCI_HCD=m 重新编译安装即可。set the uhci-hcd module from "y" to "m" in your /usr/src/linux-2.6.*/.configCONFIG_USB_UHCI_HCD=mmake modules && make modules_installmkinitrd /boot/initrd-2.6.*.img 2.6.
> > Removing the uhci_hcd module allows the machine to resume without panic'ing. Hmm, strange. I have at least one test box with uhci_hcd that suspends (to RAM) and resumes successfully. Still, I've tested it with the hibernation and suspend patchset applied only. Simon, can you test...