From owner-freebsd-questions@FreeBSD.ORG Thu Mar 20 07:19:26 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A342F872 for ; Thu, 20 Mar 2014 07:19:26 +0000 (UTC) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 3C426C21 for ; Thu, 20 Mar 2014 07:19:25 +0000 (UTC) Received: from ppp118-210-75-104.lns20.adl2.internode.on.net (HELO leader.local) ([118.210.75.104]) by ipmail06.adl2.internode.on.net with ESMTP; 20 Mar 2014 17:49:24 +1030 Message-ID: <532A967A.4040603@ShaneWare.Biz> Date: Thu, 20 Mar 2014 17:49:22 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Polytropon , "R. Clayton" Subject: Re: Listing kernel models. References: <878us839kt.fsf@UlanBator.myhome.westell.com> <20140319205303.5ecbb030.freebsd@edvax.de> In-Reply-To: <20140319205303.5ecbb030.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD-questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Mar 2014 07:19:26 -0000 On 20/03/2014 06:23, Polytropon wrote: > On Mon, 17 Mar 2014 15:32:18 -0400, R. Clayton wrote: > >> In freebsd does "ls /boot/kernel" >> do the trick? > > This command will list the modules that have been > built (usually along with the kernel) and can be loaded. > That's for standard modules included in the FreeBSD source - /boot/modules is also available for third party modules such as nvidia and cuse4bsd /usr/local/modules/ can also contain third party modules.