-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
rpi3 kernel: [61372.274158] WARN::dwc_otg_hcd_urb_dequeue:639: Timed out waiting for FSM NP transfer to complete on #1804
Comments
I am also seeing this a lot on my installation. RASPBERRY PI VERSION VERSION Raspberry Pi 3B+RETTY_NAME="Debian GNU/Linux 11 (bullseye)" Client: Docker Engine - Community DOCKER VERSION Server: Docker Engine - Community |
Hello. |
I had the same issue with the 64bits edition of Raspberry Pi OS. I reinstalled the 32bits version, and the At some points before reinstalling, the Raspberry Pi was even losing the network after a few hours. My model is: Raspberry Pi 3 Model B Plus Rev 1.3 |
The dwc_otg's driver makes heavy use of FIQs to improve performance. Until fairly recently the arm64 support didn't recognise FIQs; it looks like they are now supported to some extent, but the dwc_otg driver hasn't been updated to use it - you can bet that won't be a simple task. For now, the advice on arm64 is the same as it's always been - use "dtoverlay=dwc2" to select the upstream DWC2 driver. |
thank you for the pointer. however it appears to not be possible to boot from a usb drive using the dwc2 driver. also disabling fiq in config.txt isn't taken into account by the driver, if it is even still possible.
I'll revert to armv7l as well. edit : reverted to armv7l, issue does still appear, but much less often. |
Same, 64-bit Debian Bookworm on a Raspberry Pi 3+. I'm also using a USB-to-RJ45 cable to read my smart energy meter. |
These setting go in cmdline.txt (on existing line), not config.txt. |
Hello.
Using a Raspberry Pi 3 Model B+ with latest Raspberry Pi OS (64-bit):
Linux rpi3 6.1.19-v8+ #1637 SMP PREEMPT Tue Mar 14 11:11:47 GMT 2023 aarch64 GNU/Linux
On one USB port I have a USB to RS485 adapter (using PL2303 chip):
On this RS485 interface
/dev/ttyUSB0
I poll every 2 seconds a SDM120 Smart Meter (Modbus) with this software.All works well except I have lots of
WARN::dwc_otg_hcd_urb_dequeue:639: Timed out waiting for FSM NP transfer to complete on
in/var/log/messages
.See here an extract:
I have the same warning on
messages
also if I try to use another USB ot RS485 adapter using the "ch341" chip.Thanks for your support.
The text was updated successfully, but these errors were encountered: