Contribute
Register

[Guide] 10.11+ USB changes and solutions

Status
Not open for further replies.
this is my origin clover extracted for elcap...
could you please give a advice me to fix usb with my system:
one thing i should avoid usb 3 multiplex patch right?
also i'm attaching my current system[10.10.5]
patchmatic+ioreg
 
Read post #1.

ACPI patching guide: http://www.tonymacx86.com/yosemite-laptop-support/152573-guide-patching-laptop-dsdt-ssdts.html

Multiplex patch is not a good idea with 10.11.
i have read and followed to fix my DSDT for 10.10.5 and working flawlessly thanks for that ,
but recent changes related usb are bit complicated !
last time (yesterday )i installed OS X 10.11 i had all usb ports working but recognized as usb 2.0 (i wiped that partition) and may be i can need more knowledge about or let time pass until we fine good solution!!!
but appreciate your work!!!:thumbup:
 
i have read and followed to fix my DSDT for 10.10.5 and working flawlessly thanks for that ,
but recent changes related usb are bit complicated !
last time (yesterday )i installed OS X 10.11 i had all usb ports working but recognized as usb 2.0 (i wiped that partition) and may be i can need more knowledge about or let time pass until we fine good solution!!!
but appreciate your work!!!:thumbup:
View attachment 154572from these usb patches,,,
i'm gonna apply 7/8 seres usb
and usb _PRW(0x6D) for my elcap DSDT !!
after that the patch in #1 post
Code:
# rename EHC1 to EH01
into device label EHC1 set_label begin EH01 end;
into_all all code_regex EHC1. replaceall_matched begin EH01. end;
into_all all code_regex .EHC1, replaceall_matched begin .EH01, end;


# rename EHC2 to EH02
into device label EHC2 set_label begin EH02 end;
into_all all code_regex EHC2. replaceall_matched begin EH02. end;
into_all all code_regex .EHC2, replaceall_matched begin .EH02, end;
can get my usb 3 working 10.11 right?
 
View attachment 154572from these usb patches,,,
i'm gonna apply 7/8 seres usb
and usb _PRW(0x6D) for my elcap DSDT !!
after that the patch in #1 post
Code:
# rename EHC1 to EH01
into device label EHC1 set_label begin EH01 end;
into_all all code_regex EHC1. replaceall_matched begin EH01. end;
into_all all code_regex .EHC1, replaceall_matched begin .EH01, end;


# rename EHC2 to EH02
into device label EHC2 set_label begin EH02 end;
into_all all code_regex EHC2. replaceall_matched begin EH02. end;
into_all all code_regex .EHC2, replaceall_matched begin .EH02, end;

Seems like a reasonable start.

can get my usb 3 working 10.11 right?

I never attempt to predict the future.
 
Seems like a reasonable start.



I never attempt to predict the future.
no nether do i what i have meant by that was by applying above patches
(since you know the theories and of those !!!!)


one thing,
so you you have both Yosemite +elcap in your lenovo u430 right?
sharing same DSDT patches?
 
no nether do i what i have meant by that was by applying above patches
(since you know the theories and of those !!!!)

I suggest you read post #1 and try the methods within.

one thing,
so you you have both Yosemite +elcap in your lenovo u430 right?
sharing same DSDT patches?

Yes/Yes.
 
I suggest you read post #1 and try the methods within.



Yes/Yes.
if i apply this code
Code:
# rename EHC1 to EH01into device label EHC1 set_label begin EH01 end;
into_all all code_regex EHC1. replaceall_matched begin EH01. end;
into_all all code_regex .EHC1, replaceall_matched begin .EH01, end;


# rename EHC2 to EH02
into device label EHC2 set_label begin EH02 end;
into_all all code_regex EHC2. replaceall_matched begin EH02. end;
into_all all code_regex .EHC2, replaceall_matched begin .EH02, end;

i get
View attachment 154578
 
if i apply this code
Code:
# rename EHC1 to EH01into device label EHC1 set_label begin EH01 end;
into_all all code_regex EHC1. replaceall_matched begin EH01. end;
into_all all code_regex .EHC1, replaceall_matched begin .EH01, end;


# rename EHC2 to EH02
into device label EHC2 set_label begin EH02 end;
into_all all code_regex EHC2. replaceall_matched begin EH02. end;
into_all all code_regex .EHC2, replaceall_matched begin .EH02, end;

i get
View attachment 154578

No idea without seeing original file.
 
Status
Not open for further replies.
Back
Top