public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
From: James Miller <jamtat@mailsnare.net>
To: Ray Olszewski <ray@comarre.com>
Cc: linux-newbie@vger.kernel.org
Subject: Re: Modules problem part-2
Date: Mon, 5 Jan 2004 13:31:06 -0600 (CST)	[thread overview]
Message-ID: <Pine.LNX.4.58.0401051329260.3345@localhost> (raw)
In-Reply-To: <5.1.0.14.1.20040105104618.01f28358@celine>

On Mon, 5 Jan 2004, Ray Olszewski wrote:

> At 11:55 PM 1/5/2004 +0530, joy wrote:
> 
> >hi,
> >I did what was told of  me, make modules and make install and the modules 
> >were in place.
> >but the other problem I had with lsmod and insmod giving me error stating:
> >QM_MODULES function not implemented
> >refuses to go away
> >even at bootup ,
> >when init runs modprobe, the same error appears a LOT of times.(it scrolls 
> >fast but I could just make out!)
> 
> It sounds like you (or whoever compiled your kernel) did not compile in 
> loadable modules support. (In 2.4.x kernels, which I still use, this is the 
> second item in the "make menuconfig" setup list, so you might look in a 
> similar location in the 2.6.x configuration.)
> 
> In the 2.4.x kernels, the relevant section of the actual config file is
> 
>          #
>          # Loadable module support
>          #
>          CONFIG_MODULES=y
>          CONFIG_MODVERSIONS=y
>          CONFIG_KMOD=y
> 
> Here too, you might look for something similar in the 2.6.x config file ... 
> the "QM_MODULES" name might indicate a change in terminology.
> 
Here's what I've got in my 2.6.0 kernel .config file relevant to this:

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

James
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

  reply	other threads:[~2004-01-05 19:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-05 18:25 Modules problem part-2 joy
2004-01-05 18:53 ` Ray Olszewski
2004-01-05 19:31   ` James Miller [this message]
2004-01-05 21:42   ` caszonyi
2004-01-06  6:18   ` pa3gcu
2004-01-06 11:53     ` joy
2004-01-07  7:14       ` pa3gcu

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=Pine.LNX.4.58.0401051329260.3345@localhost \
    --to=jamtat@mailsnare.net \
    --cc=linux-newbie@vger.kernel.org \
    --cc=ray@comarre.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox