Conversation
…reezes on modern kernels
Member
|
No, pls, no more scripts. They never work for more than 2 people. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
While modern kernels handle BCE/VHCI sleep transitions through
t2bce, several hardware models and configurations (notably multi-core MacBookPro16,1, 15,1, and setups with Touch Bar DRM / dGPU) still experience post-wake kernel panics, unresponsive Touch Bar/keyboard (t2bce_vhcidesync), and Wi-Fi interface hangs.This PR adds a brief troubleshooting reference in
docs/guides/postinstall.mdunder the Suspend section pointing to apple-t2-suspend-fix, a community systemd mitigation suite tailored for Linux 7.1+ /t2bce_*setups that orchestrates CPU 0 IRQ pinning, safe pre-sleep driver teardown, and post-resume bus stabilization.This provides an immediate reference for users experiencing persistent sleep crashes without altering the existing core recommendation.