Provide USB sound output for Alexa Voice Services (useful for the Raspberry Pi Zero) + headless restart

Running AVS on a Raspberry Pi zero doesn’t work out of the box. The reason is that the installation script provides no output via USB is because this is not available in the script. In my opinion this is something that is just overlooked as making the changes manually is not hard at all:

Put the following text to the .asoundrc file in your home directory (/home/pi/.asoundrc)

This will allow usb input and output from AVS.

Autostart

Create a file using  nano .config/autostart/AlexaPi.desktop with following content:

The AlexaStart script contains the following (requires TMUX):

 

You may also like...

Leave a Reply