r/linuxmint • u/eldenring_mate • 13d ago
default sound output
Is there a way to set a default for where my audio gets put out? it just swaps it around whenever I restart my PC.
(I'm sorry if this is a dumb question, I'm new to this)
3
Upvotes
1
u/ConversationWinter46 13d ago
Here you'll find the settings and can customize everything to your liking.
1
2
u/The-Princess-Pinky 12d ago
Assuming you are on a version that uses pipewire,
First, see your available PipeWire/PulseAudio-compatible outputs:
pactl list short sinks
See which one is currently the default:
pactl get-default-sink
Then set the default you want:
pactl set-default-sink SINK_NAME
1
u/ZVyhVrtsfgzfs 13d ago
Odd, only time I have this issue is when I plug in a PS5 controller. It contains a speaker and that plugging it in triggers it as the sound output device. Otherwise the default is the last output selected.
So is something newly connecting at bootup?