Contribute
Register

Need help on AzureWave Broadcom BCM94352HMB

Status
Not open for further replies.
:D Which patch are you talking about ?

your patches are for laptop, i am using a desktop computer
 
I think there is a misunderstand. :D
Did you mean,

No, kernel patch needed (patch)
or
No kernel patch needed (no patch)

it really changes the meanning ^^



your patches are for laptop, i am using a desktop computer


Which patch are you referring to?

post #16 from your github




so, to sum up ...
i will :
-remove the nullCPUPowermanagement.kext from /S/L/E (can i remove it by hand ? from finder and my mouse ^^)
-follow this guide :
http://www.insanelymac.com/forum/topic/295587-power-management-for-sandyivy-bridgehaswell-cpus/

Is it ok?

And to check if everything is working great
kextstat
and check if present :
-X86PlatformPlugin
-ACPI_SMC_PlatformPlugin
-AppleLPC
that's all ?
 
I think there is a misunderstand. :D
Did you mean,

No, kernel patch needed (patch)
or
No kernel patch needed (no patch)

it really changes the meanning ^^

You quoted a post containing information on my kernel patch for Haswell laptops.

I wrote "No kernel patch needed with Clover". It means what it says. Clover has my patch built-in with KernelPm=true, so there is no need to patch the kernel to avoid early reboot due to locked CPU MSR 0xE2.

post #16 from your github

so, to sum up ...
i will :
-remove the nullCPUPowermanagement.kext from /S/L/E (can i remove it by hand ? from finder and my mouse ^^)

Remove however you like...


I have not read that guide.

When using Clover, all you need is an SSDT generated by ssdtPRgen.sh specific to your CPU.

And to check if everything is working great
kextstat
and check if present :
-X86PlatformPlugin
-ACPI_SMC_PlatformPlugin
-AppleLPC
that's all ?

Yes. Make sure NullCPU is not showing in ioreg (you can search in IORegistryExplorer).

I don't know if this will help with your WiFi instability, but can't hurt to have things properly implemented.
 
You quoted a post containing information on my kernel patch for Haswell laptops.

I wrote "No kernel patch needed with Clover". It means what it says. Clover has my patch built-in with KernelPm=true, so there is no need to patch the kernel to avoid early reboot due to locked CPU MSR 0xE2.



Remove however you like...


There is no NullCPUPowerManagement.kext in the /S/L/E folder, it is located in
Code:
/Volumes/EFI/EFI/CLOVER/kexts/10.10

should i remove it from there ?
 
There is no NullCPUPowerManagement.kext in the /S/L/E folder, it is located in
Code:
/Volumes/EFI/EFI/CLOVER/kexts/10.10

should i remove it from there ?

NullCPUPowerManagement.kext is never needed with correct Clover configuration, so not sure why you have it there... So, yes, remove it.
 
NullCPUPowerManagement.kext is never needed with correct Clover configuration, so not sure why you have it there... So, yes, remove it.

here is my list of files on taht folder :

Code:
clements-macbook-pro-1:10.10 clement$ ls
FakeSMC.kext            RealtekRTL8111.kext
NullCPUPowerManagement.kext    realtekALC.kext

should i remove something else ?
 
here is my list of files on taht folder :

Code:
clements-macbook-pro-1:10.10 clement$ ls
FakeSMC.kext            RealtekRTL8111.kext
NullCPUPowerManagement.kext    realtekALC.kext

should i remove something else ?


EDIT: I removed NullCPUPowerManagement.kext from that folder and rebooted.
Now, on kextstat i have :
-X86PlatformPlugin
-ACPI_SMC_PlatformPlugin

not present :
-AppleLPC:(
-NullCPUPowerManagement:)
 
EDIT: I removed NullCPUPowerManagement.kext from that folder and rebooted.
Now, on kextstat i have :
-X86PlatformPlugin
-ACPI_SMC_PlatformPlugin

not present :
-AppleLPC:(
-NullCPUPowerManagement:)

kextstat is not a reliable indication of what is going on. Check in ioreg.
 
Status
Not open for further replies.
Back
Top