Contribute
Register

[solved] BCM 94352Z - Bluetooth random lost after wake.

Status
Not open for further replies.
Please Look at this ioreg. There you will see my left port HS04 is the same for both USB2 and USB3 devices, meaning that it is connected to a USB2 port. So based to what you have wrote, this should be UsbConnector=0.
And HS01, HS02, SS01 and SS02 should be UsbConnector=3, right?

This ioreg shows 3 USB3 ports at SS01,SS02,SS03. Each of those SSxx ports should have a corresponding HSxx port. And when you create your custom SSDT for USBInjectAll, they should be marked UsbConnector=3, not zero.
 
This ioreg shows 3 USB3 ports at SS01,SS02,SS03. Each of those SSxx ports should have a corresponding HSxx port. And when you create your custom SSDT for USBInjectAll, they should be marked UsbConnector=3, not zero.
Yes, I have already made it. Look at post #20. HS03 and SS03 are my webcam, that I want disabled, ´cause it is uncompatible. So this ports are disabled now.
 
Yes, I have already made it. Look at post #20. HS03 and SS03 are my webcam, that I want disabled, ´cause it is uncompatible. So this ports are disabled now.

Only you can verify your UsbConnector values are correct... The post #20 at least has UsbConnector=3 marked HSxx ports that might correspond to the two SSxx ports you have enabled (so that is good).

Did you try other versions of BrcmPatchRAM as previously suggested?
 
Did you try other versions of BrcmPatchRAM as previously suggested?

Yes, I tried old versions too, but it didn´t work as expected either.
I would like to ask you one more question.
When my computer wakes from sleep, the screen is off. Fun is on, keyboard backlight too, but to wake my screen, I need to press a key on keyboard or press the power button for a second time.
Maybe this is a clue for my problem.
 
Yes, I tried old versions too, but it didn´t work as expected either.

Check system logs from BrcmPatchRAM.

I would like to ask you one more question.
When my computer wakes from sleep, the screen is off. Fun is on, keyboard backlight too, but to wake my screen, I need to press a key on keyboard or press the power button for a second time.
Maybe this is a clue for my problem.

Open separate thread. Your question is off-topic here.

Read FAQ, "Problem Reporting"
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
There is nothing on system.log related to BrcmPatchRAM.

Sierra does not use system.log. Read FAQ and 10.12 related pinned thread.
 

Attachments

  • BrcmLog.txt.zip
    1.7 KB · Views: 77
Ok. H

Sorry. Here it is. Thanks.

Try newer BrcmPatchRAM. Current version is 2.2.7.
You should probably try that one and the one just before (should be 2.2.6).
I don't know why you're using 2.2.3.
And, of course, you need to provide ioreg in the failure case....

The problem is easy to see in the log:
Code:
2017-02-27 16:58:41.622417-0400 0x25c4     Default     0x0                  0      kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Version 2.2.3 starting on OS X Darwin 16.4.
2017-02-27 16:58:41.622453-0400 0x25c4     Default     0x0                  0      kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: USB [48E244E2805A v274] "BCM20702A0" by "Broadcom Corp"
2017-02-27 16:58:46.280545-0400 0x119      Default     0x0                  0      kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: Not responding - Delaying next read.
2017-02-27 16:58:46.280959-0400 0x25c4     Default     0x0                  0      kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: device request failed ("0xe00002d8 (UNDEFINED)" 0xe00002d8).
2017-02-27 16:58:46.281430-0400 0x25c4     Default     0x0                  0      kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: continuousRead - Failed to queue read (0xe00002eb)
 
Try newer BrcmPatchRAM. Current version is 2.2.7.
You should probably try that one and the one just before (should be 2.2.6).
I don't know why you're using 2.2.3.
And, of course, you need to provide ioreg in the failure case....

The problem is easy to see in the log:
Code:
2017-02-27 16:58:41.622417-0400 0x25c4     Default     0x0                  0      kernel: (BrcmPatchRAM2) BrcmPatchRAM2: Version 2.2.3 starting on OS X Darwin 16.4.
2017-02-27 16:58:41.622453-0400 0x25c4     Default     0x0                  0      kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: USB [48E244E2805A v274] "BCM20702A0" by "Broadcom Corp"
2017-02-27 16:58:46.280545-0400 0x119      Default     0x0                  0      kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: Not responding - Delaying next read.
2017-02-27 16:58:46.280959-0400 0x25c4     Default     0x0                  0      kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: device request failed ("0xe00002d8 (UNDEFINED)" 0xe00002d8).
2017-02-27 16:58:46.281430-0400 0x25c4     Default     0x0                  0      kernel: (BrcmPatchRAM2) BrcmPatchRAM2: [0489:e07a]: continuousRead - Failed to queue read (0xe00002eb)

Using 2.2.7 now. I was trying old versions as you suggested me before.
 

Attachments

  • BrcmLog.txt
    23.3 KB · Views: 144
Status
Not open for further replies.
Back
Top