[oe] USB wifi configuration

Stephen Arnold stephen.arnold42 at gmail.com
Tue Apr 1 15:47:09 UTC 2014


It pretty much depends on your image recipe (and/or kernel recipe if you've
got a custom one).  It sounds like your custom kernel config is being used,
which is the first thing to check (there should be a kernel module package
with your driver).

Second is what gets installed to the image , so you would need to check
your image recipe (and any include files) to see whether anything installs
"kernel-modules" or a list of individual module packages (not sure if
there's a package_group).  I specifically include kernel-modules in my
image recipes so I get them all, but if you only want specific ones then
you probably need to list each one in your IMAGE_INSTALL.  So either add
"kernel-modules" or the package name to your image, or maybe just include
an image that already does that (eg, console-image).

Steve


On Tue, Apr 1, 2014 at 6:51 AM, MONDON Daniel
<Daniel.MONDON at lpgsystems.com>wrote:

>
> -------------------------------------------------------------------------------------
> Hi,
>
> I have a 3.2.30 kernel.
> With DISTRO = "angstrom" and DISTRO_VERSION = "v2012.05"
>
> I want to use USB wifi dongle.
>
> I do "bitbake -c menuconfig virtual/kernel" modifications and put the
> output file .config in the required directory (renamed in defconfig).
> /networking support / Wireless / ...
> And /Device Drivers/Network device support/Wireless LAN/...
> (I've got RTL8287L (and a netgear WG111v2) waiting for Belkin surf N150
> reception).
>
> But I have the error to "iw list" --> "nl80211 not found."
>
> What am I forgetting.
>
> Thanks
> Daniel.
>
> --------------------------------------------------------------------------------------------
> Hi,
>
> In fact, build is done and I have everything in the deploy directory.
>
> But I don't have new modules in the packaged system :(
> Isn't it automatic ? Where is the list to be updated ?
>
> Thanks
> Daniel.
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>



More information about the Openembedded-devel mailing list