All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Eich <markus.eich@dfki.de>
To: Rudolf Streif <rstreif@linuxfoundation.org>
Cc: Yocto Discussion Mailing List <yocto@yoctoproject.org>
Subject: Re: No network at startup using core-image-minimal
Date: Tue, 12 Aug 2014 19:58:24 +0200	[thread overview]
Message-ID: <53EA55C0.6050600@dfki.de> (raw)
In-Reply-To: <CA+gsK-oAVkqCNfU9r4CyyLvo0z3Q3N8BBa2zFz1WQj1nFpn7Aw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2244 bytes --]

Thank you for the info.

Solved it the following way:

I added

IMAGE_INSTALL += "kernel_modules" to my local.conf.

Now SMSC95xx (plus some other modules, like joydrive) are autoloaded on 
boot.

Cheers,

Markus

Am 12.08.2014 um 18:56 schrieb Rudolf Streif:

> Hi Markus,
>
>     same result with the core-image-base.
>
>     It seems that depmod is not run before building the image/modules
>     in the deploy folder. I have a custom kernel recipes. How can I
>     make bitbake to run depmod -a on the rootfs?
>
>     My recipes inherits kernel
>
>     and requires
>
>     recipes-kernel/linux/linux-yocto.inc
>
>
> Ok, in this case you want to use
>
>   module_autoload_<modname> = "modname1 modname2 modname3"
> in your kernel recipe (or distro or machine configuration which is actually preferable). For example
> module_autoload_smsc95xx = "smsc95xx"
> The module-split class should pick it up and add the module to /etc/modules-load.d/modname.conf.
> Cheers,
> Rudi


-- 
Dr.-Ing. Markus Eich

  Senior Researcher
  Marine Inspection Robotics
  Space Robotics
   
  Besuchsadresse der Nebengeschäftstelle:
  DFKI GmbH
  Robotics Innovation Center
  Robert-Hooke-Straße 5
  28359 Bremen, Germany
  
  Postadresse der Hauptgeschäftsstelle Standort Bremen:
  DFKI GmbH
  Robotics Innovation Center
  Robert-Hooke-Straße 1
  28359 Bremen, Germany

  Tel.:     +49 421 178 45-4105
  Zentrale: +49 421 178 45-0
  Fax:      +49 421 178 45-4150 (Faxe bitte namentlich kennzeichnen)
  E-Mail:   markus.eich@dfki.de

  Weitere Informationen: http://www.dfki.de/robotik
  -----------------------------------------------------------------------
  Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
  Firmensitz: Trippstadter Straße 122, D-67663 Kaiserslautern
  Geschaeftsfuehrung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster
  (Vorsitzender) Dr. Walter Olthoff
  Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans A. Aukes
  Amtsgericht Kaiserslautern, HRB 2313
  Sitz der Gesellschaft: Kaiserslautern (HRB 2313)
  USt-Id.Nr.:    DE 148646973
  Steuernummer:  19/673/0060/3
  -----------------------------------------------------------------------


[-- Attachment #2: Type: text/html, Size: 4595 bytes --]

      reply	other threads:[~2014-08-12 17:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-08 13:46 No network at startup using core-image-minimal Dr. Markus Eich
2014-08-08 15:52 ` Rudolf Streif
2014-08-12 15:09   ` Dr. Markus Eich
2014-08-12 16:56     ` Rudolf Streif
2014-08-12 17:58       ` Markus Eich [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=53EA55C0.6050600@dfki.de \
    --to=markus.eich@dfki.de \
    --cc=rstreif@linuxfoundation.org \
    --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.