IF THIS IS NOT FILLED OUT, THE TICKET WILL BE CLOESED
Describe the bug
"pipewire-media-session-pulseaudio" dependency fails to be installed when installing aethersx2 on a new Pi OS trixie build
To Reproduce
Steps to reproduce the behavior:
- Flash the latest build of Pi OS 64-bit (Trixie) on a raspberry pi 5 (idk if the bug happens on other models or OS)
- Install RetroPie
- Install RetroPie-Extras
- Run install-extras.sh in the terminal
- Install aethersx2 module and then exit
- Run retropie_setup.sh
- Go to Manage experimental packages and then select aethersx2 at the very bottom
- Install from source
- Bug happens
Expected behavior
Can't really say much about this other than expecting it to be installed
Screenshots
Doesn't let me add screenshots. (N/A)
So here's the log if it helps
Log started at: Fri 16 Jan 19:30:29 NZDT 2026
RetroPie-Setup version: 4.8.10 (1760f6e)
System: rpi5 (aarch64) - Debian GNU/Linux 13 (trixie) - Linux doenpi 6.12.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.12.62-1+rpt1 (2025-12-18) aarch64 GNU/Linux
= = = = = = = = = = = = = = = = = = = = =
Installing dependencies for 'aethersx2' : PS2 emu - AetherSX2
= = = = = = = = = = = = = = = = = = = = =
Did not find needed dependencies: pipewire-media-session-pulseaudio. Trying to install them now.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package pipewire-media-session-pulseaudio
Could not install package(s): pipewire-media-session-pulseaudio.
Log ended at: Fri 16 Jan 19:30:29 NZDT 2026
Total running time: 0 hours, 0 mins, 0 secs
Device (please complete the following information):
- Model: Pi5 8gb
- OS: Raspberry Pi OS 64-bit Debian Trixie
- Version: not sure which specifically but it's the latest one since i just flashed the sd card like 2 days ago to try ps2 on RetroPie
Additional context
At 1st I tried installing it manually with sudo apt install pipewire-media-session-pulseaudio but even apt doesn't know where to find this dependency. I'm guessing the new Pi OS build with Trixie removed such dependencies so apt can't really find it anymore.
I tried going around this by modifying aethersx2.sh code locally and removing pipewire-media-session-pulseaudio from the dependency function (kind of a janky solution i know but still have to try) but it still doesn't fix the bug because when i try to install again it still throws the same exact error to me. Perhaps theres still some other script referring to
pipewire-media-session-pulseaudio
IF THIS IS NOT FILLED OUT, THE TICKET WILL BE CLOESED
Describe the bug
"pipewire-media-session-pulseaudio" dependency fails to be installed when installing aethersx2 on a new Pi OS trixie build
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Can't really say much about this other than expecting it to be installed
Screenshots
Doesn't let me add screenshots. (N/A)
So here's the log if it helps
Device (please complete the following information):
Additional context
At 1st I tried installing it manually with sudo apt install pipewire-media-session-pulseaudio but even apt doesn't know where to find this dependency. I'm guessing the new Pi OS build with Trixie removed such dependencies so apt can't really find it anymore.
I tried going around this by modifying aethersx2.sh code locally and removing pipewire-media-session-pulseaudio from the dependency function (kind of a janky solution i know but still have to try) but it still doesn't fix the bug because when i try to install again it still throws the same exact error to me. Perhaps theres still some other script referring to
pipewire-media-session-pulseaudio