Jump to content

I'm a newer, someone can help me fix my dsdt for usb2.0.Thinks.


7 posts in this topic

Recommended Posts

This is ausu F83vf dsdt, and install os x 11.10.the usb is not work.please help me. thanks.

 

I had read this article http://www.insanelymac.com/forum/topic/306777-guide-usb-fix-el-capitan-1011/ and try to fix my error, but i can't find EHC1 and EHC2 in my dsdt file.

 

I'm so confused. Please help me.

 

this is my usb;

post-1805824-0-52278200-1473673898.jpg

 

and this is my extracted  linux dsdt file

LinuxDSDT.zip

 

and this is my rename aml file:

acpi.zip

 

and executed command (iasl -da -dl *.aml)  and I get those files;

dsl.zip

 

 

use rehabman,s dsdt patch files for laptop: https://github.com/RehabMan/Laptop-DSDT-Patch and for battery for your laptop use Yuki-judai: https://github.com/Yuki-Judai/dxxs-DSDT-Patch

more patches can be found here at pjalm:   pjalm.com/forums/

use macisal.app

Hi ,Hervé. I have used the modify file.I'm sorry. It does't work.

and i find this. I am not sure it work.

1. DTGP Method

2. EHCI1/2 Devices

Device (EHC1)
{
    Name (_ADR, 0x001D0007)  // _ADR: Address
    Name (_PRW, Package (0x02) { // _PRW: Power Resources for Wake
        0x0D, 0x03
    })
    Method (_DSM, 4, NotSerialized) { // _DSM: Device-Specific Method
        Store (Package (0x04) {
                "device-id", 
                Buffer (0x04) {
                     0x3C, 0x3A, 0x00, 0x00                           /* <:.. */
                }, 

                "AAPL,clock-id", 
                Buffer (One) {
                     0x01                                             /* . */
                }
            }, Local0)
        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
        Return (Local0)
    }
}

Device (EHC2)
{
    Name (_ADR, 0x001A0007)  // _ADR: Address
    Name (_PRW, Package (0x02) { // _PRW: Power Resources for Wake
        0x0D, 0x03
    })
    Method (_DSM, 4, NotSerialized) { // _DSM: Device-Specific Method
        Store (Package (0x04) {
                "device-id", 
                Buffer (0x04) {
                     0x3C, 0x3A, 0x00, 0x00                           /* <:.. */
                }, 

                "AAPL,clock-id", 
                Buffer (One) {
                     0x01                                             /* . */
                }
            }, Local0)
        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
        Return (Local0)
    }
}

and "0x001A0007" is point to EHC2.

Hi,Hervé.I have fix this problem use DSDT.

1. I add this patche 'EHCI ownership'

2. I rename this 'EUSB' to EHC1 and 'USBE' to 'EHC2'

EHCI ownership.txt

 

now, all usb work well.

 

DSDT.aml.zip

 

Thank you very much.I'm so lucky.

 

My IORegistry.zip

 

post-1805824-0-50041200-1473981962_thumb.pngpost-1805824-0-86959100-1473981976_thumb.pngpost-1805824-0-27528900-1473981989.pngpost-1805824-0-46561600-1473982011_thumb.pngpost-1805824-0-12375300-1473982026.png

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...