Listing kernel models.

R. Clayton rclayton at monmouth.edu
Wed Mar 19 19:25:15 UTC 2014


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.
-- 



More information about the freebsd-questions mailing list