RobertCNelson / bb-kernel

MIT License
132 stars 103 forks source link

USB and Kernel 3.18-rc7-bone1 #10

Closed asymingt closed 9 years ago

asymingt commented 9 years ago

Are there any known issues with USB on 3.18-rc7-bone1?. I have tried both DMA and PIO mode without luck, as well as compiling MUSB/Gadget together as modules and directly into the kernel.

Here's the error I get on booting / through dmesg:

[    8.548618] random: nonblocking pool is initialized
[   10.576671] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
[   10.624483] platform musb-hdrc.0.auto: Driver musb-hdrc requests probe deferral
[   10.634807] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
[   10.638015] musb-hdrc musb-hdrc.1.auto: musb_init_controller failed with status -517
[   10.638062] platform musb-hdrc.1.auto: Driver musb-hdrc requests probe deferral
[   10.681790] platform musb-hdrc.0.auto: Driver musb-hdrc requests probe deferral
[   10.700147] musb-hdrc musb-hdrc.1.auto: musb_init_controller failed with status -517
[   10.717126] platform musb-hdrc.1.auto: Driver musb-hdrc requests probe deferral
[   10.735553] musb-hdrc musb-hdrc.0.auto: musb_init_controller failed with status -517
[   10.752677] platform musb-hdrc.0.auto: Driver musb-hdrc requests probe deferral

And I can't list USB devices:

root@arm:~# lsusb   
unable to initialize libusb: -99        

Here's my kernel config: http://pastebin.com/Hi7U2xSD

RobertCNelson commented 9 years ago

Well, you have phy disabled:

# CONFIG_AM335X_PHY_USB is not set
asymingt commented 9 years ago

That is extremely embarrassing. Thank you.