-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CM3+custom board+last strecth+firmware 4.14.61-v7 #2650
Comments
I suspect the problem is caused by power fluctuations or EM interference - the USB driver certainly thinks so:
Try a different power source (at least as a trial), shielding the unit, etc. |
@pelwell I was wondering if the |
It's probably just suspicion, but that doesn't really change anything - you've shown that an environmental factor is affecting performance, so now you have to work through the differences to work out which one was significant in this case. On a regular Pi |
Hi, Did you solve this problem ? My config is : firmware :
|
Have you tried using the upstream dwc2 driver instead? Put |
I'm using a custom board with CM3, with two smcs9514 chip connected together. Since last week I'm facing with the following problem:
Aug 13 07:26:09 raspberrypi kernel: [ 143.547999] usb 1-1.5-port1: disabled by hub (EMI?), re-enabling... Aug 13 07:26:09 raspberrypi kernel: [ 143.548022] usb 1-1.5.1: USB disconnect, device number 19 Aug 13 07:26:09 raspberrypi kernel: [ 143.548342] smsc95xx 1-1.5.1:1.0 eth1: unregister 'smsc95xx' usb-3f980000.usb-1.5.1, smsc95xx USB 2.0 Ethernet Aug 13 07:26:09 raspberrypi kernel: [ 143.548437] smsc95xx 1-1.5.1:1.0 eth1: hardware isn't capable of remote wakeup Aug 13 07:26:09 raspberrypi kernel: [ 143.896976] usb 1-1.5.1: new high-speed USB device number 20 using dwc_otg Aug 13 07:26:09 raspberrypi kernel: [ 144.027412] usb 1-1.5.1: New USB device found, idVendor=0424, idProduct=ec00 Aug 13 07:26:09 raspberrypi kernel: [ 144.027425] usb 1-1.5.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Aug 13 07:26:09 raspberrypi kernel: [ 144.030295] smsc95xx v1.0.6 Aug 13 07:26:09 raspberrypi kernel: [ 144.132618] smsc95xx 1-1.5.1:1.0 eth1: register 'smsc95xx' at usb-3f980000.usb-1.5.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:5c:92:c7 Aug 13 07:26:10 raspberrypi kernel: [ 144.319734] smsc95xx 1-1.5.1:1.0 eth1: hardware isn't capable of remote wakeup Aug 13 07:26:10 raspberrypi kernel: [ 144.319877] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready Aug 13 07:27:47 raspberrypi kernel: [ 241.851995] usb 1-1.5-port1: disabled by hub (EMI?), re-enabling... Aug 13 07:27:47 raspberrypi kernel: [ 241.852019] usb 1-1.5.1: USB disconnect, device number 20 Aug 13 07:27:47 raspberrypi kernel: [ 241.852338] smsc95xx 1-1.5.1:1.0 eth1: unregister 'smsc95xx' usb-3f980000.usb-1.5.1, smsc95xx USB 2.0 Ethernet Aug 13 07:27:47 raspberrypi kernel: [ 241.852432] smsc95xx 1-1.5.1:1.0 eth1: hardware isn't capable of remote wakeup Aug 13 07:27:47 raspberrypi kernel: [ 241.857806] smsc95xx 1-1.5.1:1.0 eth1 (unregistering): Failed to read reg index 0x00000114: -19 Aug 13 07:27:47 raspberrypi kernel: [ 241.857835] smsc95xx 1-1.5.1:1.0 eth1 (unregistering): Error reading MII_ACCESS Aug 13 07:27:47 raspberrypi kernel: [ 241.857850] smsc95xx 1-1.5.1:1.0 eth1 (unregistering): MII is busy in smsc95xx_mdio_read Aug 13 07:27:47 raspberrypi kernel: [ 241.857865] smsc95xx 1-1.5.1:1.0 eth1 (unregistering): Failed to read MII_BMSR Aug 13 07:27:47 raspberrypi kernel: [ 242.107827] hub 1-1.5:1.0: hub_ext_port_status failed (err = -71) Aug 13 07:27:47 raspberrypi kernel: [ 242.107838] usb 1-1.5-port1: connect-debounce failed
The smsc9414 is disconnected and reconnected several times, then, after few seconds the CPU freeze, and must be un-powered and re-powered.
This happen in my car, when I power the board using the car battery. The strange things is that in my office, with an external power unit, everything works fine for weeks.
Any hints?
JJ
The text was updated successfully, but these errors were encountered: