Creating a bug report/issue
Required Information
- DietPi version |
cat /boot/dietpi/.version
cat /boot/dietpi/.version
G_DIETPI_VERSION_CORE=10
G_DIETPI_VERSION_SUB=5
G_DIETPI_VERSION_RC=2
G_GITBRANCH='master'
G_GITOWNER='MichaIng'
-
Distro version | echo $G_DISTRO_NAME $G_RASPBIAN
trixie 0
-
Kernel version | uname -a
Linux rpi5-tv 6.18.34+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.18.34-1+rpt1 (2026-06-09) aarch64 GNU/Linux
-
SBC model | echo $G_HW_MODEL_NAME or (EG: RPi3)
RPi 5 Model B (aarch64)
Steps to reproduce
Connect RPi to HDMI TV, configure it to do Audio over HDMI
Expected behaviour
Audio Over HDMI Works
Actual behaviour
No audio and I get
'dmas' DT property is missing or empty, no HDMI audio
I can fix this by setting: dtparam=audio=on but my understanding is that this parameter is deprecated on RPi5 and the default config anyway sets it to off making HDMI audio broken.
Creating a bug report/issue
Required Information
cat /boot/dietpi/.versionDistro version |
echo $G_DISTRO_NAME $G_RASPBIANtrixie 0Kernel version |
uname -aLinux rpi5-tv 6.18.34+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.18.34-1+rpt1 (2026-06-09) aarch64 GNU/LinuxSBC model |
echo $G_HW_MODEL_NAMEor (EG: RPi3)RPi 5 Model B (aarch64)Steps to reproduce
Connect RPi to HDMI TV, configure it to do Audio over HDMI
Expected behaviour
Audio Over HDMI Works
Actual behaviour
No audio and I get
'dmas' DT property is missing or empty, no HDMI audioI can fix this by setting:
dtparam=audio=onbut my understanding is that this parameter is deprecated on RPi5 and the default config anyway sets it to off making HDMI audio broken.