(I replicated this issue on an Arch re-install as well, but as I'm planning to use Solus moving forward, I figured I'd ask here)
Basically, I don't see my headphones on Solus's sound settings. Under pavucontrol
, they show up unplugged after I set them to Analog Stereo Duplex
from the configuration tab. They still work if I try to play some sound, but they show up unplugged which confuses Solus and breaks the Budgie sound controls (they try to control HDMI audio, which I don't want)
My workaround for now is to create a file at ~/.config/pulse/default.pa
which contains the following:
.include /usr/share/pulseaudio/default.pa
set-card-profile alsa_card.pci-0000_00_1f.3 output:analog-stereo+input:analog-stereo
set-sink-port alsa_output.pci-0000_00_1f.3.analog-stereo analog-output-headphones
set-default-sink alsa_output.pci-0000_00_1f.3.analog-stereo
but just touching anything has the possibility of changing the defaults back to HDMI, which I don't care about.
So, is there a way to make this all work without issues? This is a clean install so I'm willing to try anything (no data to lose)