01-03-2024, 10:28 PM
I had a problem where on boot my iQuadio DAC+ card would not always appear as card 0 with the HDMI audio appearing above it.
The solution was to disable audio output for the HDMI ports on my Pi 4 with the following entries in config.txt
and adding a noaudio parameter to the vc4 HDMI overlay...
I believe this a pi 4 issue, but may help others out when audio is not available.
More info about the overlay can be found with the command
The solution was to disable audio output for the HDMI ports on my Pi 4 with the following entries in config.txt
and adding a noaudio parameter to the vc4 HDMI overlay...
Code:
# Enable audio (loads snd_bcm2835)
dtparam=audio=off
dtoverlay=iqaudio-dacplus
# Enable DRM VC4 V3D driver
dtoverlay=vc4-kms-v3d,noaudio
max_framebuffers=2
I believe this a pi 4 issue, but may help others out when audio is not available.
More info about the overlay can be found with the command
Code:
dtoverlay -h vc4-kms-v3d