-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MacBook Pro 15+: Audio Support #111
Comments
Small note: I fixed the start audio glitch, audio is mostly fine now. As I stated before, the config has to be written if we want both speaker and headphones to work, and I have no 20 hours to waste. If anyone else is willing to spend the time trying to understand that format, I'd gladly appreciate it. |
Ok I wrote a config:
Put this in /usr/share/alsa/cards/AppleT2.conf |
I can confirm that with ALSA config file mentioned above there are now two configurations in sound settings:
In the mean time could you please check wifi thread - #112 I'm pretty sure noone (besides you) was able to make wifi working. Maybe we are missing something. Cheers everyone! |
@MCMrARM to make internal mic working do we need to only modify existing ALSA config file or does it need any work on driver side to be done? |
Work on the driver needs to be done. |
Implemented jack detection: MCMrARM/mbp2018-bridge-drv@d3224b8 |
I'll try to get the microphone working tomorrow, no promises though. |
Some good news: I got internal mic working at all, will push code today. Not sure how good are the results. The microphone is apparently a triple-channel device btw. Might be a little bit of a mess to get it working in alsa. edit: will do it tomorrow, as I had issues with glitches and had to do some hacks. |
Ok, this took a while to figure out but I got the mic/external audio input working under Pulse. |
@MCMrARM are there any additional steps needed? I copied those 3 config files, recompiled module, loaded it and Update: My bad i didn't execute dracut to update initramfs... ehh. So after a reboot there are two output devices with two configurations each (as it is in pulseaudio config file from link above) but any input device is not recognized ;). I was trying to modify that pulseaudio config file and maybe we need to change |
@mikeeq I mean, I don't know, it works for me. Does changing the paths-output to paths-input work for you? |
@aunali1 @ppaulweber @jhohisel Has anyone of you guys tried to use new audio driver and is microphone working for you? For me, after changing to |
With the driver from latest git and the config files linked above, launching pulseaudio fails on my MBP15,2 with:
|
Disabling realtime scheduling in pulseaudio fixes the above. It appears that with this driver, pulseaudio spends too much time in realtime blocks and gets killed. |
Hi guys, you're doing a great job @MCMrARM ! |
Have you tried this repo yet? I would just add add an
**the lines under |
Hey, thanks! I haven't installed linux on my T2 macbook, but if I decide to do it I'll definitely check this out. Thanks again! |
@leifliddy it doesnt work why
|
@leifliddy |
Discussion and updates regarding Apple Audio related support. Parent thread is #71.
The text was updated successfully, but these errors were encountered: