Recent content by nightmike

  1. nightmike

    [Guide] 10.11+ USB changes and solutions

    I didn't made any changes to the bios, so I thought it wouldn't matter. Anyway, I've attached all the files again with the ACPI/origin files extracted just now from Clover menu.
  2. nightmike

    [Guide] 10.11+ USB changes and solutions

    Hello! I'm having some problems with my USB devices, they randomly disconnect and reconnect (almost instantly). There isn't a specific time or action, but when it happens, all the USB devices disconnect and reconnect. I can see my keyboard led turning off and on, music stops when I'm using my...
  3. nightmike

    Samsung Ativ Book 6 - wake not working

    Patched both, didn't work. I also discovered that some internal USB ports aren't working when using only renamed EHCx->EH0x in DSDT, like webcam. Probably there's something a little more complex on ACPI to get sleep/wake correctly working with this laptop and I don't have the knowledge and...
  4. nightmike

    Samsung Ativ Book 6 - wake not working

    Didn't work. Enabled and tested ssh too, same results. Like I posted before, I can get the sleep and wake working if I only rename EHCx->EH0x in DSDT, without FakePCIID_XHCIMux, FakePCIID and USBInjectAll. But there's one USB port that won't work. Installed ACPIDebug.kext and debug+_wak&_pts...
  5. nightmike

    Samsung Ativ Book 6 - wake not working

    System seems to be going to sleep just fine, after ~15s the power led start to blink slowly and there's no other noise, fans are completely disabled. When I try to wake it up, after pressing the power button I can hear the fans starting, the power led stop blinking and stay active. If I press...
  6. nightmike

    Samsung Ativ Book 6 - wake not working

    Got all USB ports to work, but still no sleep. ioreg also attached. SSDT used: // SSDT-UIAC-ALL.dsl // // This SSDT can be used as a template to build your own // customization for USBInjectAll.kext. // // This SSDT contains all ports, so using it is the same as without // a custom SSDT...
  7. nightmike

    Samsung Ativ Book 6 - wake not working

    I've mapped the usb ports using FakePCIID, FakePCIID_XHCIMux and USBInjectAll as: EH01->PR11->HP11 //USB3.0 left (with a usb 2.0 device connected) EH01->PR11->HP12 //USB3.0 left (with a usb 2.0 device connected) EH01->PR11->HP13 //USB2.0-CRW (CardReader?) EH01->PR11->HP14 //USB2.0...
  8. nightmike

    Samsung Ativ Book 6 - wake not working

    Moved all kexts to /S/L/E. Thanks. I manage to get sleep and wake working (still need to double click power button, but it was exactly the same with Yosemite, so "no problem"), indeed it was related to USB ports. However, I didn't create the custom SSDT yet. What I have done so far: -...
  9. nightmike

    Dell Vostro 5470

    Follow this guide, read carefully: http://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/ Following that guide I run into this issue: zone_init: kmem_suballoc failed Was easily fixed with this code on config.plist (adjust it for your case)...
  10. nightmike

    Dell Vostro 5470

    Don't forget to declare the Memory on config.plist. This is a requirement to boot El Capitan on this laptop.
  11. nightmike

    Samsung Ativ Book 6 - wake not working

    Should I install all kexts from Clover to S/L/E? Even FakeSMC? Do I need to patch DSDT again without "7-series/8-series USB"? I'll read the guide later and see what I can do. Thanks for now.
  12. nightmike

    Samsung Ativ Book 6 - wake not working

    I'm not getting my laptop to wake from sleep. System goes down to sleep fine, but when I press the power button to wake, it just starts the fans, but doesn't show anything on screen. I need to shutdown holding power button. - DSDT patches: "Rename _DSM methods to XDSM" "Rename GFX0 to IGPU"...
  13. nightmike

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Are these extra patches needed for me? All my USB ports are working fine.
  14. nightmike

    [Guide] Disabling discrete graphics in dual-GPU laptops

    It's the same problem, but now at least I have the correct approach to disable my AMD GPU. I'll open a topic for this matter, after a few more digging. Thanks! Removed all of them and changed SMBIOS to Trust=true. Thanks! I only used this patch for USB: 7-series/8-series USB.
  15. nightmike

    [Guide] Disabling discrete graphics in dual-GPU laptops

    Alright, moved the code from SSDT-8 on _OFF to DSDT on _REG. System is booting fine with these changes and discrete graphic is disabled. However, system is still not coming back from sleep. After pressing the power button on sleep, I hear the fans working and the power led stops blinking, but...
Back
Top