Skip to content

Instantly share code, notes, and snippets.

@belvederef
Last active February 12, 2021 11:32
Show Gist options
  • Save belvederef/935f10fa462bba8788b3be6af59c8e21 to your computer and use it in GitHub Desktop.
Save belvederef/935f10fa462bba8788b3be6af59c8e21 to your computer and use it in GitHub Desktop.
Enable ReSpeaker 2-Mics Pi HAT on other unsupported OSs

If the Respeaker seeed-voicecard entry does not appear under the list of audio sinks of your Raspberry Pi after installing the Respeaker seeed drivers provided on their Github, try adding this line to your /boot/config.txt:

dtoverlay=seeed-2mic-voicecard

This can change according to the linux distro you are using. For example, if you are using DietPi you need to place the line above in /DietPi/config.txt.

The drivers are in fact correctly installed, the only problem is that the device is not listed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment