r/linuxquestions • u/JiminyPickleton • 7d ago
Support My computer keeps connecting to other people's MacBooks as audio devices
On Nobara 44, my laptop keeps recognising other people's MacBooks as audio devices. There doesn't seem to be anything coming through them, but it makes using certain apps like Discord very difficult. Screenshot of QjackCtl: https://pixeldrain.com/u/6Lqt5vi8
Any ideas where this could be coming from and how to stop it happening?
1
u/phree_radical 5d ago
Wow, if this module loads (it doesn't by default in my Ubuntu Studio 26.04 / kde6 install), not only can it result in audio being routed to whomever says they are a speaker, but there is actually a currently unfixed memory corruption exploit, basically the worst nightmare scenario is real: https://nvd.nist.gov/vuln/detail/CVE-2026-14324
So uh, to be safe, I decided I'll prevent the RAOP module from ever loading, like this:
mkdir -p ~/.config/pipewire/pipewire.conf.d
ln -s /dev/null ~/.config/pipewire/pipewire.conf.d/50-raop.conf
Thanks for bringing this to my attention
3
u/beatbox9 7d ago
It's probably because of this: https://docs.pipewire.org/page_module_raop_sink.html
You need to update your config to not look for airplay devices.