Listing kernel models.

Anton Sayetsky vsjcfm at gmail.com
Wed Mar 19 19:28:35 UTC 2014


2014-03-17 21:32 GMT+02:00 R. Clayton <rclayton at 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


More information about the freebsd-questions mailing list