From: Gerard van den Bosch <gerard@de-haardt.com>
To: Martin Jansa <martin.jansa@gmail.com>
Cc: Darren Hart <dvhart@linux.intel.com>, poky <poky@yoctoproject.org>
Subject: Re: load kernel module at startup
Date: Thu, 21 Apr 2011 11:23:49 +0200 [thread overview]
Message-ID: <4DAFF7A5.7060309@de-haardt.com> (raw)
In-Reply-To: <20110421062719.GA6678@jama.jama.net>
On 04/21/2011 08:27 AM, Martin Jansa wrote:
> On Wed, Apr 20, 2011 at 08:49:35AM -0700, Darren Hart wrote:
>>
>> On 04/20/2011 08:31 AM, Martin Jansa wrote:
>>> On Wed, Apr 20, 2011 at 08:25:38AM -0700, Darren Hart wrote:
>>>>
>>>> On 04/11/2011 02:38 AM, Gerard van den Bosch wrote:
>>>>> Hello,
>>>>>
>>>>> I would like to modprobe my wireless driver kernel module at startup
>>>>> automatically.
>>>>>
>>>>> This works when I generate a rootfs and then boot up the first time so
>>>>> the modules file gets generated and then I can manually add the kernel
>>>>> module in that file and then reboot.
>>>>>
>>>>> When I look in the manpage of update-modules it states that a config
>>>>> file should be added in /etc/modutils but that directory is not in my
>>>>> rootfs.
>>>>>
>>>>> So I was wondering what I have to do to get /etc/modutils directory or
>>>>> an other way to get the kernel module loaded at startup.
>>>>>
>>>>> I am using the Poky 4.0 Laverne release.
>>>> I believe you can just add the name of the module to:
>>>>
>>>> /etc/modules
>>>>
>>>> Can you try that?
>>> module_autoload_module_name to do that, is not supported in Poky?
>> I am not familiar with this technique.
> I've checked Poky 5.0 and according to git log it was there from the
> beginning, so also in Poky 4.0. And also it's inherited by
> linux-yocto(-stable).
>
> if you read classes/kernel.bbclass you'll notice ie:
> module_autoload_ipv6 = "ipv6"
>
> which adds postinst to kernel-module-ipv6 package to "modprobe ipv6" and
> also creates /etc/modutils/ipv6 file with "ipv6" in it to autoload ipv6
> module after reboot.
>
Added the following line to class/kernel.bbclass:
module_autoload_libertas-sdio = "libertas-sdio"
After that I rebuilded the kernel and generated the image but didn't get the modutils file and it didn't autoload either.
Also tried adding the line inside my kernel recipe after "inherit kernel" but that also didn't work.
> similar
> module_conf_bluez = "alias net-pf-31 bluez"
> creates
> /etc/modprobe.d/bluez.conf (or /etc/modutils/bluez.conf for 2.4 kernel)
> with "alias net-pf-31 bluez"
>
> and those files are added to kernel-module-something FILES, so removing
> module removes autoload and config with it properly.
>
> Regards,
This part I don't understand, how can I figure out what to alias?
With some googling I came across some list where it's major number related, but there is no difference between /proc/devices when I have the module loaded or not.
Regards,
Gerard
next prev parent reply other threads:[~2011-04-21 9:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-11 9:38 load kernel module at startup Gerard van den Bosch
2011-04-20 15:25 ` Darren Hart
2011-04-20 15:31 ` Martin Jansa
2011-04-20 15:49 ` Darren Hart
2011-04-21 6:27 ` Martin Jansa
2011-04-21 9:23 ` Gerard van den Bosch [this message]
2011-04-21 22:02 ` Darren Hart
2011-04-22 6:19 ` Gerard van den Bosch
2011-04-21 6:14 ` Gerard van den Bosch
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=4DAFF7A5.7060309@de-haardt.com \
--to=gerard@de-haardt.com \
--cc=dvhart@linux.intel.com \
--cc=martin.jansa@gmail.com \
--cc=poky@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.