Audio on Proxmox VE 9.2

seubix

New Member
Aug 17, 2026
4
0
1
Hello,
i am using Proxmox on an Igel M340C Thin Client / UD3-LX 50 / GX-424CC SOC with Radeon(TM) R5E Graphics (1 Socket).
VT in Bios is enabled and i can run "Normal" VM's.

The goal is to get Sound output on Display Port running in a unprivileged Container running Linux Mint (Lyrion Music Server and Squeezelite Client running there).
For testing i connected a Monitor with Spakers.
My problem (at the moment) is NOT to "provide" the /dev/snd stuff to the container - i did read all that.
According to some posts and my logic i should get running the sound within proxmox at first.
I do not get it running.
BTW - tried it on the front speaker out jack.
Here some outputs - I do not know what might help to identify the problem:
root@pve1:~# lspci |grep -i audio
00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Kabini HDMI/DP Audio
00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 02)

root@pve1:~# aplay -L
null
Discard all samples (playback) or generate zero samples (capture)
hw:CARD=HDMI,DEV=3
HDA ATI HDMI, 24P1W1
Direct hardware device without any conversions
hw:CARD=HDMI,DEV=7
HDA ATI HDMI, HDMI 1
Direct hardware device without any conversions
plughw:CARD=HDMI,DEV=3
HDA ATI HDMI, 24P1W1
Hardware device with all software conversions
plughw:CARD=HDMI,DEV=7
HDA ATI HDMI, HDMI 1
Hardware device with all software conversions
hdmi:CARD=HDMI,DEV=0
HDA ATI HDMI, 24P1W1
HDMI Audio Output
hdmi:CARD=HDMI,DEV=1
HDA ATI HDMI, HDMI 1
HDMI Audio Output
dmix:CARD=HDMI,DEV=3
HDA ATI HDMI, 24P1W1
Direct sample mixing device
dmix:CARD=HDMI,DEV=7
HDA ATI HDMI, HDMI 1
Direct sample mixing device
hw:CARD=Generic,DEV=0
HD-Audio Generic, ALC662 rev3 Analog
Direct hardware device without any conversions
plughw:CARD=Generic,DEV=0
HD-Audio Generic, ALC662 rev3 Analog
Hardware device with all software conversions
default:CARD=Generic
HD-Audio Generic, ALC662 rev3 Analog
Default Audio Device
sysdefault:CARD=Generic
HD-Audio Generic, ALC662 rev3 Analog
Default Audio Device
front:CARD=Generic,DEV=0
HD-Audio Generic, ALC662 rev3 Analog
Front output / input
surround21:CARD=Generic,DEV=0
HD-Audio Generic, ALC662 rev3 Analog
2.1 Surround output to Front and Subwoofer speakers
surround40:CARD=Generic,DEV=0
HD-Audio Generic, ALC662 rev3 Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=Generic,DEV=0
HD-Audio Generic, ALC662 rev3 Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Generic,DEV=0
HD-Audio Generic, ALC662 rev3 Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Generic,DEV=0
HD-Audio Generic, ALC662 rev3 Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Generic,DEV=0
HD-Audio Generic, ALC662 rev3 Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
dmix:CARD=Generic,DEV=0
HD-Audio Generic, ALC662 rev3 Analog
Direct sample mixing device

Many thanks for your help in advice
Frank
 
I'm running Proxmox VE here as a full desktop env with Plasma, and the sound works right out of the box. I've never tried this on a server without a GUI.
But you could try configuring it with alsamixer, maybe that'll help:

Code:
apt install alsamixergui

Then run "alsamixer" from the CLI.
 
Hello,
I installed alsamixer. When I chose
Card: HD Audio Generic / Chip: Realtec ALC662 rev3
and do
Code:
aplay -D plughw:CARD=Generic,DEV=0 /usr/share/sounds/alsa/Front_Right.wav
then i get Sound on the Speaker out.
No Sound over HDMI/DisplayPort

When i Change in alsamixer to Card: HDA ATI HDMI / Chip: ATI R6xx HDMI
Sound on the Speaker ist stil working an no sound over HDMI/DP

When i start a Linux Mint Live CD ich can choose HDMI/DP output in the Sound settings and it works.
 
Well, that sounds good. So it works with the built-in sound card, but not via HDMI. You can select HDMI, but there's no sound. And I'm guessing the corresponding controls are set to ON? These things are often muted.

Is there anything helpful in the journal?