All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: buildroot@buildroot.org
Cc: Fabio Estevam <festevam@gmail.com>
Subject: [Buildroot] [PATCH 2/2] configs/warp7: Improve Wifi instructions
Date: Tue, 22 Apr 2025 10:10:54 -0300	[thread overview]
Message-ID: <20250422131054.1115455-2-festevam@gmail.com> (raw)
In-Reply-To: <20250422131054.1115455-1-festevam@gmail.com>

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 <festevam@gmail.com>
---
 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
 
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2025-04-22 13:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-22 13:10 [Buildroot] [PATCH 1/2] configs/warp7: Bump U-Boot and kernel versions Fabio Estevam
2025-04-22 13:10 ` Fabio Estevam [this message]
2025-05-02 11:01   ` [Buildroot] [PATCH 2/2] configs/warp7: Improve Wifi instructions Arnout Vandecappelle via buildroot
2025-04-22 18:45 ` [Buildroot] [PATCH 1/2] configs/warp7: Bump U-Boot and kernel versions Julien Olivain

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250422131054.1115455-2-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.