Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8041

Beginners • Re: CLI to set RPi4 audio via HDMI?

$
0
0
It seems pulsaudio tooling is missing by default now in Trixie. I did fix it twice (remove pipewire and re-install native pulseaudio). i use networked pulseaudio and that does not work if emulated via pipewire.

You will see this on Pi4 RPiOS Trixie

Code:

~# dmesg | grep staging[    6.991720] snd_bcm2835: module is from the staging directory, the quality is unknown, you have been warned.[    7.155952] vc_sm_cma: module is from the staging directory, the quality is unknown, you have been warned.[    7.431629] bcm2835_mmal_vchiq: module is from the staging directory, the quality is unknown, you have been warned.[    7.468628] bcm2835_codec: module is from the staging directory, the quality is unknown, you have been warned.[    7.471113] bcm2835_isp: module is from the staging directory, the quality is unknown, you have been warned.[    7.474327] bcm2835_v4l2: module is from the staging directory, the quality is unknown, you have been warned.
This has been the case as long as I know. Audio on 3.5mm actually works fine, although not super high quality. RPi5 has no such modules anymore, maybe that is the reason it fails or is sort of forgotten to test, I don't know. I have other ARM computers with real dedicated Audio chip or on the SoC. Those need enabling via DTB and/or overlays. Then just standard audio tools to set what you want. CLI or GUI desktop traybar or so.
You can disable 3.5mm audio in config.txt, I would do that, but haven't done it yet although 3.5mm is unused for my 2x RPi4 now.
Other option is to load start4_cd.elf (Cut-Down) that has no DSP functions enabled AFAIK, but not sure about that, never used it.

Statistics: Posted by redvli — Tue Dec 30, 2025 7:09 pm



Viewing all articles
Browse latest Browse all 8041

Trending Articles