14
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 24 Sep 2023
14 points (100.0% liked)
Linux
48210 readers
725 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
Does
alsamixer
allow you to change to the correct soundcard? What doespacmd list-cards
output?I was able to get alsamixer to show the HDMI audio output by adding
options snd-hda-intel model=generic
to the alsa-base.conf file, but that is all it can see, and that doesn't utilize the speakers on the laptop.pacmd list-cards gives this - it looks like it is only the HDMI audio
Looks like some people had success setting their specific model (auto detection failed for whatever reason), try changing to
options snd-hda-intel model=mba42
(ormodel=mba6
)—per kernel docs—inalsa-base.conf
. This may (read: "probably will") require a reboot for each model.Should this not work: we may have to dig into
dmesg
to figure out where it's erroring. This is currently beyond my remote troubleshooting ability (I don't know what I'm looking for, but might know it when I see it)... Also, will you please take note of the output fromlsmod | grep 'snd'
during each attempt, and share what you find if they both fail?Also per the docs: do headphones still work?
Didn't have any luck setting the model - I read through those doc pages you linked and a lot of it is over my head but I think I was able to learn a few things.
At this point - I am not seeing any of the errors mentioned anywhere - I only see HDMI audio as the only card and that is displaying no errors (this laptop doesn't have an HDMI port, only thunderbolt, and I don't have a cable or adapter to even test if that audio is working on an external monitor) I'm not sure if Linux is incorrectly reading the internal sound card as the HDMI output, if it's all on the same card and the internal output is not being read, or if the internal sound card is just totally not working (hardware issue) - To my knowledge there was no issue with audio on Mac OSX but this laptop hasn't been used in a while.
I really appreciate your time and if you want to continue helping I will put more info below, but I also understand if you don't want to think about it anymore 😄
I didn't see any of the errors mentioned on those pages when checking dmesg (assuming that is where they would be) - I read through all the errors, nothing related to sound that I could tell, and used grep to pull out the messages containing references to snd or audio, etc:
If you want I can put the whole dmesg here but it is a lot of text.
I also ran
lsmod |grep 'snd'
after the changes and the result is exactly the same before any changes and after each change:And here is the most recent
pacmd list-cards
output:Here are some screenshots of pavucontrol and alsamixer: https://imgur.com/a/W4mURaW
Also FWIW here is the alsa-base.conf: