Contribute
Register

Kernel Panic on Assus N550JK (Kexts Problems)

Status
Not open for further replies.
Also, from the most recent ioreg, you're not using the current ACPIBatteryManager.kext.
kextstat | grep org.rehabman
21 0 0xffffff7f82b44000 0xa000 0xa000 org.rehabman.driver.AppleSmartBatteryManager (1.55) <11 4 3>
40 0 0xffffff7f82b83000 0x4000 0x4000 org.rehabman.driver.FakePCIID (1.1.2) <12 7 5 4 3 1>

I wouldn't have the battery debug log if I wasn't use the ACPIBatteryManager.kext :)
 
I wouldn't have the battery debug log if I wasn't use the ACPIBatteryManager.kext :)

It differs from the ioreg you recently posted.

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.

In post #93, you wrote: "I got your applesmartbattery installed". My kext is called ACPIBatteryManager.kext.
 
It differs from the ioreg you recently posted.

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.

In post #93, you wrote: "I got your applesmartbattery installed". My kext is called ACPIBatteryManager.kext.

On your manifest (Info.plist) it is called org.rehabman.driver.AppleSmartBatteryManager

View attachment n550jk.ioreg

----

Also I recently buyed the BCM94352HMB and I got some trouble to have bluetooth working (the 5ghz wifi is working with the tolera's patch)

I tried BTFirmwareUploader by emlydinesh, software side is recognized but hardware not working.

Any advice ?
 
On your manifest (Info.plist) it is called org.rehabman.driver.AppleSmartBatteryManager

The kext is still called ACPIBatteryManager.kext, not to be confused with Apple provided AppleSmartBatteryManager.kext.


This ioreg shows latest 1.55 ACPIBatteryManager.kext installed.

The strange thing here is your ioreg shows CurrentCapacity same as MaxCapacity (battery completely charged), Amperage = 0 (battery is not discharging), yet ExternalConnected=false (not possible for a battery to not be discharging without AC adapter connected).

Your _BST must be returning an incorrect value for status when the battery is fully charged. You should investigate.

Also I recently buyed the BCM94352HMB and I got some trouble to have bluetooth working (the 5ghz wifi is working with the tolera's patch)

No idea what you mean by "tolera's patch"...

BCM94352 requirements:
- FakePCIID.kext and FakePCIID_BCM94352Z_as_BCM94360CS2.kext: https://github.com/RehabMan/OS-X-Fake-PCI-ID. Install with Kext Wizard to /S/L/E.
- BrcmPatchRAM.kext: https://github.com/RehabMan/OS-X-BrcmPatchRAM. Install with Kext Wizard to /S/L/E.
- 5Ghz patch for WiFi documented here: http://www.tonymacx86.com/network/104850-guide-airport-pcie-half-mini-v2.html
- handoff patch for bluetooth documented here: http://www.tonymacx86.com/network/104850-guide-airport-pcie-half-mini-v2.html

I tried BTFirmwareUploader by emlydinesh, software side is recognized but hardware not working.

BTFirmwareUploader not recommended. It is buggy, not open source, and therefore likely to stay buggy.
 
BTFirmwareUploader not recommended. It is buggy, not open source, and therefore likely to stay buggy.

Totally agree with you..

Ill try to install theses kext,
Im now facing an "osxaptiofixdrv error request memory exceed" when booting for no reason.. I did not i installed your kext yet and the actual config should normally work..
 
Totally agree with you..

Ill try to install theses kext,
Im now facing an "osxaptiofixdrv error request memory exceed" when booting for no reason.. I did not i installed your kext yet and the actual config should normally work..

Post EFI/Clover folder.

Note: All kexts for final install should be installed to /S/L/E. Kext injection is only for essential kexts required for installation and recovery.
 
Post EFI/Clover folder.

Note: All kexts for final install should be installed to /S/L/E. Kext injection is only for essential kexts required for installation and recovery.

(also I noticed that clover take much lonter time (timeout take too much time for a second)

View attachment clover.zip
 
(also I noticed that clover take much lonter time (timeout take too much time for a second)

View attachment 144365

FakeID/WiFi is not needed with FakePCIID_BCM*.

ForceKextsToLoad is not needed in final installation.

You have kexts in kexts/Other not needed for booting installer/recovery.

Install all kexts to /S/L/E, set config.plist/InjectKexts=false.

You have config.plist/ACPI/DSDT/Debug=true. May be the cause of slow booting.
 
FakeID/WiFi is not needed with FakePCIID_BCM*.

ForceKextsToLoad is not needed in final installation.

You have kexts in kexts/Other not needed for booting installer/recovery.

Install all kexts to /S/L/E, set config.plist/InjectKexts=false.

You have config.plist/ACPI/DSDT/Debug=true. May be the cause of slow booting.

Still same error after modify: "osx aptiofixdrv: Error - requested memory exceeds our allocated relocation block"

View attachment clover.zip
 
Still same error after modify: "osx aptiofixdrv: Error - requested memory exceeds our allocated relocation block"

View attachment 144368

Kexts/Other should have essential kexts present.

Insure the required kexts are installed to /S/L/E though.

Boot without caches.
 
Status
Not open for further replies.
Back
Top