I’m trying to setup the snips component on hass.io, but how can I run alsamixer to tweak the audio device? I tried ssh’ing in to it, but it could not find the command.
Any help?
I’m trying to setup the snips component on hass.io, but how can I run alsamixer to tweak the audio device? I tried ssh’ing in to it, but it could not find the command.
Any help?
Make sure you have alsa-utils installed
sudo apt install alsa-utils
then at the prompt type:
alsamixer
You cannot do that on hassio?
Strange, I have Hass.io installed in a vm running Ubuntu, I used ssh to get to a terminal, installed alsa-utils, and ran alsamixer.
I tried the following:
apk add alsa-utils --force
addgroup root audio
alsamixer
But then I just get an error:
cannot open mixer: No such file or directory
Just like I mentioned in the post above - connect to home assistant and paste the commands! But alsamixer doesn’t work with the Playstation Eye!