Contribute
Register

DSDT Patch for sleep / brightness /speedstep

Status
Not open for further replies.
Could be instant wake...

For instant wake: https://github.com/RehabMan/Laptop-DSDT-Patch
Apply: "6-series USB"
Also if you have USB3, install GenericUSBXCHI.kext, and use kernel flag -gux_defer_usb2
https://github.com/RehabMan/OS-X-Generic-USB3

I'm already using GenericUSBXCHI since all mu usb ports are 3.0
i applied now 6-series USB patch
and just i want to confirm how to add this kernel flag
is this correct:

.....
<key>SMBIOS</key>
<string>/Extra/SMBios.plist</string>
<key>Timeout</key>
<string>2</string>
<key>boot-args</key>
<string>-gux_defer_usb2</string>
???


Also, your DSDT is lacking many common patches...

(note: you have some of these, but I'm not going to make a custom list...)

Likely candidates from here: https://github.com/RehabMan/Laptop-DSDT-Patch
"Fix _WAK Arg0 v2"
"HPET Fix"
"SMBUS Fix"
"IRQ Fix"
"RTC Fix"
"OS Check Fix"
"Fix Mutex with non-zero SyncLevel"
"Fix PNOT/PPNT"
"Add IMEI"

Also, always test sleep without any external devices plugged in. That includes USB WiFi...

shall i apply all this patches randomly or in sequence from top to bottom (excluding ones i already patched) ??

are this necessary/basic patches for each clean DSDT ?

Thank You
 
I'm already using GenericUSBXCHI since all mu usb ports are 3.0
i applied now 6-series USB patch

Typo. Should be 7-series.

shall i apply all this patches randomly or in sequence from top to bottom (excluding ones i already patched) ??

Order does not matter. For the most part, patches you already applied will not show any changes, or will show deletion of the previous patch with it added back.

are this necessary/basic patches for each clean DSDT ?

No patch is necessary if there aren't any problems...
 
Typo. Should be 7-series.
You mean 7-series USB3 Multiplex
or
7-series/8-series USB

and can you please confirm this for me because i'm not sure how it should be added

<plist version="1.0">
<dict>
<key>DSDT</key>
<string>/Extra/DSDT.aml</string>
<key>DropSSDT</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>SMBIOS</key>
<string>/Extra/SMBios.plist</string>
<key>Timeout</key>
<string>2</string>
<key>Kernel Flags</key>
<string>-gux_defer_usb2 kext-dev-mode=1 </string>
</dict>
</plist>

is this correct syntax ??

Thank You
 
You mean 7-series USB3 Multiplex
or
7-series/8-series USB

7-8, not multiplex. Multiplex is good if your laptop is compatible (allows you do use AppleUSBXHCI instead of GenericUSBXHCI).

and can you please confirm this for me because i'm not sure how it should be added

<plist version="1.0">
<dict>
<key>DSDT</key>
<string>/Extra/DSDT.aml</string>
<key>DropSSDT</key>
<string>Yes</string>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>SMBIOS</key>
<string>/Extra/SMBios.plist</string>
<key>Timeout</key>
<string>2</string>
<key>Kernel Flags</key>
<string>-gux_defer_usb2 kext-dev-mode=1 </string>
</dict>
</plist>

is this correct syntax ??

Thank You

Correct.
 
Could be instant wake...

For instant wake: https://github.com/RehabMan/Laptop-DSDT-Patch
Apply: 7-series/8-series USB ("6-series USB" was typo )
Also if you have USB3, install GenericUSBXCHI.kext, and use kernel flag -gux_defer_usb2
https://github.com/RehabMan/OS-X-Generic-USB3


--

Also, your DSDT is lacking many common patches...

(note: you have some of these, but I'm not going to make a custom list...)

Likely candidates from here: https://github.com/RehabMan/Laptop-DSDT-Patch
"Fix _WAK Arg0 v2"
"HPET Fix"
"SMBUS Fix"
"IRQ Fix"
"RTC Fix"
"OS Check Fix"
"Fix Mutex with non-zero SyncLevel"
"Fix PNOT/PPNT"
"Add IMEI"

Also, always test sleep without any external devices plugged in. That includes USB WiFi...

RehabMan you are the Man :D

It worked
i applied all the patches and now its woking, Sleeps even if the USBs still plugged, and wake up normally

Thank You
 
hy rehabman
help my
my battery icon working but not charging and brighnest not working
help edit my dsdt
lenovo g40-80
intel core i5 5200u
ihd 5500
osx ei capitan 10.11.3
sorry for bad engglish iam from indonesia
 

Attachments

  • DSDT.aml
    63.6 KB · Views: 147
  • SSDT-0.aml
    2.9 KB · Views: 137
  • SSDT-1x.aml
    1.3 KB · Views: 122
  • SSDT-2x.aml
    1.4 KB · Views: 152
I do not understand at all
please help me edit my dsdt
all my dsdt 0 error
i am sorry
I do not understand about the edit DSDT
My head got lightheaded and sick:crazy:
 
I do not understand at all
please help me edit my dsdt
all my dsdt 0 error
i am sorry
I do not understand about the edit DSDT
My head got lightheaded and sick:crazy:

Read the guide carefully. It can't be simplified.

If you have a specific question, ask it.

Better questions yield better answers.
 
Status
Not open for further replies.
Back
Top