From: Denys Dmytriyenko <denys@ti.com>
To: <joshua.marinacci@nokia.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: Gumstix Wifi
Date: Mon, 30 Jul 2012 15:42:07 -0400 [thread overview]
Message-ID: <20120730194207.GA23003@edge> (raw)
In-Reply-To: <40A10ADC-FEF3-4292-8C02-F50825A59D4A@nokia.com>
On Mon, Jul 30, 2012 at 07:10:23PM +0000, joshua.marinacci@nokia.com wrote:
> Hmm. I don't see to have depmod installed. Perhaps that is part of my
> problem. What package would I need to add to the minimal-core-image to get
> that?
Josh,
core-image-minimal uses busybox for tools like insmod and modprobe. The
default configuration for busybox does not have depmod enabled. As of
module-init-tools, they are being built, but not installed on the filesystem.
So, you can either modify busybox config to enable depmod, or add
module-init-tools-depmod package to your filesystem. The new way is to use
kmod, which is available in oe-core master, or meta-oe in denzil. But oe-core
master setup is broken for me at the moment, so I can't verify that kmod is
included. At least it's not listed in the image/task...
Denys
> On Jul 30, 2012, at 1:07 AM, ext Enrico wrote:
>
> > On Sat, Jul 28, 2012 at 9:30 PM, <joshua.marinacci@nokia.com> wrote:
> >> This does work. When I boot the wpa stuff is included but I still don't have a network driver loaded. If I include the built modules-3.2.19-r0-overo.tgz in my rootfs I can cd into the directory with all of the modules. However insmod libertas.ko fails with
> >>
> >> insmod: can't insert 'libertas_tf_usb.ko': unknown symbol in module, or unknown parameter
> >>
> >> and modprobe fails with
> >>
> >> modprobe: module libertas not found in modules.dep
> >>
> >>
> >> So, what should I do to make sure the libertas module is compiled correctly, included in my kernel, and then actually used at runtime?
> >
> > try with "depmod -a" (this must be done only once after you untar the
> > modules) before modprobe libertas.
> >
> > I am not sure but i think it was "modprobe libertas_sdio", try that
> > too. And of course you will need the libertas firmware
> > (sd8686....bin).
> >
> > Enrico
>
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2012-07-30 19:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-28 19:30 Gumstix Wifi joshua.marinacci
2012-07-30 8:07 ` Enrico
2012-07-30 19:10 ` joshua.marinacci
2012-07-30 19:42 ` Denys Dmytriyenko [this message]
2012-07-31 0:31 ` joshua.marinacci
2012-07-31 3:51 ` Denys Dmytriyenko
2012-07-31 3:55 ` joshua.marinacci
2012-07-31 4:02 ` Denys Dmytriyenko
2012-07-31 4:00 ` joshua.marinacci
2012-07-31 4:10 ` Denys Dmytriyenko
2012-07-30 20:00 ` Philip Balister
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=20120730194207.GA23003@edge \
--to=denys@ti.com \
--cc=joshua.marinacci@nokia.com \
--cc=meta-ti@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.