Thanks! you mean everytime just before go sleep turn off WiFi and after wake turn on? Not working for me and it is still awkward.
Since upgrade to Catalina, I have these 2 headaches after macOS wake: 1. WiFi speed drop; 2. BT module chipset changed from BCM20703A => BCM2045A0(
cf. said both belong to DW1830), thus airdrop not working anymore but BT mouse no issue.
checking kext loading with kextstat | grep -i brcm: ( WiFi works natively for DW1830 w/o AirportBrcmFixup)
Code:
% kextstat|grep -i brcm
91 0 0xffffff7f81a31000 0x7d5000 0x7d5000 com.apple.driver.AirPort.BrcmNIC (1400.1.1) E7D99C63-B581-3CFF-B979-8EEA0D08BAE0 <90 89 88 87 18 13 8 7 6 5 3 1>
120 1 0xffffff7f83c22000 0x5000 0x5000 com.no-one.BrcmFirmwareStore (2.3.0d3) 8702AD8C-8188-3FCB-8A0F-8A98967EF889 <6 5 3>
121 0 0xffffff7f83c27000 0x5000 0x5000 com.no-one.BrcmPatchRAM3 (2.3.0d3) 07322A73-A17B-34DF-8766-16C94DF8BC88 <120 27 6 5 3 1>
I tried repatch DSDT, and change different kext drivers(incl. from
insanleymac), not resolved, finally I switch back to BCM4352z( Lenovo variant: VID_0489&PID_E07A),
now all fine! I have to revised this, because using BCM4352z lost BT again (as 10.13.16 before), still desperate seeking solution, but using DW1830 it drops WiFi speed and airdrop n/a after wake-up from sleep.
Now I know it is all related to the WiFi/BT card & kext driver.
currently kext driver I am using:
WiFi: AirportBrcmFixup.kext ( 2.0.4)
BT:
https://github.com/acidanthera/BrcmPatchRAM, latest 2.50 of :
- BrcmBluetoothInjector.kext
- BrcmFirmwareRepo.kext
- BrcmPatchRAM3.kext
checking kext loading with kextstat | grep -i brcm:
Code:
% kextstat | grep -i brcm
49 0 0xffffff7f845f9000 0x8000 0x8000 as.lvs1974.AirportBrcmFixup (2.0.4) 88D30B81-6FB9-3109-9692-B3E7192CF04A <42 18 13 8 6 5 3 2 1>
91 0 0xffffff7f81a31000 0x7d5000 0x7d5000 com.apple.driver.AirPort.BrcmNIC (1400.1.1) E7D99C63-B581-3CFF-B979-8EEA0D08BAE0 <90 89 88 87 18 13 8 7 6 5 3 1>
93 0 0xffffff7f82291000 0x586000 0x586000 com.apple.driver.AirPort.Brcm4360 (1400.1.1) 5B3F9150-E4F1-3E8D-AED6-A8C541B67479 <90 89 88 18 13 8 7 6 5 3 1>
133 1 0xffffff7f841b5000 0x6000 0x6000 as.acidanthera.BrcmFirmwareStore (2.5.0) B78BB510-7CB1-30F8-AC08-9DA5E75420E4 <6 5 3>
134 0 0xffffff7f841bb000 0x5000 0x5000 as.acidanthera.BrcmPatchRAM3 (2.5.0) A6812F3E-DF9B-36F3-966B-FE592C6EBFDA <133 27 6 5 3 1>
@Cabriolet
As detailed in the
03//2018 Update in Post #1, I have not seen this issue in a very long time, basically since switching to using Lilu + AirportBrcmFixup on High Sierra.
Since then I have not experienced WiFi slow down on Mojave or Catalina, my hardware has not changed, I just kept Clover, Lilu and its plug's up to date.
Did you try turning WiFi Off and then back On using by WiFi icon on the top menu bar ?
Cheers
Jay