-
Notifications
You must be signed in to change notification settings - Fork 34
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
Bluetooth error on Raspi 4b+ when updating Twister OS #26
Comments
Have you looked at the suggested details? What do they say? |
Yeah. journalctl -xe does not say anything about hciuart or any bluetooth adaptor. And bellow is hciuart service status. hciuart.service - Configure Bluetooth Modems connected by UART I have seen many people having problem with it on different OS and also as I said I solve it temporarily when I command systemctl restart hciuart.service but service doesnt switch on when I restart raspi. |
I have a very similar issue on a pi 400 running latest stable buster. With me, though, restarting the service doesn't work. On boot, bluetooth shows no devices, and that error message in the log. When I try to restart the service, the restart times out and fails:
Then, trying things manually:
btuart correctly works out the hciattach commandline, which it runs thus:
Then, via strace, you can see it times out waiting here:
|
This occurs when doing and apt-upgrade from a base buster install. Something wrong with that. |
bump |
It was discovered recently that attempting to restart Bluetooth as part of the update was failing because there is nothing to reset the BT modem hardware, which causes the firmware download to fail. At some point the pi-bluetooth package will be modified to not restart the services, but until then this error is to be expected and Bluetooth may have limited functionality until the next reboot. If you are claiming that there are errors after the reboot then this report should be reworded. |
It happens after a reboot. |
Anyone having same error when full-upgrading Twister OS?
Job for hciuart.service failed because the control process exited with error code.
See "systemctl status hciuart.service" and "journalctl -xe" for details.
I get it back when command systemctl restart hciuart.service but everytime I restart it, is the same story.
The text was updated successfully, but these errors were encountered: