@chrishamm
Correct. I don't need audio for any reason on the Pi. It is only used to control the Duet3.
No more errors.
Thanks again for the help!
pi@duet3:~ $ sudo apt remove pulseaudio-module-bluetooth bluealsa
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
bluealsa pulseaudio-module-bluetooth
0 upgraded, 0 newly installed, 2 to remove and 5 not upgraded.
After this operation, 460 kB disk space will be freed.
Do you want to continue? [Y/n]
(Reading database ... 79681 files and directories currently installed.)
Removing bluealsa (0.13) ...
Removing pulseaudio-module-bluetooth (12.2-4+deb10u1) ...
pi@duet3:~ $ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
libpulse-mainloop-glib0 libpulse0 libpulsedsp pulseaudio pulseaudio-utils
5 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,442 kB of archives.
After this operation, 8,192 B of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://archive.raspberrypi.org/debian buster/main armhf libpulsedsp armhf 12.2-4+deb10u1+rpi3 [45.1 kB]
Get:2 http://archive.raspberrypi.org/debian buster/main armhf pulseaudio-utils armhf 12.2-4+deb10u1+rpi3 [75.5 kB]
Get:3 http://archive.raspberrypi.org/debian buster/main armhf pulseaudio armhf 12.2-4+deb10u1+rpi3 [1,039 kB]
Get:4 http://archive.raspberrypi.org/debian buster/main armhf libpulse-mainloop-glib0 armhf 12.2-4+deb10u1+rpi3 [37.0 kB]
Get:5 http://archive.raspberrypi.org/debian buster/main armhf libpulse0 armhf 12.2-4+deb10u1+rpi3 [246 kB]
Fetched 1,442 kB in 2s (830 kB/s)
Reading changelogs... Done
(Reading database ... 79657 files and directories currently installed.)
Preparing to unpack .../libpulsedsp_12.2-4+deb10u1+rpi3_armhf.deb ...
Unpacking libpulsedsp:armhf (12.2-4+deb10u1+rpi3) over (12.2-4+deb10u1) ...
Preparing to unpack .../pulseaudio-utils_12.2-4+deb10u1+rpi3_armhf.deb ...
Unpacking pulseaudio-utils (12.2-4+deb10u1+rpi3) over (12.2-4+deb10u1) ...
Preparing to unpack .../pulseaudio_12.2-4+deb10u1+rpi3_armhf.deb ...
Unpacking pulseaudio (12.2-4+deb10u1+rpi3) over (12.2-4+deb10u1) ...
Preparing to unpack .../libpulse-mainloop-glib0_12.2-4+deb10u1+rpi3_armhf.deb ...
Unpacking libpulse-mainloop-glib0:armhf (12.2-4+deb10u1+rpi3) over (12.2-4+deb10u1) ...
Preparing to unpack .../libpulse0_12.2-4+deb10u1+rpi3_armhf.deb ...
Unpacking libpulse0:armhf (12.2-4+deb10u1+rpi3) over (12.2-4+deb10u1) ...
Setting up libpulse0:armhf (12.2-4+deb10u1+rpi3) ...
Setting up libpulsedsp:armhf (12.2-4+deb10u1+rpi3) ...
Setting up libpulse-mainloop-glib0:armhf (12.2-4+deb10u1+rpi3) ...
Setting up pulseaudio-utils (12.2-4+deb10u1+rpi3) ...
Setting up pulseaudio (12.2-4+deb10u1+rpi3) ...
Installing new version of config file /etc/pulse/daemon.conf ...
Installing new version of config file /etc/pulse/default.pa ...
Processing triggers for libc-bin (2.28-10+rpi1) ...
Processing triggers for man-db (2.8.5-2) ...
Processing triggers for dbus (1.12.20-0+deb10u1) ...
pi@duet3:~ $ sudo apt-get update
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
Hit:3 https://pkg.duet3d.com stable InRelease
Fetched 15.0 kB in 3s (5,415 B/s)
Reading package lists... Done
pi@duet3:~ $ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@duet3:~ $