No Audio MacBookPro14,1

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Post Reply
b24bomber
Level 1
Level 1
Posts: 6
Joined: Fri Mar 15, 2024 9:58 am

No Audio MacBookPro14,1

Post by b24bomber »

Hi

I am a new comer to Mint . I have spent years on Fedora and RH products , only familiar with Debian based systems from a distant.

I installed M 21.2 on a Macpro41 , 2021 model. It came with 5.15 kernel.

I updated kernel 6.5.0-25-generic #25~22.04.1 after seeing a online posting that would cure my "DUMMY OUTPUT " status of my audio device.

Code: Select all

# journalctl -k | grep -Ei "ALSA|HDA|sof[-]|HDMI|snd[_-]|sound|hda.codec|hda.intel"
Mar 14 18:56:07 warbaby kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Mar 14 18:56:07 warbaby kernel: snd_hda_codec_cs8409 hdaudioC0D0: autoconfig for CS8409: line_outs=2 (0x24/0x25/0x0/0x0/0x0) type:speaker
Mar 14 18:56:07 warbaby kernel: snd_hda_codec_cs8409 hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Mar 14 18:56:07 warbaby kernel: snd_hda_codec_cs8409 hdaudioC0D0:    hp_outs=1 (0x2c/0x0/0x0/0x0/0x0)
Mar 14 18:56:07 warbaby kernel: snd_hda_codec_cs8409 hdaudioC0D0:    mono: mono_out=0x0
Mar 14 18:56:07 warbaby kernel: snd_hda_codec_cs8409 hdaudioC0D0:    inputs:
Mar 14 18:56:07 warbaby kernel: snd_hda_codec_cs8409 hdaudioC0D0:      Internal Mic=0x44
Mar 14 18:56:07 warbaby kernel: snd_hda_codec_cs8409 hdaudioC0D0:      Mic=0x3c
Mar 14 18:56:07 warbaby kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
Mar 14 18:56:07 warbaby kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
Mar 14 18:56:07 warbaby kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input9

Code: Select all

# play -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
 
---

There are some online references to "audio" problems on a Mac-pro .. none address a solution.

This looks to me like a kernel problem since the device is being labeled a "DUMMY OUTPUT "

Please help me .

Thanks

JD
User avatar
diabolicbg
Level 6
Level 6
Posts: 1436
Joined: Mon Mar 01, 2021 8:20 am
Location: Sofia, Bulgaria

Re: No Audio MacBookPro14,1

Post by diabolicbg »

Please go to System Report - System Information, click the Copy button and paste it here to see how LM sees your hardware!
- You see, in this world there are two kinds of people, my friend, those with loaded guns, and those who dig. You dig. - "The Good, the Bad and the Ugly"

Behind every faulty computer there is a user who did nothing...
b24bomber
Level 1
Level 1
Posts: 6
Joined: Fri Mar 15, 2024 9:58 am

Re: No Audio MacBookPro14,1

Post by b24bomber »

Fix found


https://github.com/davidjo/snd_hda_macbookpro


Why this isn't included in 6.5 kernel is anyone's guess
b24bomber
Level 1
Level 1
Posts: 6
Joined: Fri Mar 15, 2024 9:58 am

Re: [ SOLVED ] No Audio MacBookPro14,1

Post by b24bomber »

Fixed by asking for help in IRC

thanks
User avatar
SMG
Level 25
Level 25
Posts: 32007
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: No Audio MacBookPro14,1

Post by SMG »

b24bomber wrote: Sat Mar 16, 2024 11:13 am Fix found
https://github.com/davidjo/snd_hda_macbookpro

Why this isn't included in 6.5 kernel is anyone's guess
Random solutions posted on GitHub are not usually included in the kernel. Not sure why you would think they would be. There are a lot of quality checks and maintenance required to have code included in the kernel.
b24bomber wrote: Sat Mar 16, 2024 11:22 am Fixed by asking for help in IRC
That solution is listed in Tips for Troubleshooting Sound Issues Rev. 1 which is a sticky topic on this Sound forum in section Apple computers with CS8409 sound cards.

If your issue is resolved, please go to your first post in this topic, click the pencil icon, and add [SOLVED] to the beginning of the title and submit the revised post so others know you are no longer seeking help on this issue.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
b24bomber
Level 1
Level 1
Posts: 6
Joined: Fri Mar 15, 2024 9:58 am

Re [ NOT QUITE FIXED ] : No Audio MacBookPro14,1

Post by b24bomber »

To whomever you are.

This is " not a random solution "

It should be added to the distribution . It is called a " defect " . Fix it.

I am a retired kernel developer from IBM and Oracle . I know the procedure.

Being you are a Linux distributor you should certainly take this topic seriously and take a proactive step in fixing your product for the enjoyment of others. If that is an inconvenience , perhaps you should consider another profession.

I was told in IRC that as a user without support contract, I can't enter a defect or request a change like this..

Instead of a snark response ..Enter a defect and fix it.

Thank you .
And have a nice day.
User avatar
SMG
Level 25
Level 25
Posts: 32007
Joined: Sun Jul 26, 2020 6:15 pm
Location: USA

Re: Re [ NOT QUITE FIXED ] : No Audio MacBookPro14,1

Post by SMG »

b24bomber wrote: Sat Mar 16, 2024 7:16 pmBeing you are a Linux distributor you should certainly take this topic seriously and take a proactive step in fixing your product for the enjoyment of others. If that is an inconvenience , perhaps you should consider another profession.
This is a user forum where users volunteer their time to help other users. No one here is being paid for their work in helping others so this is not anyone's "profession".
b24bomber wrote: Sat Mar 16, 2024 7:16 pmI was told in IRC that as a user without support contract, I can't enter a defect or request a change like this..
I have no idea what you were told in IRC and as far as I am aware, you most certainly can enter a defect or change. In fact if you are a retired kernel developer then you probably know the process better than most everyone here.
Image
A woman typing on a laptop with LM20.3 Cinnamon.
Post Reply

Return to “Sound”