How to access VLC container to use alsamixer?

Hi,

I’ve installed up-to-date HAOS in a VM on an up-to-date Proxmox host and passed through a Focusrite Scarlett 18i20 USB audio device.

After installation MusicAssistant sees the VLC player and starts playback but without sound from the 18i20. The sync-lock LED of the 18i20 is off. I assume a mis-configuration of ALSA in the VLC container (maybe using TOSLink/ADAT as clock source instead of the internal clock?).

How can I access the VLC container to use alsamixer directly on the hardware instead of Pulseaudio in the Homeassistant container?

Thanx for any hint! :smiley:

  • Install Advanced SSH & Web Terminal
  • Disable protection mode :grimacing:
  • Login to the terminal
  • Check containers runnings
docker ps

  • Login into the container of your choice
docker exec -it homeassistant bash
  • destroy your container ? Optional

Word of caution, what you’re doing is unsupported and potentially hazardous to your system
Please take backups prior to messing with the internals :wink: