Skip to content

Commit 68426ff

Browse files
pyavitzPatrick Yavitz
andauthored
BananaPi M4 Zero: enable 8821cu and blacklist rtw88_8821cu (#6365)
rtw88_8821cu takes priority over the github driver, so this shouldn't effect other units or usb dongles people use. My reasoning is; The rtw88 driver for reasons yet unknown seems to trigger usb fails more often than the github driver. If a fail occurs it will introduce dmesg spam and upon reboot leave the onboard wireless module undetectable. Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com> Co-authored-by: Patrick Yavitz <pyavitz@xxxxx.com>
1 parent 433f621 commit 68426ff

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

config/boards/bananapim4zero.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ BOOTCONFIG="bananapi_m4zero_defconfig"
66
OVERLAY_PREFIX="sun50i-h616"
77
BOOT_LOGO="desktop"
88
KERNEL_TARGET="current,edge"
9+
MODULES_BLACKLIST="rtw88_8821c rtw88_8821cu"
910
FORCE_BOOTSCRIPT_UPDATE="yes"
1011
BOOTBRANCH_BOARD="tag:v2024.01"
1112
BOOTPATCHDIR="v2024.01"

config/kernel/linux-sunxi64-current.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2898,7 +2898,7 @@ CONFIG_WFX=m
28982898
# CONFIG_RTL8723DU is not set
28992899
# CONFIG_RTL8723DS is not set
29002900
# CONFIG_RTL8822BU is not set
2901-
# CONFIG_RTL8821CU is not set
2901+
CONFIG_RTL8821CU=m
29022902
CONFIG_XRADIO=m
29032903
CONFIG_XRADIO_NON_POWER_OF_TWO_BLOCKSIZES=y
29042904
# CONFIG_XRADIO_5GHZ_SUPPORT is not set

config/kernel/linux-sunxi64-edge.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2908,7 +2908,7 @@ CONFIG_WFX=m
29082908
# CONFIG_RTL8723DU is not set
29092909
# CONFIG_RTL8723DS is not set
29102910
# CONFIG_RTL8822BU is not set
2911-
# CONFIG_RTL8821CU is not set
2911+
CONFIG_RTL8821CU=m
29122912
CONFIG_XRADIO=m
29132913
CONFIG_XRADIO_NON_POWER_OF_TWO_BLOCKSIZES=y
29142914
# CONFIG_XRADIO_5GHZ_SUPPORT is not set

0 commit comments

Comments
 (0)