Jump to content

xenatt

Members
  • Posts

    8
  • Joined

  • Last visited

Reputation

1 Neutral

Hackintosh Specs

  • CPU
    i5 3550
  • MOTHERBOARD
    Z77p-d3
  • GPU
    xfx ATI 5670 1GB

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. USB ALL Solved With SSDT Injection /* * Intel ACPI Component Architecture * AML/ASL+ Disassembler version 20180427 (64-bit version)(RM) * Copyright (c) 2000 - 2018 Intel Corporation * * Disassembling to non-symbolic legacy ASL operators * * Disassembly of iASLIu1M06.aml, Tue Mar 19 05:14:09 2019 * * Original Table Header: * Signature "SSDT" * Length 0x000002F6 (758) * Revision 0x02 * Checksum 0x04 * OEM ID "hack" * OEM Table ID "_UIAC" * OEM Revision 0x00000000 (0) * Compiler ID "INTL" * Compiler Version 0x20180427 (538444839) */ DefinitionBlock ("", "SSDT", 2, "hack", "_UIAC", 0x00000000) { Device (UIAC) { Name (_HID, "UIA00000") // _HID: Hardware ID Name (RMCF, Package (0x0C) { "HUB1", Package (0x04) { "port-count", Buffer (0x04) { 0x02, 0x00, 0x00, 0x00 }, "ports", Package (0x04) { "HP11", Package (0x04) { "portType", Zero, "port", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 } }, "HP12", Package (0x04) { "portType", Zero, "port", Buffer (0x04) { 0x02, 0x00, 0x00, 0x00 } } } }, "HUB2", Package (0x04) { "port-count", Buffer (0x04) { 0x03, 0x00, 0x00, 0x00 }, "ports", Package (0x06) { "HP22", Package (0x04) { "portType", Zero, "port", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 } }, "HP24", Package (0x04) { "portType", Zero, "port", Buffer (0x04) { 0x02, 0x00, 0x00, 0x00 } }, "HP25", Package (0x04) { "portType", Zero, "port", Buffer (0x04) { 0x03, 0x00, 0x00, 0x00 } } } }, "EH01", Package (0x04) { "port-count", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 }, "ports", Package (0x02) { "PR11", Package (0x04) { "UsbConnector", Zero, "port", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 } } } }, "EH02", Package (0x04) { "port-count", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 }, "ports", Package (0x02) { "PR11", Package (0x04) { "UsbConnector", Zero, "port", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 } } } }, "8086_1e2d", Package (0x04) { "port-count", Buffer (0x04) { 0x03, 0x00, 0x00, 0x00 }, "ports", Package (0x06) { "HP22", Package (0x04) { "UsbConnector", Zero, "port", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 } }, "HP24", Package (0x04) { "UsbConnector", Zero, "port", Buffer (0x04) { 0x02, 0x00, 0x00, 0x00 } }, "HP25", Package (0x04) { "UsbConnector", Zero, "port", Buffer (0x04) { 0x03, 0x00, 0x00, 0x00 } } } }, "8086_1e26", Package (0x04) { "port-count", Buffer (0x04) { 0x02, 0x00, 0x00, 0x00 }, "ports", Package (0x04) { "HP11", Package (0x04) { "UsbConnector", Zero, "port", Buffer (0x04) { 0x01, 0x00, 0x00, 0x00 } }, "HP12", Package (0x04) { "UsbConnector", Zero, "port", Buffer (0x04) { 0x02, 0x00, 0x00, 0x00 } } } } }) } } USB Not Work After Wake up Solved by DSDT Patch By Put to XWAK Method Return (Zero) Method (XWAK, 0, NotSerialized) { Return (Zero) ....original code... } } WHAT'S WONT WORK? WAKE ON LID OPEN WONT WORK.
  2. I will try. Update! I sovled this wake up issue.But I have issue with USB port wont work affter wake up. I remove all clover ACPI patch and Wake up work but 15sec delay.
  3. I try USBinjectAll 0.6.9 USB Port Work fine. but Wake Up wont work. USBinjectAll 0.7.1 All USB Port Wont work, but Wake up Work perfect. I tried with boot-arg. uia_exclude=HP13;HP14;HP15;HP16;HP17;HP18;HP21;HP23;HP26;HP27;HP28; or uia_include=HP11;HP12;HP22;HP24;HP25; and uia_exclude=HP13;HP14;HP15;HP16;HP17;HP18;HP21;HP23;HP26;HP27;HP28; uia_include=HP11;HP12;HP22;HP24;HP25; And Inject SSDT but Wont work at all.
  4. Thank You, I will try.
  5. With out USBinjectAll.kext can Lid close to sleep and can wake by press power key. but USb wont work. With USBinJectAll.kext Lid close to sleep but cant wake up at all. Thank you.
  6. I installed macOS Mojave by Createmedia command on Dell E6230. Not working 100% 1. Lid close not sleep. 2. Fn + F1 not Sleep but Shutdown. 3. Usb Port Wont work after Restart From Other OSs Like Windows, Linux. 4. USB Port Wont work without USBinjectall.kext. I need to patch DSDT for Solve All Problem. My System IO From RunMe.app. https://drive.google.com/open?id=1FcJ66M6hTBf6Q1c7HdgUuEAHkjuqGJQc
×
×
  • Create New...