From 6240b75d0cd2d602e8449a093c6a0499b3e66733 Mon Sep 17 00:00:00 2001 From: Fabio Estevam Date: Tue, 22 Apr 2025 10:10:54 -0300 Subject: [PATCH] configs/warp7: Improve Wifi instructions The "modprobe brcmfmac" command is not necessary because this driver is automatically loaded. Remove the "iwconfig" line as it is considered deprecated: warning: `iwconfig' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211 Remove the "-Dwext" parameter as it is not supported by the default kernel configuration: wlan0: Unsupported driver 'wext' Tested Wifi by following the updated commands. Signed-off-by: Fabio Estevam Signed-off-by: Julien Olivain --- board/warp7/readme.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/board/warp7/readme.txt b/board/warp7/readme.txt index aff7a601e5..39d845bd32 100644 --- a/board/warp7/readme.txt +++ b/board/warp7/readme.txt @@ -107,11 +107,9 @@ To boot your newly created system: Using Wifi ========== -# modprobe brcmfmac -# iwconfig wlan0 essid ACCESSPOINTNAME # wpa_passphrase ACCESSPOINTNAME > /etc/wpa.conf (enter the wifi password and press enter) -# wpa_supplicant -Dwext -iwlan0 -c /etc/wpa.conf & +# wpa_supplicant -iwlan0 -c /etc/wpa.conf & # udhcpc -i wlan0 # ping buildroot.org