USB键盘在更改内核配置后无法正常工作。

huangapple go评论62阅读模式
英文:

USB Keyboard not working after changing kernel config

问题

好的,以下是翻译好的部分:

"Good Day Friends!
Using buildroot 2022.11 I have tinkered with the kernel config and now any USB Keyboard are not working. There is no event message, no kernel message when plugged in. Nothing happens. It worked previously with 'Microsoft Wireless Desktop 900' keyboard.

On my device Radxa Zero SBC, ARM64 the keyboard is plugged in into one available USB 3.0, USB-C slot via USB-C to USB-A adapter.

I think that some USB3 options are missing but I can't figure out which one.
Full Kernel config"

英文:

Good Day Friends!
Using buildroot 2022.11 I have tinkered with the kernel config and now any USB Keyboard are not working. There is no event message, no kernel message when plugged in. Nothing happens. It worked previously with 'Microsoft Wireless Desktop 900' keyboard.

On my device Radxa Zero SBC, ARM64 the keyboard is plugged in into one available USB 3.0, USB-C slot via USB-C to USB-A adapter.

I think that some USB3 options are missing but I can't figure out which one.
Full Kernel config

答案1

得分: 1

USB 控制器在内核配置中未启用。以下选项应设置为 ym

  • CONFIG_USB_DWC2

       设备驱动程序  --->
       [*] USB 支持  --->
           <*/m> DesignWare USB2 DRD Core Support
    
  • CONFIG_USB_DWC3

       设备驱动程序  --->
       [*] USB 支持  --->
           <*/m> DesignWare USB3 DRD Core Support
    
英文:

The USB controllers are not enabled in the kernel configuration. The following options should be set to y or m:

  • CONFIG_USB_DWC2
       Device Drivers  --->
       [*] USB support  --->
           <*/m> DesignWare USB2 DRD Core Support
    
  • CONFIG_USB_DWC3
       Device Drivers  --->
       [*] USB support  --->
           <*/m> DesignWare USB3 DRD Core Support
    

huangapple
  • 本文由 发表于 2023年5月25日 17:58:08
  • 转载请务必保留本文链接:https://go.coder-hub.com/76331037.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定