From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 14:58:25 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CAC416A4CE for ; Fri, 28 Jan 2005 14:58:25 +0000 (GMT) Received: from mail21.sea5.speakeasy.net (mail21.sea5.speakeasy.net [69.17.117.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id C719D43D2F for ; Fri, 28 Jan 2005 14:58:24 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 22498 invoked from network); 28 Jan 2005 14:58:24 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail21.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 28 Jan 2005 14:58:24 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 2E84884; Fri, 28 Jan 2005 09:58:22 -0500 (EST) Sender: lowell@be-well.ilk.org To: saravanan ganapathy References: <20050128133956.96045.qmail@web51701.mail.yahoo.com> From: Lowell Gilbert Date: 28 Jan 2005 09:58:22 -0500 In-Reply-To: <20050128133956.96045.qmail@web51701.mail.yahoo.com> Message-ID: <44ekg5wqgh.fsf@be-well.ilk.org> Lines: 28 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: enable linux compatibility X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 14:58:25 -0000 saravanan ganapathy writes: > Hai > > I tried to enable linux compatibility on my freebsd > (5.3 Release)kernel by adding 'options COMPAT_LINUX' > in my kernel config file and recompiled the kernel > using this file.But even after, this is not enabled. > > kldstat o/p shows as > > # kldstat > Id Refs Address Size Name > 1 3 0xc0400000 5ef620 kernel > 2 14 0xc09f0000 537f0 acpi.ko Right. You installed it directly into your kernel, instead of as a kernel module. Therefore, it does not show up in a list of kernel modules. > The 'linux' command also not found. Not needed. > What may be the problem? You haven't tried anything that *uses* the linux compatibility. What do you want it for?