You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for all your work.
I have some problem in resuming my laptop from state s4 (hibernation). In particular, it seems that the device and vendor id of a BCM94350ZAE network card are not recognized. I use AirportBrcmFixup. This is a log after resuming from hibernation:
The card looks dead, ffff means that there is no hardware. The reason may be ASPM (you may need to disable it) or some other issue in your hardware. CC @lvs1974
The card looks dead, ffff means that there is no hardware. The reason may be ASPM (you may need to disable it) or some other issue in your hardware. CC @lvs1974
Yes, the problem was ASPM. When AirportBrcmFixup disables ASPM, some problems persist.
For information only, masking pin 53 as suggested here: #794 (comment) solves the problem. Wifi isn't dead after s4 hibernation anymore.
This solves also the fact that wifi, if disabled before sleep, will result dead after sleep (impossible to enable it).
I used brcmfx-aspm set to 255 in deviceproperties as suggested here: https://github.com/acidanthera/AirportBrcmFixup/releases/tag/2.0.9
Masking that pin seems a better choice, but it may lead to higher power consumption. Anyway, paradoxically intelpowergadget shows a considerably reduced consumption (from 1.3 watts in idle to 0.75 watts)
First of all, thanks for all your work.
I have some problem in resuming my laptop from state s4 (hibernation). In particular, it seems that the device and vendor id of a BCM94350ZAE network card are not recognized. I use AirportBrcmFixup. This is a log after resuming from hibernation:
With normal boot, AirPortBrcmFixup correctly recognizes device and vendor id:
[ 0.842499]: AirportBrcmFixup BRCMFX: @ (DBG) Configuration::readArguments: Broadcom BCM4350 chipset is detected, subsystem-vendor-id = 0x17aa, subsystem-id = 0x075a
This doesn't happen after hibernation.
If my laptop then goes to normal sleep (S3) (also with the "dead chip" after hibernation), after resuming Wifi restarts working normally.
The text was updated successfully, but these errors were encountered: