All of lore.kernel.org
 help / color / mirror / Atom feed
From: Holger Hans Peter Freyther <holger@freyther.de>
To: poky@yoctoproject.org
Subject: kernel modules and opkg
Date: Fri, 14 Oct 2011 09:56:46 +0200	[thread overview]
Message-ID: <4E97EB3E.4070402@freyther.de> (raw)

Hi,

I am using opkg for one of my images (because I don't have enough space for
zypper, and only got apt4rpm work partially). Now module loading does not work
after installation. This is due opkg installing 'interceptors' for depmod and
update-modules, so the modprobe mISDN_l1loop is called before the real
update-modules has been called.

anyone else has seen this problem? should the interception be disabled for
opkg? should it intercept modprobe as well? is something like this done for RPM?



#!/bin/sh
if [ -n "$D" ]; then
	i586-poky-linux-depmod-2.6 -A -b $D -F /...System.map-2.6.39.4-yocto-standard
2.6.39.4-yocto-standard
else
	depmod -a
	update-modules || true
fi

if [ x"$D" = "x" ]; then
	modprobe mISDN_l1loop || true
fi


                 reply	other threads:[~2011-10-14  7:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4E97EB3E.4070402@freyther.de \
    --to=holger@freyther.de \
    --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.