Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 2014 21:28:13 +0200
From:      Anton Sayetsky <vsjcfm@gmail.com>
To:        "R. Clayton" <rclayton@monmouth.edu>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: Listing kernel models.
Message-ID:  <CAFG2KCLEUw7z1EqiXBoQmC4SeRU6EdSRKPRu-sULG-9=kg9J_w@mail.gmail.com>
In-Reply-To: <878us839kt.fsf@UlanBator.myhome.westell.com>
References:  <878us839kt.fsf@UlanBator.myhome.westell.com>

next in thread | previous in thread | raw e-mail | index | archive | help
2014-03-17 21:32 GMT+02:00 R. Clayton <rclayton@monmouth.edu>:
> How do I list the modules available in the (10.0 release generic, in my case)
> kernel?  In linux I'd use the lsmod command.  In freebsd does "ls /boot/kernel"
> do the trick?  Is it the case that /boot/kernel/*ko are included as modules?
>
> In particular, I'm trying figure out if the instructions given in
>
>   www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html
>
> to put
>
>   if_ath_load="YES"
>   wlan_wep_load="YES"
>   wlan_ccmp_load="YES"
>   wlan_tkip_load="YES"
>
> in /boot/loader.conf are redundant.
lsmod = kldstat (see -v flag)
ls /boot/kernel = find /lib/modules



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFG2KCLEUw7z1EqiXBoQmC4SeRU6EdSRKPRu-sULG-9=kg9J_w>