Juan-VC-gh / Hackintosh-macOS-Dell-G7-7588

Dell G7 7588 Hackintosh using OpenCore. Day one macOS Monterey support. Guide at: https://juan-vc.github.io/oc-g7-guide/
78 stars 16 forks source link

New method for 3.5mm jack port audio output #58

Closed 13thdemarch closed 3 years ago

13thdemarch commented 3 years ago

Thanks for your codec_dump, I found a new method to get 3.5mm port work, using ALCPlugFix-Swift. Some other ALC256 machines only need ALCPlugFix-Swift to work (I tested with Dell 5577 by myself), but on this G7, it needs both CodecCommander and SSDT-ALC256, to be paired with ALCPlugFix. But also it gives a better audio output, similar to Windows in my opinion. You can check it here in my repository: https://github.com/akisame-reiu/Dell-Inspiron-G7-7588-Hackintosh/tree/main/Post-Install/ALCPlugFix-Swift

Juan-VC-gh commented 3 years ago

This is definitely really good just because it is a codeless solution, I like the kernel to be as small as possible.

Just tries it and worked without an issue with both pin 0x21 and 0x24. Did not find any differences between these pins, have you?

Thanks for the suggestion this is appreciated!, will update the repo with this solution in the next few days.

13thdemarch commented 3 years ago

I only focus on 2 key-value:

Juan-VC-gh commented 3 years ago

I see haha, seems to do the trick for now. Anyways, I love this solution because the smaller the kernel the more responsive a system can be. Thanks for letting me know about this solution!

13thdemarch commented 3 years ago

you're welcome man!