Fixing No Sound Issues on a 2009 MacBook Pro Running Kubuntu

0
9
Asked By TechieTurtle99 On

I'm having trouble with my 13-inch MacBook Pro from mid-2009 that I set up with Kubuntu 25.10. It looks like the audio chip, which is Nvidia, is recognized by Linux, but I'm not getting any sound at all. Plus, I don't hear the usual chime when the laptop boots up. Any advice on getting the audio to work?

2 Answers

Answered By CuriousCoder42 On

Hey there! If your Nvidia audio chip is detected, that's a good start. You might want to check your kernel log using the `dmesg` command to look for any related errors. Also, check if you have the audio correctly loaded with some commands like `lspci | grep -i audio`, `lsmod | grep snd`, and ensure that ALSA isn't muted by checking `alsamixer`. Running a speaker test with `speaker-test -t wav -c 2` can help confirm if sound is working at all. Just remember, KDE doesn't play the boot chime by default.

Answered By SoundSeeker77 On

It sounds like you've got the right idea! The output from `lspci | grep -i audio` showing Nvidia MCP79 HD audio and `lsmod | grep snd` listing `snd_hda_intel` is promising. If you still aren't hearing anything, try running `pactl info` and check if PipeWire is correctly set up. Also, ensure your output device is selected correctly in the audio settings.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.