Jump to content
xenatt

DELL E6230 not working 100%

Recommended Posts

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

Link to comment
Share on other sites

  • Administrators

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

Some problems is specific, u need check if have solution

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 - BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115 - USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9 - USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ - KASPA kaspa:qpxzufgfj8p6r0krg58yzvs0009h2mwqgvcawa0xc2pth7sgzpv56j4f6dtvk - PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

Link to comment
Share on other sites

  • Administrators

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

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

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 - BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115 - USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9 - USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ - KASPA kaspa:qpxzufgfj8p6r0krg58yzvs0009h2mwqgvcawa0xc2pth7sgzpv56j4f6dtvk - PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

Link to comment
Share on other sites

[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.

Link to comment
Share on other sites

[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)

Link to comment
Share on other sites

[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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...