Jump to content

6530 10.13.4 , USB 3.0 issue...


Arsalan

Recommended Posts

hi, i followed our forum guide for installation, but it worked only using usb 2 port, mine usb 3 ports arent working... any fix for this... i updated usbinjectall kext from rehabman repo ... may b some patch is missing for usb 3 port

 

 

 

EFI.zip

 

Link to comment
Share on other sites

  • Administrators

Make sure you've installed the following kexts:

  1. FakePCIID.kext
  2. FakePCIID_XHCIMux

My recommendation is to install those in /L/E, repair permissions to /L/E and rebuild your cache. 

Link to comment
Share on other sites

  • Administrators

I have not looked at it but does your patched DSDT inject "Darwin" OS at all? It should have something similar to this:

        Method (_INI, 0, NotSerialized)  // _INI: Initialize
        {
            Store (0x07D0, OSYS)
            If (CondRefOf (\_OSI, Local0))
            {
                If (_OSI ("Windows 2001"))
                {
                    Store (0x07D1, OSYS)
                }
                If (_OSI ("Windows 2001 SP1"))
                {
                    Store (0x07D1, OSYS)
                }
                If (_OSI ("Windows 2001 SP2"))
                {
                    Store (0x07D2, OSYS)
                }
                If (_OSI ("Windows 2001.1"))
                {
                    Store (0x07D3, OSYS)
                }
                If (LOr (_OSI ("Darwin"), _OSI ("Windows 2006")))
                {
                    Store (0x07D6, OSYS)
                }
                If (_OSI ("Windows 2009"))
                {
                    Store (0x07D9, OSYS)
                }
            }

The original DSDT only has this:

[...]
               If (_OSI ("Windows 2006"))
                {
                    Store (0x07D6, OSYS)
                }
[...]

 

If your DSDT does not inject "Darwin", you'll see something like this in SysProfiler:

E6230_No_Darwin.png

 

Once "Darwin" is injected, you should see something like this:

E6230_Darwin.png

 

If your DSDT already carries this patch, I'd try and remove those XHC patches you have in Clover. I've noticed that you're also using MBP10,1 SMBIOS. Did you give MBP9,2 any try?

Link to comment
Share on other sites

i tried with MBP9,1, disabling both XHC patches in clover, but no success,,, i noticed one thing common, when ever i touch my config plist, or replace EFI with forum BootPack i am stuck at " ACPI : Executed 4 blocks of module level code executable AML code" so i need to force Restart to got it to boot ...

Screen Shot 2018-06-04 at 11.00.28 PM.png

Screen Shot 2018-06-04 at 11.08.54 PM.png

34415284_657028817994730_2021173165245333504_n.jpg

Link to comment
Share on other sites

×
×
  • Create New...