Skip to content

Commit 73d08dc

Browse files
authored
Udpate 202204 (#8)
* Revert "fix boot stuck on Monterey 12.1+ for brcm wifi card" This reverts commit 240c0f5. * Use boot-arg instead of DSDT to "fix boot stuck on Monterey 12.1+ for brcm wifi card" DSDT will cause unexpected behavior on my test machine * add brcmfx boot-args for Monterey 12.1+ for brcm card * extend the delay time longer * bug fix: fix verbose and debug mode cannot be effective at the same time
1 parent 1b4fff2 commit 73d08dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Installer/scripts/set_brcmfx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
printf "%s " "brcmfx-delay=2000" > "$INSTALLER_TEMP/boot-args-brcmfx.txt"
3+
printf "%s " "brcmfx-delay=5000" > "$INSTALLER_TEMP/boot-args-brcmfx.txt"

Installer/scripts/set_debug.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
printf "%s " "keepsyms=1 debug=0x146 watchdog=0 -liludbgall" > "$INSTALLER_TEMP/boot-args-verbose.txt"
3+
printf "%s " "keepsyms=1 debug=0x146 watchdog=0 -liludbgall" > "$INSTALLER_TEMP/boot-args-debug.txt"

0 commit comments

Comments
 (0)