Opi 5 Max, no HDMI sound

I have searched the existing open and closed issues

Required Information

[dietpi@Opi5 ~]$ cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=9
G_DIETPI_VERSION_SUB=11
G_DIETPI_VERSION_RC=2
G_GITBRANCH=‘master’
G_GITOWNER=‘MichaIng’
[dietpi@Opi5 ~]$ echo $G_DISTRO_NAME $G_RASPBIAN
bookworm
[dietpi@Opi5 ~]$ uname -a
Linux Opi5 6.1.84-vendor-rk35xx #1 SMP Sun Jan 5 09:09:31 UTC 2025 aarch64 GNU/Linux
[dietpi@Opi5 ~]$ dpkg --print-architecture
arm64
[dietpi@Opi5 ~]$ echo $G_HW_MODEL_NAME
Orange Pi 5 Max (aarch64)

  • Power supply used | XS-GaN-27W (5V5A)
  • SD card used | Crucial P5 Plus 1G NVME

Steps to reproduce

First-time dietpi user (but experienced on other platforms).
Fresh dietpi install, edited dietpi.txt and used automated install.
Wham! Great job, most everything works out of the gate, but I am lost trying to get HDMI sound working.

What I have:
dietpi-config → Advanced options → Audio options
Sound card : [hw:0,0-plug]
Auto-conversion: On

Alsamixer
Card: Pulseaudio

There is no sound though.

Appreciate any guidance.

Maybe something @MichaIng can help with

Hate to top-post my own query, but I got it working and wanted to share what I did:

pactl get-default-sink   # showed card #2 (es8388), ie., not HDMI
pacmd list-sinks  # get indices of available sinks
pacmd set-default-sink 1  # in my case, hdmi0

and now I can play sound.

Thanks for your efforts with dietpi – I am greatly impressed with system usability & performance on my new Opi 5 max.

1 Like