You are not logged in.

#1 2024-08-16 08:56:05

adnope
Member
Registered: 2024-08-16
Posts: 1

Using headphones and speakers simultaneously

I've installed pipewire, pipewire-pulse, pipewire-media-session to set-up audio for my device. On Windows, when I plug my headphones in I can change the system to use internal speakers or headphones, but when I do it on Arch it shows in pavucontrol "Speakers (Unavailable)" and "Headphones (Plugged)". I've heard people say that it is because the auto-mute feature but I don't know how to disable it, what should I do?

Offline

#2 2024-08-16 10:28:20

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,104

Re: Using headphones and speakers simultaneously

Auto-mute is usually controlled on an ALSA/driver level, so check

aplay -l
amixer -c0 #Replace the 0 with whatever index relates to your actual card

If you just want simultaneous disabling the auto-mute control should suffice. If you want to control them independently you might have to play around with the indep_hp model hint: https://docs.kernel.org/sound/hd-audio/ … nt-strings

Side note, you probably want to install wireplumber instead of pipewire-media-session.

Offline

Board footer

Powered by FluxBB