Jump to content

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


Javmain
 Share

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

 

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

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

 Share

×
×
  • Create New...