Sound on MacBook 10,1 Retina (12-inch)
Audio basically works, but the speakers don‘t.
This issue originated from https://github.com/Dunedan/mbp-2016-linux/issues/17#issuecomment-487260247
When you say "audio basically works", what do you mean by that? Does the headphone jack work?
No, as of right now, no audio works on a MacBook. Jack nor speakers.
On Sat, May 11, 2019 at 5:53 PM Daniel Roschka [email protected] wrote:
When you say "audio basically works", what do you mean by that? Does the headphone jack work?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Dunedan/mbp-2016-linux/issues/102#issuecomment-491517581, or mute the thread https://github.com/notifications/unsubscribe-auth/AMAHFZQFNL4G45VGAEQEFYTPU3MXTANCNFSM4HI3WTUA .
The headphone jack works on the Macbook8,1, 9,1, and 10,1 models. The speakers are the issue.
Somebody recently opened a bugzilla issue regarding this topic for the MacBook9,1: https://bugzilla.kernel.org/show_bug.cgi?id=203613
@dvulricht has managed to get the speakers working on my macbook 9,1!!!! I'll post updates on this in the coming days.
And big thanks to @davidjo, he laid the groundwork for this to happen: https://github.com/davidjo/snd_hda_macbookpro
Also, would anybody be willing to host this project? At the moment, the fix is quite dirty. Going to spend the next few days cleaning it up. Would be nice to hand this off to someone who could maintain it long term.
I created a github project for the macbook12 audio driver (my first github project) https://github.com/leifliddy/macbook12-audio-driver
It's definitely a bit rough around the edges and a bit hacky, but it works. Please test out this driver and give me your feedback.
@leifliddy Congrats to getting it to work, but I believe you closed the bug in the kernel Bugzilla too early, as this isn't fixed in the kernel yet, isn't it? It'd be great if code to make the speakers work would make its way into the mainline kernel sooner or later as well.
I had created a bounty for issue: https://www.bountysource.com/issues/56233031-macbook8-1-12-inch-early-2015-no-speaker-sound-output I had to close the bug report in order to award the bounty to @dvulricht for his work in developing the patch. I can reopen the bug report once the bounty is paid out.
I reopened the bug report. But, due to the series of vendor node commands that need to be 'replayed' in order for the speakers to work, I don't think it's likely that this driver will ever make its way into the kernel. But who knows, stranger things have happened. In any case, we still need to get the HP audio working for this to be considered a functioning driver.
i can confirm that HP work on a Macbook10,1 with https://github.com/leifliddy/macbook12-audio-driver, that said:
- input stops working (expected ?)
- hearphone jack doesn't work (expected)
- the machine seems to come back even less from suspend with that module loaded.
I'm trying to install your driver on a macbook9.1 2016 with Manjaro on it with kernel 5.15.144-1-Manjaro but the sound is not exiting from the internal speakers. Can you confirm that the speakers are working normally, so I'll investigate on what is wrong with my installation? Earphones were working on the initial installation . I already tried with other distros, Ubuntu Debian Fedora but no success.
Thank you
The speaker output is working on a macbook 12inch 2017 using .../leifliddy/macbook12-audio-driver (thank you!). However, microphone is not work. Does anyone know a way to get this to work? Or where would one start to do this (I am willing to try even though its been awhile for device drivers)?
I solve the problem using the earphone with microphone: I reboot with the original drivers that allow the usage of earphoneLuca
Sent from Yahoo Mail for iPhone
On Saturday, March 9, 2024, 8:40 PM, nnylip @.***> wrote:
The speaker output is working on a macbook 12inch 2017 using .../leifliddy/macbook12-audio-driver (thank you!). However, microphone is not work. Does anyone know a way to get this to work? Or where would one start to do this (I am willing to try even though its been awhile for device drivers)?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
I tried using a jabra 65t and it wans't recognized. I have a Harmon Kardon speaker with mike that is recognized. What product do you use? thanks
On 3/10/24 05:45, gc070653 wrote:
I solve the problem using the earphone with microphone: I reboot with the original drivers that allow the usage of earphoneLuca
Sent from Yahoo Mail for iPhone
On Saturday, March 9, 2024, 8:40 PM, nnylip @.***> wrote:
The speaker output is working on a macbook 12inch 2017 using .../leifliddy/macbook12-audio-driver (thank you!). However, microphone is not work. Does anyone know a way to get this to work? Or where would one start to do this (I am willing to try even though its been awhile for device drivers)?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/Dunedan/mbp-2016-linux/issues/102#issuecomment-1987163099, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZUOCXAPCZD3QDARFS25PDYXQTSJAVCNFSM4HI3WTUKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJYG4YTMMZQHE4Q. You are receiving this because you commented.Message ID: @.***>
I'm using a simple and old NOKIA earphone with mike It is only for testing, not using it normally But did you install the bluetooth driver from https://github.com/leifliddy/macbook12-bluetooth-driver Ciao Luca
Il sabato 9 marzo 2024 alle ore 20:40:56 CET, nnylip @.***> ha scritto:
The speaker output is working on a macbook 12inch 2017 using .../leifliddy/macbook12-audio-driver (thank you!). However, microphone is not work. Does anyone know a way to get this to work? Or where would one start to do this (I am willing to try even though its been awhile for device drivers)?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Thanks for info. I got a tiny usb microphone that works. I did install the bluetooth driver you mention, it works quite nicely. The jabra 65t, though recognized, must require the a cs408 driver as it appears in the speaker icon in the system try but does not get sound. Another headset (motorola) does work. It just seem more elegant if the internal mike would work. I am thinking of trying to adapt microphone driver in https://github.com/davidjo/snd_hda_macbookpro for the macbook 10,1. Not a strong C developer but could always learn. On 3/11/24 15:03, gc070653 wrote:
I'm using a simple and old NOKIA earphone with mike It is only for testing, not using it normally But did you install the bluetooth driver from https://github.com/leifliddy/macbook12-bluetooth-driver Ciao Luca
Il sabato 9 marzo 2024 alle ore 20:40:56 CET, nnylip @.***> ha scritto:
The speaker output is working on a macbook 12inch 2017 using .../leifliddy/macbook12-audio-driver (thank you!). However, microphone is not work. Does anyone know a way to get this to work? Or where would one start to do this (I am willing to try even though its been awhile for device drivers)?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/Dunedan/mbp-2016-linux/issues/102#issuecomment-1989222799, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZUOCSSSW3SSX6FDXHGWX3YXX5XLAVCNFSM4HI3WTUKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJYHEZDEMRXHE4Q. You are receiving this because you commented.Message ID: @.***>
Keep me updated on the internal mike because I'm interested It would be the best solution. Did you try to use the facetimehd camera? On my mac it is working
Il lunedì 11 marzo 2024 alle ore 20:48:50 CET, nnylip @.***> ha scritto:
Thanks for info. I got a tiny usb microphone that works. I did install the bluetooth driver you mention, it works quite nicely. The jabra 65t, though recognized, must require the a cs408 driver as it appears in the speaker icon in the system try but does not get sound. Another headset (motorola) does work. It just seem more elegant if the internal mike would work. I am thinking of trying to adapt microphone driver in https://github.com/davidjo/snd_hda_macbookpro for the macbook 10,1. Not a strong C developer but could always learn. On 3/11/24 15:03, gc070653 wrote:
I'm using a simple and old NOKIA earphone with mike It is only for testing, not using it normally But did you install the bluetooth driver from https://github.com/leifliddy/macbook12-bluetooth-driver Ciao Luca
Il sabato 9 marzo 2024 alle ore 20:40:56 CET, nnylip @.***> ha scritto:
The speaker output is working on a macbook 12inch 2017 using .../leifliddy/macbook12-audio-driver (thank you!). However, microphone is not work. Does anyone know a way to get this to work? Or where would one start to do this (I am willing to try even though its been awhile for device drivers)?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/Dunedan/mbp-2016-linux/issues/102#issuecomment-1989222799, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZUOCSSSW3SSX6FDXHGWX3YXX5XLAVCNFSM4HI3WTUKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJYHEZDEMRXHE4Q. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
It is working, used the tips in this page:
https://github.com/patjak/facetimehd/issues/196
On 3/11/24 17:07, gc070653 wrote:
Keep me updated on the internal mike because I'm interested It would be the best solution. Did you try to use the facetimehd camera? On my mac it is working
Il lunedì 11 marzo 2024 alle ore 20:48:50 CET, nnylip @.***> ha scritto:
Thanks for info. I got a tiny usb microphone that works. I did install the bluetooth driver you mention, it works quite nicely. The jabra 65t, though recognized, must require the a cs408 driver as it appears in the speaker icon in the system try but does not get sound. Another headset (motorola) does work. It just seem more elegant if the internal mike would work. I am thinking of trying to adapt microphone driver in https://github.com/davidjo/snd_hda_macbookpro for the macbook 10,1. Not a strong C developer but could always learn. On 3/11/24 15:03, gc070653 wrote:
I'm using a simple and old NOKIA earphone with mike It is only for testing, not using it normally But did you install the bluetooth driver from https://github.com/leifliddy/macbook12-bluetooth-driver Ciao Luca
Il sabato 9 marzo 2024 alle ore 20:40:56 CET, nnylip @.***> ha scritto:
The speaker output is working on a macbook 12inch 2017 using .../leifliddy/macbook12-audio-driver (thank you!). However, microphone is not work. Does anyone know a way to get this to work? Or where would one start to do this (I am willing to try even though its been awhile for device drivers)?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/Dunedan/mbp-2016-linux/issues/102#issuecomment-1989222799, or unsubscribe
You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/Dunedan/mbp-2016-linux/issues/102#issuecomment-1989446480, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZUOCQDGLVYFNBUOZMBKFLYXYMKNAVCNFSM4HI3WTUKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJYHE2DINRUHAYA. You are receiving this because you commented.Message ID: @.***>
It is the same tip I followed
Il lunedì 11 marzo 2024 alle ore 22:35:05 CET, nnylip @.***> ha scritto:
It is working, used the tips in this page:
https://github.com/patjak/facetimehd/issues/196
On 3/11/24 17:07, gc070653 wrote:
Keep me updated on the internal mike because I'm interested It would be the best solution. Did you try to use the facetimehd camera? On my mac it is working
Il lunedì 11 marzo 2024 alle ore 20:48:50 CET, nnylip @.***> ha scritto:
Thanks for info. I got a tiny usb microphone that works. I did install the bluetooth driver you mention, it works quite nicely. The jabra 65t, though recognized, must require the a cs408 driver as it appears in the speaker icon in the system try but does not get sound. Another headset (motorola) does work. It just seem more elegant if the internal mike would work. I am thinking of trying to adapt microphone driver in https://github.com/davidjo/snd_hda_macbookpro for the macbook 10,1. Not a strong C developer but could always learn. On 3/11/24 15:03, gc070653 wrote:
I'm using a simple and old NOKIA earphone with mike It is only for testing, not using it normally But did you install the bluetooth driver from https://github.com/leifliddy/macbook12-bluetooth-driver Ciao Luca
Il sabato 9 marzo 2024 alle ore 20:40:56 CET, nnylip @.***> ha scritto:
The speaker output is working on a macbook 12inch 2017 using .../leifliddy/macbook12-audio-driver (thank you!). However, microphone is not work. Does anyone know a way to get this to work? Or where would one start to do this (I am willing to try even though its been awhile for device drivers)?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/Dunedan/mbp-2016-linux/issues/102#issuecomment-1989222799, or unsubscribe
You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/Dunedan/mbp-2016-linux/issues/102#issuecomment-1989446480, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZUOCQDGLVYFNBUOZMBKFLYXYMKNAVCNFSM4HI3WTUKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJYHE2DINRUHAYA. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
Do you have to reinstall drivers when a big upgrade arrives? yesterday, apt upgrade, caused the need to reinstall the facetimehd and bluetooth drivers. Interestingly, the sound driver was unaffected.
On 3/12/24 06:41, gc070653 wrote:
It is the same tip I followed
Il lunedì 11 marzo 2024 alle ore 22:35:05 CET, nnylip @.***> ha scritto:
It is working, used the tips in this page:
https://github.com/patjak/facetimehd/issues/196
On 3/11/24 17:07, gc070653 wrote:
Keep me updated on the internal mike because I'm interested It would be the best solution. Did you try to use the facetimehd camera? On my mac it is working
Il lunedì 11 marzo 2024 alle ore 20:48:50 CET, nnylip @.***> ha scritto:
Thanks for info. I got a tiny usb microphone that works. I did install the bluetooth driver you mention, it works quite nicely. The jabra 65t, though recognized, must require the a cs408 driver as it appears in the speaker icon in the system try but does not get sound. Another headset (motorola) does work. It just seem more elegant if the internal mike would work. I am thinking of trying to adapt microphone driver in https://github.com/davidjo/snd_hda_macbookpro for the macbook 10,1. Not a strong C developer but could always learn. On 3/11/24 15:03, gc070653 wrote:
I'm using a simple and old NOKIA earphone with mike It is only for testing, not using it normally But did you install the bluetooth driver from https://github.com/leifliddy/macbook12-bluetooth-driver Ciao Luca
Il sabato 9 marzo 2024 alle ore 20:40:56 CET, nnylip @.***> ha scritto:
The speaker output is working on a macbook 12inch 2017 using .../leifliddy/macbook12-audio-driver (thank you!). However, microphone is not work. Does anyone know a way to get this to work? Or where would one start to do this (I am willing to try even though its been awhile for device drivers)?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/Dunedan/mbp-2016-linux/issues/102#issuecomment-1989222799, or unsubscribe
You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/Dunedan/mbp-2016-linux/issues/102#issuecomment-1989446480, or unsubscribe
You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>
— Reply to this email directly, view it on GitHub https://github.com/Dunedan/mbp-2016-linux/issues/102#issuecomment-1991335742, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADZUOCVHECVGFSG22O22EWTYX3LVJAVCNFSM4HI3WTUKU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJZGEZTGNJXGQZA. You are receiving this because you commented.Message ID: @.***>