-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lineout output doesn't work while headphones are plugged in. #19
Comments
Did you get noise sound from Can you share all the modifications you made and the files for the firmware patch please. |
Yes, but same as in the title. I got noise from line out only when headphones were disconnected. split-ports-profile.conf
analog-output.conf.common
analog-output-lineout-split.conf
But in this file i didn't have [Jack Headphone] so i added it. I tried with and without it and results were same. |
Can you send a screenshot of |
Could you also share the full output of |
Okay, when I play music and raise volume on headphones it's working. But, when I do the same with line out, nothing is changing. NVM. It is working but when I change volume on "Front", not on "Line". pactl list cards
EDIT: I realized that now "line out" mutes automatically, when I plug out headphones. |
This is extremely similar to #20 maybe is the same problem under the hood. I found this [Solved] PulseAudio does not use hardware volume control, it seems you need to tell to pipewire which control to use
May be related to #13 but I suggest ignoring that for now |
Okay, so I did something opposite. It's problem with mute I think. I configured my waybar today and saw that it says "mute" after I connected headphones. I just unmutted it with my keyboard and it started magically working🤦♂️. |
Maybe adding auto_mute=no to the firmware patch under [hints]? Though not sure if this will help at all since alsamixer says it is already disabled.
source: https://www.kernel.org/doc/html/v6.7/sound/hd-audio/notes.html In my case it was common for one of my outputs to be muted and #13 seemed to help maybe you need something like that too. |
Also in my case when is muted like this it does unmute from KDE's audio widget, that may indicate a different issue in your case. |
For now, it's not working, nor #13, nor adding auto_mute=no to firmware patch. I'm too tired to do this today, but maybe some script that execute |
Yeah that could work too. Maybe is something with the drivers and no way around that, but if you want, give https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/1297 a shot another day. |
If it helps, I found that on my ALC897 chipset, I had to add another option to the modprobe snd-hda-intel file before I could get speaker audio to play while headphones were connected: The exact "model" might differ for you, dual-codecs was just the one that worked for me. There's a list here that I used: https://lxr.linux.no/#linux+v6.7/Documentation/sound/hd-audio/models.rst |
Interesting, did you get both sinks to play separate audio streams at the same time too? |
I did admittedly write the comment while in the middle of following this guide, but I can since confirm that I can play different audio streams through the now-separate outputs.
…On 29 December 2024 7:02:18 pm AEDT, Luis Bocanegra ***@***.***> wrote:
> If it helps, I found that on my ALC897 chipset, I had to add another option to the modprobe snd-hda-intel file before I could get speaker audio to play while headphones were connected: `options snd-hda-intel model=dual-codecs`
>
> The exact "model" might differ for you, dual-codecs was just the one that worked for me. There's a list here that I used: [lxr.linux.no#linux+v6.7/Documentation/sound/hd-audio/models.rst](https://lxr.linux.no/#linux+v6.7/Documentation/sound/hd-audio/models.rst)
Interesting, did you get both sinks to play separate audio streams at the same time too?
--
Reply to this email directly or view it on GitHub:
#19 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
Nice! So if I understand correctly, you needed If that's the case, is there any difference if you remove that option now? I will add your finding to the guide but want to be sure where to put it. It also could be useful to know what are your system details hardware/distribution and the card/sinks information in case they may be useful reference for others, you can share that in this issue (there is an example) or here |
Without the I'll get back to you on undoing the model bit and seeing what that does, I'm not gonna have much opportunity to play with it until probably NYE lmao. I'll craft the details in #9 about the same time. |
Thanks, will add it as a note at the end of part 2
No problem, happy holidays! |
System information:
Codecs:
Cards:
Sinks:
Aplay:
So as in the title. While headphones are plugged in I can't hear anything from line out, but in the pavucontrol I see that there is sound.
Before the changes I could choose in pavucontrol between line out and headphones without a problem but i couldn't hear audio simultaneously on those outputs.
Please help.
The text was updated successfully, but these errors were encountered: