Contribute
Register

BCM94352HMB - not working bluetooth

Status
Not open for further replies.
I dont understand what to do with ssdt. I must to connect it to dsdt or patching each ssdt. Or maybe i can remove some ssdt (because now i have 11 ssdt files).
 
I dont understand what to do with ssdt. I must to connect it to dsdt or patching each ssdt. Or maybe i can remove some ssdt (because now i have 11 ssdt files).

Keep all static SSDTs, appropriately patched. Do not include dynamic SSDTs.
 
Here is my dsdt/ssdt: View attachment dsdt.zip

What difference between static and dynamic ssdt?
All ssdt compile without errors, but ssdt-1 has ERROR: syntax error, unexpected PARSEOP_PACKAGE.
 
If i have error Object does not exist, can i remove returning of this object?
 
For example i have error on line with: Return (GPRW (0x69, 0x04)), more then 15 times. Can i remove this line? Or i must to fix something?
 
For example i have error on line with: Return (GPRW (0x69, 0x04)), more then 15 times. Can i remove this line? Or i must to fix something?

No such error in the files you provide in post #23.

You must have made a mistake in order to cause that error. Start over.
 
I find your answer:
Can i use this replacing, but change 0x0D to 0x69?
//Method (_PRW, 0, NotSerialized) { Return (GPRW (0x0D, 0x04)) }
// alternate for above
Method (_PRW, 0, NotSerialized) { Return (Package() { 0x0D, 0x04 })
 
Where i could make mistake, because i only grab tables from clover (by F4) and than started iasl. And that's all what i make
 
Status
Not open for further replies.
Back
Top