All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Ziegler <br015@umbiko.net>
To: David Picard <david.picard@clermont.in2p3.fr>
Cc: buildroot <buildroot@buildroot.org>
Subject: Re: [Buildroot] guidelines to select a Wi-Fi/Bluetooth module
Date: Wed, 02 Apr 2025 06:22:06 +0000	[thread overview]
Message-ID: <0ef87cdcfab106d7f5c71cfbf612399f@umbiko.net> (raw)
In-Reply-To: <mailman.334.1743477301.2108631.buildroot@buildroot.org>

Hi David,

Some things that I found useful in the past:

On 2025-03-31 15:38, David Picard wrote:
> 
> Hi,
> 
> I need to add Wi-Fi and Bluetooth connectivity to my system. But it's
> really hard to understand which driver supports which product.
> 
> Could you please me some piece of advice to guide my search for a 
> module ?

Linux wireless [1] has a documentation of implemented drivers with 
reference to supported manufacturers and chipsets. Unfortunately no 
reverse lookup, so a bit time-consuming to read ...

If you can obtain a block diagram of the board /the SoC, this might help 
to identify hardware connected via non-standard interfaces (SDIO, GPIO). 
In addition to the wireless module, you will need kernel drivers for the 
subsystem.

There is the brute force approach: if your hardware is supported by a 
major distribution, boot an installation image and record the output of 
dmesg, lsmod, lspci, lsusb. This might give you additional insight, 
which hardware is present on the system.

The target package wpa_supplicant is necessary for unattended wireless 
network access.

Kind regards,
Andreas

> David

[1] https://wireless.docs.kernel.org/en/latest/en/users/drivers.html
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

       reply	other threads:[~2025-04-02  6:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.334.1743477301.2108631.buildroot@buildroot.org>
2025-04-02  6:22 ` Andreas Ziegler [this message]
2025-03-31 13:38 [Buildroot] guidelines to select a Wi-Fi/Bluetooth module David Picard

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=0ef87cdcfab106d7f5c71cfbf612399f@umbiko.net \
    --to=br015@umbiko.net \
    --cc=buildroot@buildroot.org \
    --cc=david.picard@clermont.in2p3.fr \
    /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.