Contribute
Register

[solved] XPS 13 9350 Sierra, freezing/crashing when plug/unplug power, HELP!!!

Status
Not open for further replies.
They are related.
That github is linked from the guide I mentioned.
And the README at the github links the guide.
in this guide, which patch should I use with my copy?
 
in this guide, which patch should I use with my copy?

I don't know what you mean by "my copy".
If your device has 512 byte LBA, you need to implement the HackrNVMeFamily with class-code spoof.
If your device is one of the special ones (LiteOn/etc), it will need an additional patch as per config_patches.plist. Trial/error there.
 
I don't know what you mean by "my copy".
If your device has 512 byte LBA, you need to implement the HackrNVMeFamily with class-code spoof.
If your device is one of the special ones (LiteOn/etc), it will need an additional patch as per config_patches.plist. Trial/error there.
I meant for my copy of Sierra. The code I have doesn't match the code from your list.

16G29
 
I meant for my copy of Sierra. The code I have doesn't match the code from your list.

16G29

As per guide, you run patch_nvme.sh without arguments.
The script will automatically find the correct patch file.
 
As per guide, you run patch_nvme.sh without arguments.
The script will automatically find the correct patch file.
Thank you very much
 
As per guide, you run patch_nvme.sh without arguments.
The script will automatically find the correct patch file.
should I use spoof option?
 
I'm asking you because you wrote the command without it

Wrong.

From the guide:
Creating HackrNVMeFamily*.kext with the spoofed class-code
...
To do this we use the --spoof option. For example, to create HackrNVMeFamily for 10.12.2:
Code:
cd ~/Projects/patch-nvme.git
./patch_nvme.sh --spoof
 
Status
Not open for further replies.
Back
Top