Contribute
Register

[Guide] Dell XPS 13 9350 macOS 10.12.1

Status
Not open for further replies.
As per the guide in the note section i placed SSDT-DELL-WN09.aml in acpi/patched there is no change,am i missing something?
My boot log states SSDT-DELL-WN09.aml is loaded.

Specific patches for BRT6.
 
Why not use syscl's script? It fixes everything including the brightness keys
 
Why not use syscl's script? It fixes everything including the brightness keys

The guide in post #1 does not refer to syscl's script.
 
Hi guys,
its my first Hackintosh, I got macOS running I am just stuck with my Broadcom Corporation BCM4350 802.11ac Wireless Network Adapter. It doesn't get recognized or if it recognized and I can't turn it on.

I tried syscl (thanks for the awesome work man) deploy script but it shows me in Debug mode
override..... BRCMPatchRAM2.kext/Contents/._info.plist?
Don't know what to do there.
And installing the missing kexts with Kext Wizard didn't help either.
What can I do next?

Thanks for your help help!
 
Last edited:
Hi guys,
its my first Hackintosh, I got macOS running I am just stuck with my Broadcom Corporation BCM4350 802.11ac Wireless Network Adapter. It doesn't get recognized or if it recognized and I can't turn it on.

I tried syscl (thanks for the awesome work man) deploy script but it shows me in Debug mode
override..... BRCMPatchRAM2.kext/Contents/._info.plist?
Don't know what to do there.
And installing the missing kexts with Kext Wizard didn't help either.
What can I do next?

Thanks for your help help!

Attach ioreg as ZIP: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

Provide output (in Terminal):
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc
kextstat|grep -y applehda

Attach EFI/Clover folder as ZIP (press F4 at main Clover screen before collecting). Please eliminate 'themes' directory. Provide only EFI/Clover, not the entire EFI folder.

Attach output of (in Terminal):
Code:
sudo touch /System/Library/Extensions && sudo kextcache -u /

Compress all files as ZIP. Do not use external links. Attach all files using site attachments only.
 
Thanks for the description and for your help guys

Here the File(s) :)
 

Attachments

  • All Files.zip
    4.7 MB · Views: 117
Thanks for the description and for your help guys

Here the File(s) :)

You installed old FakePCIID kexts. Current version is 1.3.6. You have 1.3.2.
 
While using @syscl script I've been running into a few glitches. First, my sound stops working after sleeping (closing lid). Also, my bluetooth shows up randomly as not installed after a sleep. Both problems don't happen all of the time, but just randomly. A hard reset does the job to get everything working again. Any suggestions? Thanks.
 
@Slience720

I barely sleep these days, because there will be data corruption(rare).

Bluetooth after sleep behaves unstable is a bug in BrcmPatchRAM, I will po issue to @RehabMan's repo. On M3800, same issue.

@Everyone
Try this CLOVERX64.efi I maded and choose "Dell SMBIOS Patch" in binary patch section to see if this indeed fix your Dell's truncate SMBIOS issue. Here's the screenshot
screenshot.png

Here's the proof on my XPS 13 9350(Iris 540)
Snip20170204_5.png

Here's the code you need to add in config.plist if you want permanent fix
Code:
<key>KernelAndKextPatches</key>
<dict>
    <key>DellSMBIOSPatch</key>
    <true/>
</dict>

Credit David Passmore who provides the clue such that I can implement it into Clover.

Have a great day,
syscl
 

Attachments

  • CLOVERX64.efi.zip
    307.7 KB · Views: 120
Status
Not open for further replies.
Back
Top