Can’t get Raspiaudio MIC+V3 to work

I’m trying to install the RASPIAUDIO DAC Hat (purchased it from Amazon two days ago) on a Pi Zero 2 W running Raspbian GNU/Linux 11 (bullseye). I followed the MIC+ V3 Installation Guide, but I’m not able to get any sound out of the onboard speakers.

I edited the config.txt file and commented out the existing audio line by adding a # in front:

#dtparam=audio=on

And added these:

dtoverlay=hifiberry-dac
dtoverlay=wm8960-soundcard.dtbo
dtoverlay=googlevoicehat-soundcard

I also ran these commans:

sudo wget -O - mic.raspiaudio.com | sudo bash
reboot
sudo wget -O - test.raspiaudio.com | sudo bash.

But I get these outputs:

$ wget -O - mic.raspiaudio.com | sudo bash
--2025-10-02 18:18:29--  http://mic.raspiaudio.com/
Resolving mic.raspiaudio.com (mic.raspiaudio.com)... 2001:8d8:100f:f000::245, 217.160.0.12
Connecting to mic.raspiaudio.com (mic.raspiaudio.com)|2001:8d8:100f:f000::245|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://forum.raspiaudio.com/t/mic-installation-guide [following]
--2025-10-02 18:18:30--  https://forum.raspiaudio.com/t/mic-installation-guide
Resolving forum.raspiaudio.com (forum.raspiaudio.com)... 82.165.118.20
Connecting to forum.raspiaudio.com (forum.raspiaudio.com)|82.165.118.20|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://forum.raspiaudio.com/t/mic-installation-guide/17 [following]
--2025-10-02 18:18:37--  https://forum.raspiaudio.com/t/mic-installation-guide/17
Reusing existing connection to forum.raspiaudio.com:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘STDOUT’

-                        [<=>                    ]       0  --.-KB/s               bash: line 1: syntax error near unexpected token `newline'
bash: line 1: `<!DOCTYPE html>'
-                        [  <=>                  ]  15.11K  --.-KB/s    in 1.1s    


Cannot write to ‘-’ (Broken pipe).
-----------------------------------------------------------

$ wget -O - test.raspiaudio.com | sudo bash
--2025-10-02 18:18:50--  http://test.raspiaudio.com/
Resolving test.raspiaudio.com (test.raspiaudio.com)... 2001:8d8:100f:f000::268, 217.160.0.133
Connecting to test.raspiaudio.com (test.raspiaudio.com)|2001:8d8:100f:f000::268|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://raspiaudio.com/s/test [following]
--2025-10-02 18:18:51--  http://raspiaudio.com/s/test
Resolving raspiaudio.com (raspiaudio.com)... 2001:8d8:100f:f000::268, 217.160.0.133
Reusing existing connection to [test.raspiaudio.com]:80.
HTTP request sent, awaiting response... 302 Found
Location: https://raspiaudio.com/s/test [following]
--2025-10-02 18:18:51--  https://raspiaudio.com/s/test
Connecting to raspiaudio.com (raspiaudio.com)|2001:8d8:100f:f000::268|:443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection.

What am I missing?

Hi,
what is the model of card you are trying to install? We have 9 models

thx

MIC+V3 with not other shield/hat installed, just the the Raspiaudio.

I’m running on a fresh Raspbian GNU/Linux 11 (bullseye) installation.

dpkg -l | grep pulseaudio shows this:

ii  pulseaudio                           14.2-2+rpt1                        armhf        PulseAudio sound server
ii  pulseaudio-module-bluetooth          14.2-2+rpt1                        armhf        Bluetooth module for PulseAudio sound server
ii  pulseaudio-utils                     14.2-2+rpt1                        armhf        Command line tools for the PulseAudio sound server

I also ran these commads:

sudo apt-get update
sudo apt-get upgrade
sudo rpi-update
sudo reboot
aplay -l
aplay: device_list:274: no soundcards found...
pi@raspberrypi:/boot $ arecord -l
arecord: device_list:274: no soundcards found...
pi@raspberrypi:/boot $ 
pi@raspberrypi:/boot $ ps aux | grep pulseaudio
pi         596  3.2  1.7 884668  7696 ?        S<sl 15:23   0:15 /usr/bin/pulseaudi --daemonize=no --log-target=journal
pi        1315  0.0  0.4   7448  1952 pts/0    S+   15:31   0:00 grep --color=auto pulseaudio

I figured it out the problem.

Glad you have found the solution, could you share it please?

I have also noticed that your dtoverlay was wrong as it was using multiple drivers that are not inteded for the MIC+

thx