From: "Sean Liming" <sean.liming@annabooks.com>
To: <yocto@yoctoproject.org>
Subject: Re: How to add WiFi support
Date: Sat, 6 Jul 2013 19:35:51 -0700 [thread overview]
Message-ID: <000001ce7aba$b3e15d80$1ba41880$@annabooks.com> (raw)
In-Reply-To: <000901ce78e3$df25f880$9d71e980$@annabooks.com>
> -----Original Message-----
> From: yocto-bounces@yoctoproject.org [mailto:yocto-
> bounces@yoctoproject.org] On Behalf Of Sean Liming
> Sent: Thursday, July 04, 2013 11:26 AM
> To: yocto@yoctoproject.org
> Subject: Re: [yocto] How to add WiFi support
>
> > -----Original Message-----
> > From: yocto-bounces@yoctoproject.org [mailto:yocto-
> > bounces@yoctoproject.org] On Behalf Of Sean Liming
> > Sent: Wednesday, July 03, 2013 4:37 PM
> > To: yocto@yoctoproject.org
> > Subject: [yocto] How to add WiFi support
> >
> > I have searched and spotted different discussion on adding wireless
> support
> > but have not found a solution. I have a Intel Centrino Wireless-N 1000
> card
> > plugged into a Intel Atom N2800 (Cedar Trail) platform. I am using
> > Yocto Project 1.3.1, Cedar Trail BSP, core-image-x11
> >
> > BB_VERSION = "1.16.0"
> > TARGET_ARCH = "i586"
> > TARGET_OS = "linux"
> > MACHINE = "cedartrail-nopvr"
> > DISTRO = "poky"
> > DISTRO_VERSION = "1.3.1"
> > TUNE_FEATURES = "m32 core2"
> > Core-image-x11
> >
> > Following the instructions to use menuconfig and create configuration
> > fragment, I have enabled the various kernel options to include the
> > iwlagn driver. The configuration fragment called mydiff.cfg (attached)
> > was placed
> in
> > the meta-intel/meta-cedartrail/recipes-kernel/Linux/files folder. The
> Linux-
> > yocto_3.0.bbappend was modified with the following:
> >
> > FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
> > SRC_URI += "file://mydiff.cfg"
> >
> > After building the image, ifconfig didn't show wireless and neither
> > does iwconfig. The adapter is found when I do a lspci. The kernel
> > wireless
> website
> > - http://wireless.kernel.org/en/users/Drivers/iwlwifi lists a
> > firmware package needed for installation. I tried to create a recipe
> > to place the firmware file in the /lib/firmware folder, but it doesn't
> > get put in. The
> lack of
> > what to do for the LICENSE might be a problem. Here is the
> > recipe:
> >
> > DESCRIPTION = "Intel WiFi 1000 Adapter"
> > LICENSE = "GPL"-?????
> > LIC_FILES_CHKSUM =
> > "file://${WORKDIR}/LICENSE.iwlwifi-1000-
> > ucode;md5=aa2bfb02c7e0712680334b9f47
> > f8dc61"
> >
> > SRC_URI = "file://LICENSE.iwlwifi-1000-ucode \
> > file://iwlwifi-1000-3.ucode \
> > "
> > FWPATH = "lib/firmware"
> > do_install_apped() {
> > install -m 0644 LICENSE.iwlwifi-1000-ucode ${D}${FWPATH}
> > install -m 0644 iwlwifi-1000-3.ucode ${D}${FWPATH} }
> >
> > I manually created the /lib/firmware folder and copied the firmware
> > file
> > (iwlwifi-1000-3.ucode) to the folder. Nothing changed after a reboot.
> > I
> also
> > tried a Intel Centrino Ultimate-N 6300 same result.
> >
> > 1. Was a kernel modification the right direction to enable support for
> this
> > driver?
> > 2. Did I miss anything with regards to the configuration fragment setup?
> > 3. Is the firmware really needed? If so why is there no /lib/firmware
> folder
> > and what should be used for the LICENSE ?
> >
> >
> > Regards,
> >
> > Sean Liming
>
> Update: After checking the /proc/config.gz, I noticed that the custom
kernel
> settings are not being set. Is there specific location for the
configuration
> fragment to be placed? I put it in the BSP's recipes-kernel/Linux/files
folder.
>
> After installing Ubuntu on the target, iwlwifi is being used rather than
iwlagn.
> I have a updated my custom config.
>
> Regards,
>
> Sean Liming
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
SOLVED: Deviated from the documentation to get the configuration fragment
working, and found a Linux-firmware package that pulls in the firmware.
Regards,
Sean Liming
prev parent reply other threads:[~2013-07-07 2:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-03 23:36 How to add WiFi support Sean Liming
2013-07-04 18:25 ` Sean Liming
2013-07-07 2:35 ` Sean Liming [this message]
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='000001ce7aba$b3e15d80$1ba41880$@annabooks.com' \
--to=sean.liming@annabooks.com \
--cc=yocto@yoctoproject.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.