No bluetooth devices available/visible anymore (after update).
-
Pi Model or other hardware: Raspberry Pi 400
Power Supply used: Official power supply
RetroPie Version Used: 4.8.2 ()
Built From: Pre made SD Image on RetroPie website
USB Devices connected: PS4 Controller (temporary for testing)
Controller used: Original PS4 Wireless Controller
Error messages received: No error messageHello, yesterday I updated everything on my Pi 400. After that, my Sony PS4 controllers were not recognized anymore. I tried to pair them again, but not a single BT device is shown. Normally there were tons of BT devices visible. I checked another SD card with a different OS to ensure that the bluetooth modul on the Pi is working in general and it did. I searched the web and found a solution to "sudo apt-get update/upgrade" the Pi by SSH. This did not help either.... Is there anything I can do or do I have to wait that it will be fixed with an update? Thanks in advance..... TOBI
-
Just to make sure the BT radio is not 'soft' blocked, run:
sudo rfkill list all
and post the output. Check that the Bluetooth system/service is started by running
systemctl status bluetooth
If it's running, it should show something like this:
systemctl status bluetooth ● bluetooth.service - Bluetooth service Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled) Drop-In: /etc/systemd/system/bluetooth.service.d └─override.conf Active: active (running) since Sat 2022-10-22 15:56:55 BST; 5 days ago Docs: man:bluetoothd(8) Main PID: 630 (bluetoothd) Status: "Running" Tasks: 1 (limit: 4915) CPU: 149ms CGroup: /system.slice/bluetooth.service └─630 /usr/libexec/bluetooth/bluetoothd -d
-
@mitu said in No bluetooth devices available/visible anymore (after update).:
sudo rfkill list all
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: hci0: Bluetooth
Soft blocked: no
Hard blocked: no -
@mitu said in No bluetooth devices available/visible anymore (after update).:
systemctl status bluetooth
bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2022-10-28 07:02:17 BST; 6min ago
Docs: man:bluetoothd(8)
Main PID: 628 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 4915)
CGroup: /system.slice/bluetooth.service
└─628 /usr/lib/bluetooth/bluetoothd -
Now after another upgrade it seems to be running again. BT devices are visible again and I could successfully pair the PS4 controller again. Thanks
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.