Contribute
Register

[Guide] Dell XPS 9530 using Clover UEFI

Status
Not open for further replies.
Yeah I followed it and it looks like the kext was loaded but I have a signature validation error. I'm googling how to fix this but haven't figured it out yet

DSC_0260.jpg
 
Yeah I followed it and it looks like the kext was loaded but I have a signature validation error. I'm googling how to fix this but haven't figured it out yet

View attachment 136550

That is normal. Use kext-dev-mode=1 and the kext will still be loaded.

Make sure you rebuild cache properly when using AppleHDA injectors:
- repair permissions
- reboot without caches
- rebuild cache
- reboot 2x
 
That is normal. Use kext-dev-mode=1 and the kext will still be loaded.

Make sure you rebuild cache properly when using AppleHDA injectors:
- repair permissions
- reboot without caches
- rebuild cache
- reboot 2x

I tried something like this last night based on your advice to a different user. Unfortunately both this and my variation last night isn't work. To rebuild the the kext cache, I'm using Kext Wizard. Is that okay? Is there anything else that could be causing my sound not to work?

Thanks again for all your help man
 
I tried something like this last night based on your advice to a different user. Unfortunately both this and my variation last night isn't work. To rebuild the the kext cache, I'm using Kext Wizard. Is that okay? Is there anything else that could be causing my sound not to work?

Thanks again for all your help man

Check that your AppleHDA injector has a larger version number than vanilla AppleHDA.

There are a many things that could be wrong...

These are the AppleHDA injector requirements:
- DSDT patches for layout-id inject and "IRQ Fix"
- layout-id must match the AppleHDA injector
- AppleHDA injector installed to /S/L/E
- AppleHDA injector has version larger than vanilla AppleHDA.kext in /S/L/E
- AppleHDA.kext must be vanilla
- no other audio solutions installed (no HDA enablers, etc)
- config.plist patches for your codec in KextsToPatch
- AppleHDA injector and config.plist patches are a match for your audio codec
- kext-dev-mode=1 to allow unsigned kexts
- rebuilding cache as already described (cache rebuild must be error free)

It is best to use DPCIManager to rebuild cache so you get to see the logs. Or monitor system.log during the cache rebuild with Kext Wizard.
 
Hello guys,

I also have a Dell XPS 9530, a Broadcom card, and I did a fresh install with Yosemite. But I think my video card (intel hd 4600) is not working properly.
It detects as Intel HD4600 video but with only 23MB of gpu memory.
What's yours?

TY.
 
Hello guys,

I also have a Dell XPS 9530, a Broadcom card, and I did a fresh install with Yosemite. But I think my video card (intel hd 4600) is not working properly.
It detects as Intel HD4600 video but with only 23MB of gpu memory.
What's yours?

TY.


Post ioreg: 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.
 
Hi,

I'm new with Mackintosh and I have a Dell XPS 9530, a Broadcom card, and I did a fresh install with Yosemite.
I followed the guide and graphics acceleration, wifi works.
But Sound still doesn't work..
Maybe I have forgotten something ?

Thanks in advance.

Finitha
 
Hi,

I'm new with Mackintosh and I have a Dell XPS 9530, a Broadcom card, and I did a fresh install with Yosemite.
I followed the guide and graphics acceleration, wifi works.
But Sound still doesn't work..
Maybe I have forgotten something ?

Thanks in advance.

Finitha

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
rm -R ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: 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.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu

Also, post EFI/Clover folder.
 
Hi,

Thanks for the rapid answer.

My patchmatic extract folder zip :
https://www.dropbox.com/s/4tfm7kh1s9uqxm2/RehabMan.zip?dl=0

My IOReg file :
https://www.dropbox.com/s/trnjskvuq089r3z/IORegFile.ioreg?dl=0


sh-3.2# kextstat |grep -y acpiplat
13 2 0xffffff7f827e3000 0x5f000 0x5f000 com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>


kextstat|grep -y appleintelcpu : Nothing output

My EFI/CLOVER folder :
https://www.dropbox.com/s/4jhf424ozevoqls/CLOVER.zip?dl=0

Thanks :)

According to ioreg, audio is working.
 
Status
Not open for further replies.
Back
Top