From d290802b735fe42b6a8851a232dc0f43bb7c593e Mon Sep 17 00:00:00 2001 From: sspark <sspark@onioi.com> Date: Thu, 15 Sep 2022 10:15:03 +0000 Subject: [PATCH] fix arm64 issue for USBWiFi --- README.md | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index bb30530..b8a913a 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,25 @@ git clone https://github.com/aircrack-ng/rtl8812au.git cd rtl8812au sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile -sed -i 's/CONFIG_PLATFORM_ARM64_RPI = n/CONFIG_PLATFORM_ARM64_RPI = y/g' Makefile +sed -i 's/CONFIG_PLATFORM_ARM_RPI = n/CONFIG_PLATFORM_ARM_RPI = y/g' Makefile sudo make dkms_install ``` +### RPi4 internal WiFi disable & USB WiFi enable wlan0 ### + +/boot/config.txt + +append + +``` +dtoverlay=disable-wifi +``` + +and reboot + + ### RPi 4 Korean font install ### ``` -- Gitblit v1.9.3