Skip to content

Instantly share code, notes, and snippets.

@ViKingIX
Created December 10, 2021 16:41
Show Gist options
  • Save ViKingIX/d46f3b47587128384d521b8f5d438664 to your computer and use it in GitHub Desktop.
Save ViKingIX/d46f3b47587128384d521b8f5d438664 to your computer and use it in GitHub Desktop.

Solution to "device not detected" for ckb-next on MacOS Big Sur

  1. Reboot into Recovery mode and disable SIP(hold cmd + r when booting until a grey screen flash)
    csrutil disable
    
  2. Normal boot, a popup should prompt for allow loading kext
  3. Reboot into recovery mode and add kext team ID into whitelist
    spctl kext-consent add G43BCU2T37
    
  4. Normal boot, device should be detected without prompt
  5. Reboot into recovery mode and enable SIP
    csrutil enable
    
  6. Normal boot, device detected without problem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment