Contribute
Register

Big Sur DW1560 problem - Thinkpad T470s

Status
Not open for further replies.
Please find the attached EFI folder.
 

Attachments

  • EFI.zip
    4.6 MB · Views: 126
Please find the attached EFI folder.
DSDT should not be used in OpenCore:
Code:
<dict>
                <key>Comment</key>
                <string>DSDT.aml</string>
                <key>Enabled</key>
                <true/>
                <key>Path</key>
                <string>DSDT.aml</string>
            </dict>

you may not need -igfxlspcon boot argument or alcid=22 as you have set your audio up already :
Code:
<key>PciRoot(0x0)/Pci(0x1b,0x0)</key>
            <dict>
                <key>layout-id</key>
                <integer>22</integer>
            </dict>

also try booting with -v boot argument to see where it is slow
 
- Without DSDT battery indicator doesn't work.

- Slow booting happening when I used AirportBrcmFixup.kext

I will try these things now and will post update soon.
 
- Without DSDT battery indicator doesn't work.

- Slow booting happening when I used AirportBrcmFixup.kext

I will try these things now and will post update soon.
use hotpatch for your battery instead
 
Please check attached screenshot, there are 3 stall commands and each one for 60s and I think this is for bluetooth.

Screenshot 2020-12-12 at 5.54.47 PM.png
 
Please check attached screenshot, there are 3 stall commands and each one for 60s and I think this is for bluetooth.

View attachment 500795
update your kexts

also i have only just noticed that there is now an executable path for:
BrcmBluetoothInjector.kext\Contents\MacOS which you may need to also add in
 

Just found this, can you please check "Firmware Compatibility" section as this thing is directly related to one I am using.

I couldn't get what's exactly being said there.
 

Just found this, can you please check "Firmware Compatibility" section as this thing is directly related to one I am using.

I couldn't get what's exactly being said there.
you may also need to try adding boot argument:
brcmfx-driver=2

or try brcmfx-driver=1
 
Updating the kexts worked for me. My bad, the kexts were old. I updated to new releases and it worked.

- Bluetooth is working fine now.
- Slow boot issue fixed, it's booting normal.

Thanks for the help. I really appreciate for you time and guidance.
 
Updating the kexts worked for me. My bad, the kexts were old. I updated to new releases and it worked.

- Bluetooth is working fine now.
- Slow boot issue fixed, it's booting normal.

Thanks for the help. I really appreciate for you time and guidance.
no worries! glad you got it working! :)
 
Status
Not open for further replies.
Back
Top