Contribute
Register

[Guide] Dell XPS 13 9350 macOS 10.12.1

Status
Not open for further replies.
Hi! Sorry if I jump in like this: I have the XPS 13 9350 with i7, HD 520 and Toshiba 256GB NVME. I can reach installation, but the NVME drive doesn't show up on disk utility. I'm using your CLOVER folder (replaced mine on the EFI partition of the bootable pendrive). What can I do?
At first, before change config.plist, do you change RAID to AHCI in BIOS setting?

syscl
 
Hi! Thank you for the super-fast answer! :)
Yes, it's set on AHCI in BIOS! I changed the config.plist, but it still doesn't work. During verbose boot i can see some "missing assets" errors related to the AppleNvme, but not sure if that's relevant. Thank you!

EDIT: This is the NVme drive: Toshiba THNSN5256GPU7 :)
 
Hi! Thank you for the super-fast answer! :)
Yes, it's set on AHCI in BIOS! I changed the config.plist, but it still doesn't work. During verbose boot i can see some "missing assets" errors related to the AppleNvme, but not sure if that's relevant. Thank you!

EDIT: This is the NVme drive: Toshiba THNSN5256GPU7 :)

Open separate issue in my GitHub, because accessing tonymacx86 is pretty slow these days!

syscl
 
Hi Guys,

Did any one manage to get the brightness keys working?Any update will be appreciated.Thanks
 

Thanks Rehabman for the reply.My keyboard brightness keys works as follows

Brightness up - Fn+B
Brightness dn - Fn+S

Should i apply this patch in dsdt?

into method label _Q10 replace_content
begin
// Brightness Down\n
Notify(\_SB.PCI0.LPCB.PS2K, 0x0405)\n
end;
into method label _Q11 replace_content
begin
// Brightness Up\n
Notify(\_SB.PCI0.LPCB.PS2K, 0x0406)\n
end;

Please advise how the patch should be modified.Thanks for the support
 
Thanks Rehabman for the reply.My keyboard brightness keys works as follows

Brightness up - Fn+B
Brightness dn - Fn+S

Should i apply this patch in dsdt?

into method label _Q10 replace_content
begin
// Brightness Down\n
Notify(\_SB.PCI0.LPCB.PS2K, 0x0405)\n
end;
into method label _Q11 replace_content
begin
// Brightness Up\n
Notify(\_SB.PCI0.LPCB.PS2K, 0x0406)\n
end;

Please advise how the patch should be modified.Thanks for the support

I don't think you're reading carefully.

Note section in the guide titled "Note on certain Dell laptops".
 
I don't think you're reading carefully.

Note section in the guide titled "Note on certain Dell laptops".

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.
 
Status
Not open for further replies.
Back
Top