From: Harald Dunkel <harald.dunkel@t-online.de>
To: Alexis <alexis@attla.net.ar>
Cc: linux-kernel@vger.kernel.org
Subject: Re: modules in 2.6.0-test11
Date: Sun, 14 Dec 2003 12:55:23 +0100 [thread overview]
Message-ID: <3FDC4FAB.3000509@t-online.de> (raw)
In-Reply-To: <006501c3c1fa$e1fb8d90$0200000a@heretic>
Alexis wrote:
> Ive compilled and installed 2.6.0-test11 on redhat 8 in order to filter
> packets based on some patterns in layer 7 (l7-filter.sourceforge.net)
>
> So, ive installed the kernel, and installed module-init-tools-0.9.14 too.
>
> The kernel works fine, all modules too but i have to insert them with insmod
> or modprobe, i cannot make that modules became loaded automatically.
>
> Ive compiled the kernel with CONFIG_KMOD=Y
>
> any help?
>
I found this in the FAQs (on Debian):
Q) I'm using RedHat and modules don't autoload any more.
A) RedHat turns module autoloading off if /proc/ksyms isn't found.
Change line 337 of /etc/rc.d/rc.sysinit from:
if ! grep -iq nomodules /proc/cmdline 2>/dev/null && [ -f /proc/ksyms ]; then
to
if ! grep -iq nomodules /proc/cmdline 2>/dev/null && [ -f /proc/modules ]; then
Hope this helps.
Regards
Harri
next prev parent reply other threads:[~2003-12-14 11:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-14 4:29 modules in 2.6.0-test11 Alexis
2003-12-14 11:55 ` Harald Dunkel [this message]
2003-12-17 6:37 ` Steve Youngs
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=3FDC4FAB.3000509@t-online.de \
--to=harald.dunkel@t-online.de \
--cc=alexis@attla.net.ar \
--cc=linux-kernel@vger.kernel.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.