Closed erv5 closed 4 years ago
Issues:
Starting from 10.14.4, the frequency of not finding a sound card at startup is getting higher.
You need to patch _Q14, _Q15 Method in your dsdt.aml.
_Q14: append Notify (KBD, 0x0406)
_Q15: add Notify (KBD, 0x0405)
before Return (Zero)
Just a little bit.
Yes, it is.
Questions:
If you don't patch _Q14
and _Q15
, you still may have brightness keys, just hidden on Fn-P
(brightness up) and Fn-K
(brightness down).
@zysuper, thanks for documenting what needs to be done for _Q14
and _Q15
. It would be nice to be able to handle them with hot-patching, but there isn't an obvious place to insert the extra call.
I wonder if \VIGD
is true when discrete graphics are turned on. If that is the case, then we can overwrite the If
statement to just be Notify(); Notify();
.
Hot patching is possible, you can use the config file to rename the mate, even the battery patch can be hot patched. I am lazy.
Wow, thank you so much Zysuper you have been a great help. I am going to try these fixes tonight and give an update on what happens. I did notice the small changed you did to Q14 Q15 initially when searching your DSDT file but wasn't sure if you applied some sort of patch because our line numbers didn't match.
But before I get started I had a few more questions:
iasl -dl DSDT.aml SSDT*.aml
Should I be using all these SSDT files?
Yes, you can.
I got it my DSDT file patched thanks! I really appreciate all the support and quick responses.
Last thing, for now, how do I apply that APFS patch? I've been using this file and it also gets rid of the text but I don't know if it breaks another function. ApfsDriverLoader-64.efi.zip
The apfsDriverLoader.efi and apfs.efi functions are the same.
@zysuper I forgot what I had done on the ASUS UX305FA. If you're willing to duplicate code into an SSDT, yeah, it's not so bad to hotpatch. Maybe I will work on this for the X1E.
@hermes137 what BIOS version are you using? I accidentally updated the BIOS to 1.21 and haven't been able to get a reboot yet. Can you confirm which one you are using?
Also, can anyone offer advice on navigating Taobao for a non-chinese speaker to get the adapter with USB extension to enable bluetooth?
Hey zysuper first off I want to say Thank You for all the work you've done regarding the X1 Extreme Hackintosh and even finding a taobao seller that sells a perfect adapter + card for this model!
But do you mind helping me out with patching my DSDT file and applying the other patches? I am having issues with: **1. Audio working randomly
If you could write a short tutorial for what to do that would help greatly as I prefer to learn and it could help others.I've been reading and getting more confused. Some Questions: **1. What is the apfs patch used for? (Only macOS Serria?)
If anyone can contribute please assist and thanks in advance. This is my 2nd Hackintosh but I never actually correctly set up the first one. EFI.zip DSDT.aml.zip