Jump to content

DELL E6230 not working 100%


Recommended Posts

  • Administrators
Posted

[ref]xenatt[/ref], DSDT.aml.zip

Some problems is specific, u need check if have solution

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

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.

Posted

[ref]xenatt[/ref], read some info here

https://Olarila.com/forum/viewtopic.php?p=65163#p65163

 

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.

Posted

[ref]xenatt[/ref], I am afraid the boot arguments only works for xhc devices. For USB hubs, perhaps this tip is able to help you achieve eliminating unused ports for EHC1/EHC2 devices.


http://Olarila.com/forum/viewtopic.php?p=69016#p69016

Donate

Gitter Chat


Acer Aspire V15 Nitro- Black Edition VN7-592G/HM170 Chipset

Intel i7-6700HQ, 8GB RAM (UEFI Clover Catalina)


MSI B360 Gaming Arctic

Intel i5-8600 16GB RAM Asus Radeon RX580 8GB (UEFI Clover Catalina)

Posted

[ref]xenatt[/ref], I am afraid the boot arguments only works for xhc devices. For USB hubs, perhaps this tip is able to help you achieve eliminating unused ports for EHC1/EHC2 devices.


http://Olarila.com/forum/viewtopic.php?p=69016#p69016

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.

Posted

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...