Search results

Loading Google Results...
  1. dandepeched

    Broadcom WiFi/Bluetooth [Guide]

    I bought CSR8510 Bluetooth USB dongle that is working with Mac out of the box. I removed Brmc Bluetooth kexts and deleted all related .plists. Strange thing that it continue behaves exactly the same: When Wi-Fi is turned on - BT4.0 mouse cannot be connected When Wi-Fi is turned off - mouse can...
  2. dandepeched

    Broadcom WiFi/Bluetooth [Guide]

    Hello, I have Broadcom BCM94352Z installed in Lenovo ThinkPad E580. With appropriate kexts both Bluetooth and Wi-Fi are working, but BT4.0 devices cannot be connected while Wi-Fi is on. If turn off Wi-Fi and then connect BT4.0 device it will work. But when turn Wi-Fi back on, BT4.0 will work...
  3. dandepeched

    Lid close stop working after sleep

    @samtheprogram , have you succeed with resolving this issue? I've updated to Catalina in hope it will help, but no luck.
  4. dandepeched

    Lid close stop working after sleep

    @FreeJHack, thanks! You are right, those errors are gone now. Here is the new log from wake. Sequence seems to be correct? default 11:13:23.523782 +0300 kernel ACPIDebug: { "ZWAK=", 0x3, } default 11:13:23.536614 +0300 kernel ACPIDebug: { "Calling OWAK", 0x3, } default...
  5. dandepeched

    Lid close stop working after sleep

    Sorry for that! Debug files attached (ACPIBatteryManager.kext removed, SSDT-BAT is present)
  6. dandepeched

    Lid close stop working after sleep

    @FreeJHack, thanks for DSDT and SSDT-BAT files. It looks like ACPIBatteryManager.kext does not work correctly when SSDT-BAT is used together with DSDT. Such errors are printed on battery status check: default 12:36:31.966930 +0300 kernel ACPI Error: default 12:36:31.966935 +0300...
  7. dandepeched

    Lid close stop working after sleep

    @FreeJHack, thanks again! It looks like all errors are gone now, but still the same behavior is observed. I've added debug logs and this is what I see on wake with ACPI filter: default 13:48:00.356218 +0300 kernel Facs->FirmwareWakingVector: 0x2000 default 13:48:00.356226 +0300...
  8. dandepeched

    Lid close stop working after sleep

    @FreeJHack thanks for you suggestions. Tried this, but no changes in system behavior. Fixed this I looked up in DSDT and KBD is indeed in SB. But after fixing it in SSDT, log now shows this error (no idea how to fix it further): 2019-10-10 17:52:17.626396+0300 0x71 Default 0x0...
  9. dandepeched

    Lid close stop working after sleep

    Hi @FreeJHack, thanks for your help. Unfortunately your DSDT does not fix this problem :( From the moment I posted this topic I re-arranged my clover a little bit and now using native DSDT with hotpatches. I'm attaching actual debug info, but I do not think it will add any help for the...
  10. dandepeched

    [Guide] Lenovo ThinkPad E580

    Yes, you can fix this. MacOS considers this is DisplayPort, so you need to set proper port layout via Clover. This is done in Devices - Properties section. Try my configuration: <key>Properties</key> <dict> <key>PciRoot(0x0)/Pci(0x2,0x0)</key> <dict>...
  11. dandepeched

    [Guide] Lenovo ThinkPad E580

    I want to share my Thinkpad configuration that is running smooth with most of the functionality working. Laptop Specification Tested on 20KS003AXS model with macOS Mojave (10.14.6) Not Supported Hardware Native Wi-Fi (Intel AC 3165) Discrete graphics card (ATI Radeon RX 550) Card reader...
  12. dandepeched

    Lid close stop working after sleep

    @Feartech , I've just tried those options in the config, but they make no difference. it looks like I do not have native IOPlatformPluginFamily.kext for 10.14.6 version, as I run update after modifications and this signature error persists through this update. Maybe you can provide the native...
  13. dandepeched

    << Solved >> Move DSDT battery patch to SSDT

    I found out the root cause of panic! When moving methods from DSDT to SSDT I was still referring to GFX0 device while it was renamed to IGPU. Everything works fine after replacing this thing inside SSDT-BAT.
  14. dandepeched

    Lid close stop working after sleep

    @Feartech , yes, I modified IOPlatformPluginFamily.kext to include proper FrequencyVectors (https://github.com/Piker-Alpha/freqVectorsEdit.sh) I've used clean clover config from clover installation as a starting point. Now I've replaced it with the one recommended by Rehabman and moved my...
  15. dandepeched

    Lid close stop working after sleep

    @Feartech , thanks for your support. I fixed kext error with LiluFriend, but all other errors saying: Kext with invalid signatured allowed: I believe this is fine and cannot be fixed? Or am I wrong?
  16. dandepeched

    Lid close stop working after sleep

    @Feartech , thanks for your answer. I put all kexts in /L/E and rebuild cache. Please take a look
  17. dandepeched

    << Solved >> Move DSDT battery patch to SSDT

    Hi, I successfully patched my DSDT with RehabMan battery patch for Lenovo. After that I move this patch to separate SSDT. It works fine except one problem - reboot after sleep. I believe there is some problem in OWAK method, but I cannot determine where it is located. Please take a look if you...
  18. dandepeched

    Lid close stop working after sleep

    I've cleaned up a mess inside Clover configuration and get rid of DSDT static patches. Now the system should be easier to analyze, but I still do not have any idea where to look regarding this problem. I would be very appreciate for any advice. New debug info attached.
  19. dandepeched

    Replace M.2 aka NGFF wireless card to mini half PCIe

    Same story from me. I bought BCM94352Z with E-key only, but my Thinkpad E580 requires A-key. After making custom notch with a knife this adapter now perfectly works on my hackintosh!
  20. dandepeched

    Lid close stop working after sleep

    @Feartech , thank you for you answer! I did all the steps you mentioned, but it makes no difference... In DSDT there is only Battery patch (battery_Lenovo-X230i by RehabMan). Also I have tried putting all kexts in /L/E/ directory, but it makes no difference to this problem. Right now I find...
Back
Top