Contribute
Register

[solved] no bt after sleep

Status
Not open for further replies.
no bt after sleep

here is the results with mux kext (no even bt device recognized by osx )
i plugged in my lexar usb 3.0 flash drive and it's under usb 2.0 devices :(

Problem is your port injector (it lacks accomodation for EHC#1 hub). Remove it, install USBInjectAll.kext. Create new port injector that accommodates the EHC#1 hub.
 
no bt after sleep

Problem is your port injector (it lacks accomodation for EHC#1 hub). Remove it, install USBInjectAll.kext. Create new port injector that accommodates the EHC#1 hub.
okay thanks a lot i'll report you back
thanks again !!
(may i change/+usb fix to my post topic ?bcs at the end of the day it became a usb issue )
 
no bt after sleep

okay thanks a lot i'll report you back
thanks again !!
(may i change/+usb fix to my post topic ?bcs at the end of the day it became a usb issue )

Still not sure if it is a USB problem, or ACPI problem, or something specific to your hardware...

We'll find out when you get the BT working with XHCIMux.
 
no bt after sleep

Still not sure if it is a USB problem, or ACPI problem, or something specific to your hardware...

We'll find out when you get the BT working with XHCIMux.
now after wake from sleep bluetooth doesn't drop/fail
but see the photos +ioregs after ,before sleep
 
no bt after sleep

now after wake from sleep bluetooth doesn't drop/fail
but see the photos +ioregs after ,before sleep

It is DSDT changing the USB2 routing configuration on XHC at wake. (likely XWAK calling XSEL).

Also, post EFI/Clover folder (press F4 at main Clover screen before collecting).
 
no bt after sleep

It is DSDT changing the USB2 routing configuration on XHC at wake. (likely XWAK calling XSEL).

Also, post EFI/Clover folder (press F4 at main Clover screen before collecting).
here it is !
 
no bt after sleep

here it is !

Patch DSDT with this to make XSEL do nothing:
Code:
into method label XSEL replace_content begin //nothing end;

After, it will probably work both with and without XHCIMux.

You should test your USB3 with USB3 devices...

Post ioreg results.
 
no bt after sleep

Patch DSDT with this to make XSEL do nothing:
Code:
into method label XSEL replace_content begin //nothing end;

After, it will probably work both with and without XHCIMux.

You should test your USB3 with USB3 devices...

Post ioreg results.
but i get one error when i disassembled my (previously patched ) DSDT+SSDT
may i remove that line ?
 
Status
Not open for further replies.
Back
Top