From owner-freebsd-questions Mon May 17 20:25:36 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 80AB414DBF for ; Mon, 17 May 1999 20:25:26 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id MAA29406; Tue, 18 May 1999 12:55:25 +0930 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id MAA01692; Tue, 18 May 1999 12:55:24 +0930 (CST) Date: Tue, 18 May 1999 12:55:24 +0930 From: Greg Lehey To: Wayne Cuddy Cc: FreeBSD Questions Subject: Re: building lkm Message-ID: <19990518125524.R89091@freebie.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Wayne Cuddy on Mon, May 17, 1999 at 08:29:48PM -0400 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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