故障现象:

make install后显示如下:

WARNING: No module ehci-hcd found for kernel 3.x.x.art.x86_64, continuing anyway

WARNING: No module ohci-hcd found for kernel 3.x.x.art.x86_64, continuing anyway

WARNING: No module uhci-hcd found for kernel 3.x.x.art.x86_64, continuing anyway

WARNING: No module ehci-hcd found for kernel 3.x.x.art.x86_64, continuing anyway

WARNING: No module ohci-hcd found for kernel 3.x.x.art.x86_64, continuing anyway

WARNING: No module uhci-hcd found for kernel 3.x.x.art.x86_64, continuing anyway

解决办法:

#vi .config

将下列选项由“not set”或“y”状态设置为“m”,并保存退出;

CONFIG_USB_EHCI_HCD=m

CONFIG_USB_OHCI_HCD=m

CONFIG_USB_UHCI_HCD=m

make bzImage开始重新编译。


相关文章:

  • 2021-08-22
  • 2021-09-14
  • 2022-12-23
  • 2021-11-05
  • 2021-12-23
  • 2021-12-23
  • 2021-12-23
  • 2021-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-08
  • 2021-11-17
  • 2022-01-15
  • 2021-11-12
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案