OP25 boatbod on Raspberry Pi 5

jegallag

Member
Feed Provider
Joined
Feb 27, 2005
Messages
25
Location
Bel Air, MD
I recently purchased another Pi a Pi 5 8GB model and am trying to get OP25 to run on it. OP25 seems to be working fine, but I am not getting any audio output. I have several other versions of OP25 running on Pi-4s with no issues. I have a USB audio dongle, and can play audio out on the Pi-5, but can't get any audio out of the Pi-5. I have set the audio output in OP25 with the -O plughw:2,0 option.
Any thoughts?
Also, does anyone know if there will be a new version of the Broadcastify image coming out built on the Bookworm OS?
Thanks,
John Gallagher
 

blantonl

Founder and CEO
Staff member
Super Moderator
Joined
Dec 9, 2000
Messages
11,400
Location
San Antonio, Whitefish, New Orleans
I recently purchased another Pi a Pi 5 8GB model and am trying to get OP25 to run on it. OP25 seems to be working fine, but I am not getting any audio output. I have several other versions of OP25 running on Pi-4s with no issues. I have a USB audio dongle, and can play audio out on the Pi-5, but can't get any audio out of the Pi-5. I have set the audio output in OP25 with the -O plughw:2,0 option.
Any thoughts?
Also, does anyone know if there will be a new version of the Broadcastify image coming out built on the Bookworm OS?
Thanks,
John Gallagher
I have a new Pi 5 sitting on my lab bench so I can update the image. I'm waiting on some third party tool updates which I want to bundle with the image to be have some developments completed.
 

jegallag

Member
Feed Provider
Joined
Feb 27, 2005
Messages
25
Location
Bel Air, MD
I have a new Pi 5 sitting on my lab bench so I can update the image. I'm waiting on some third party tool updates which I want to bundle with the image to be have some developments completed.
Lindsay,
Any updates on the Pi5 image?
Thanks,
John G
 

wgbecks

Active Member
Joined
Jan 17, 2005
Messages
1,065
Location
NE Wisconsin
I recently purchased another Pi a Pi 5 8GB model and am trying to get OP25 to run on it. OP25 seems to be working fine, but I am not getting any audio output.
John,

Just a shot in the dark, the issue could be with Pulse Audio (PA) while operating further assuming that your Pi-5 has been flashed with
either one of the GUI versions of the Bookworm that also installs PA by default. On Bullseye with PA, you would not normally have any
audio issues as long as the user was logged into a terminal session and executed op25 manually. However, the problem with no audio
would surface attempting to run op25 and any related applications a system service(s).

If that is the case with your Pi-5, then reply back and I will pass along a fairly easy to implement procedure to overcome the permissions
issue imposed by PA that is known to work on Bullseye on the Pi-4 hardware.

Bill
 

jegallag

Member
Feed Provider
Joined
Feb 27, 2005
Messages
25
Location
Bel Air, MD
John,

Just a shot in the dark, the issue could be with Pulse Audio (PA) while operating further assuming that your Pi-5 has been flashed with
either one of the GUI versions of the Bookworm that also installs PA by default. On Bullseye with PA, you would not normally have any
audio issues as long as the user was logged into a terminal session and executed op25 manually. However, the problem with no audio
would surface attempting to run op25 and any related applications a system service(s).

If that is the case with your Pi-5, then reply back and I will pass along a fairly easy to implement procedure to overcome the permissions
issue imposed by PA that is known to work on Bullseye on the Pi-4 hardware.

Bill
There is a good chance that Pulse Audio may be the issue. If you could supply the procedures to overcome that issue, I would greatly appreciate it.
Thanks,
John G
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,466
Location
Talbot Co, MD
So you're trying to send the audio to the physical headphone jack not streaming via liquidsoap?
The audio destination "plughw:2,0" is ALSA, so it's probably not a pulse audio issue. You could in fact try "pulse" as the destination to see if that works any better.
What happens if you use the "aplay" utility to send a small .wav found file to the same destination.
e.g. aplay -D plughw:2,0 test.wav
 

Kingscup

Member
Feed Provider
Joined
Jun 1, 2006
Messages
634
Holy Dead Thread Batman -

Any updates on the pi5 install? I could use some help on it.


Is this what you are looking for?
 

ogppc

Member
Premium Subscriber
Joined
Sep 5, 2021
Messages
34
Location
Merced County CA (West)
Is this what you are looking for?
Cool. Thanks!
 

DC31

Member
Feed Provider
Joined
Feb 19, 2011
Messages
1,598
Location
Massachusetts
On the Bookworm OS they have replaced pulseaudio with pipewire. So far, pipewire has defeated me. The saving grace is in sudo raspi-config where in the advanced options you can go to Audio setup and switch it back to pulseaudio. If you are struggling getting audio out of it, try that.
 

DC31

Member
Feed Provider
Joined
Feb 19, 2011
Messages
1,598
Location
Massachusetts
FYI, I just tried OP25 on the current BCFY image and made it work with no issues. I found the documentation for OP25 lacking or confusing at best. If you need some help with the basics to get it to launch, let me know.
 
Top