this post was submitted on 18 Jan 2024
16 points (90.0% liked)
Linux
48181 readers
1021 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Nope, I've checked and I don't have any PulseAudio, JACK, or other audio packages that could interfere. This install has only ever used PipeWire for audio.
Could be kernel related, I don't know. That'd be quite over my head, but I've had this issue using both the standard linux kernel and the zen kernel.
I didn't see anything in journalctl's logs that relates to audio as far as I can tell.
Want to know what's even more fun? I need to re-install alsa-utils thrice now after properly enabling pipewire.service like I did on that other comment thread :P
Sorry I didn't get back to you sooner.
Ok good. We should be able to rule that out.
What version? The command uname -r will give it to you. More info here
Also... If you run dmesg do you see any audio related devices or errors? I should've thought to ask about that last time.
Whee!™ Are we having fun yet lol
That is seriously bizarre.
Did I ask what audio hardware chipset you're using?
It should show up in dmesg output. Or alternatively look up your motherboard specs and get it that way. Assuming you're using the built in motherboard audio and not a separate card.
Hey don't apologize for offering free help to a stranger online! It's much appreciated.
uname -r
returns "6.7.0-zen3-1-zen", but like I said I had this issue with the standard Linux kernel as well.Nothing stands out to me when I run dmesg in terms of errors. I'm not sure which part is the audio hardware chipset, so here is the output relating to audio. I'm running both the built-in CPU audio and GPU audio through HDMI.
Edit: Forgot to add my ALSA and Pipewire packages. For ALSA I got:
and for Pipewire:
Hm. Nothing really jumping out then. I am racking my brain trying to think of anything else to look at.
Dumb question but... Shouldn't headphones be plugged into the headphone jack, not line out?
Headphones typically have a lower impedance than, say, an amplifier.
I'm just wondering if the audio hardware checks load impedance for audio out to prevent issues and the headphones are reading too low (tens to hundreds of ohms instead of, say, 10k-100k ohm or whatever) for a line out.
I don't know how that explains reinstalling alsa-utils twice or thrice to fix it until the next reboot. So I guess my theory isn't all that great.
Does it make a difference if you unplug the headphones before rebooting?
PS:
What pipewire packages are installed?
What alsa packages are installed?
I'm wondering if something is missing or borked for some reason.