Skip to content
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 does not turn on #198

Open
ogustbiller opened this issue Feb 22, 2023 · 1 comment
Open

bluetooth does not turn on #198

ogustbiller opened this issue Feb 22, 2023 · 1 comment

Comments

@ogustbiller
Copy link

ogustbiller commented Feb 22, 2023

On fresh installed ( initial flash) 4.5.0.16 on XZ2 Compact (h8324) don't turn on bluetooth. When I turn on BT in Setting, checkbox blinking but no turn.

@ogustbiller
Copy link
Author

I solve it:

[root@XperiaXZ2Compact defaultuser]# bluetoothctl scan on
Failed to start discovery: org.bluez.Error.NotReady
[root@XperiaXZ2Compact defaultuser]# bluetoothctl power on
Failed to set power on: org.bluez.Error.Busy
[root@XperiaXZ2Compact defaultuser]# rfkill unblock all
[root@XperiaXZ2Compact defaultuser]# bluetoothctl power on
Failed to set power on: org.bluez.Error.Busy
[root@XperiaXZ2Compact defaultuser]# rfkill block bluetooth
[root@XperiaXZ2Compact defaultuser]# rfkill unblock bluetooth
[root@XperiaXZ2Compact defaultuser]# systemctl stop bluetooth.service
[root@XperiaXZ2Compact defaultuser]# systemctl start bluetooth.service

[root@XperiaXZ2Compact defaultuser]#
[root@XperiaXZ2Compact defaultuser]# bluetoothctl power on
Changing power on succeeded
[root@XperiaXZ2Compact defaultuser]#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant