-
Notifications
You must be signed in to change notification settings - Fork 371
bluez update on Raspbian Buster makes Bluetooth unavailable #197
Copy link
Copy link
Closed as not planned
Labels
Description
Hi!
I run into trouble when updating my system with apt upgrade.
After the update the bluetooth MAC address changed to aa:aa:aa:aa:aa:aa:aa and I can isolate the problem to the bluez package.
before the update:
pi@dc00015:~ $ hciconfig
hci0: Type: Primary Bus: UART
BD Address: DC:A6:32:C6:5A:6D ACL MTU: 1021:8 SCO MTU: 64:1
UP RUNNING PSCAN
RX bytes:8085 acl:74 sco:0 events:382 errors:0
TX bytes:13188 acl:73 sco:0 commands:285 errors:0updating only bluez:
pi@dc00015:~ $ sudo apt install --only-upgrade bluez
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
python-colorzero
Use 'sudo apt autoremove' to remove it.
Suggested packages:
pulseaudio-module-bluetooth
The following packages will be upgraded:
bluez
1 upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
Need to get 764 kB of archives.
After this operation, 91.1 kB disk space will be freed.
Get:1 https://mirror1.hs-esslingen.de/pub/Mirrors/archive.raspbian.org/raspbian buster/main armhf bluez armhf 5.50-1.2~deb10u2 [764 kB]
Fetched 764 kB in 0s (2,222 kB/s)
Reading changelogs... Done
(Reading database ... 133145 files and directories currently installed.)
Preparing to unpack .../bluez_5.50-1.2~deb10u2_armhf.deb ...
Unpacking bluez (5.50-1.2~deb10u2) over (5.50-1.2~deb10u1+rpt2) ...
Setting up bluez (5.50-1.2~deb10u2) ...
Processing triggers for systemd (241-7~deb10u7+rpi1) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for dbus (1.12.20-0+deb10u1) ...after the update:
pi@dc00015:~ $ hciconfig
hci0: Type: Primary Bus: UART
BD Address: AA:AA:AA:AA:AA:AA ACL MTU: 1021:8 SCO MTU: 64:1
UP RUNNING
RX bytes:1606 acl:0 sco:0 events:100 errors:0
TX bytes:3323 acl:0 sco:0 commands:98 errors:0maybe the missing appendix +rpt2 is the key ???
Best regards,
Michael
Reactions are currently unavailable