Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 May 1999 12:55:24 +0930
From:      Greg Lehey <grog@lemis.com>
To:        Wayne Cuddy <wayne@crb-web.com>
Cc:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: building lkm
Message-ID:  <19990518125524.R89091@freebie.lemis.com>
In-Reply-To: <Pine.LNX.3.95.990517202829.28328A-100000@crb.crb-web.com>; from Wayne Cuddy on Mon, May 17, 1999 at 08:29:48PM -0400
References:  <Pine.LNX.3.95.990517202829.28328A-100000@crb.crb-web.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, 17 May 1999 at 20:29:48 -0400, Wayne Cuddy wrote:
> What is the procedure for building the lkms?  My /lkm directory is empty?
> Does this require me to rebuild the kernel?
>
> If there is some information on the net that I missed somewhere please point
> me there.

You could try http://www.lemis.com/questions.html.  It suggests that
you give some information about your configuration when you ask a
question.

LKMs are on their way out.  If you have 3.1 or 3.2, you'll be using
klds instead.  Load like this:

  # kldload linux

The modules are in /modules, and they have an extension .ko (so the
command above will load /modules/linux.ko).

Greg
--
When replying to this message, please copy the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address, home page and phone numbers
finger grog@lemis.com for PGP public key


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990518125524.R89091>