2024-08-05 23:30
Debian GNU/Linuxの場合はmodprobeコマンドでドライバをロードすると"/etc/modprobe.d"フォルダの中に 次回の起動時にドライバを自動的に読み込むように設定してくれますが、kFreeBSDではやってくれないので "/etc/modules"フォルダに手で書き込みます。(FreeBSDでいうと"/boot/loader.conf"のようなもの)
$ sudo vim /etc/modules # /etc/modules: kernel modules to load at boot time. # # This file should contain the names of kernel modules that are # to be loaded at boot time, one per line. Comments begin with # a ``#'', and everything on the line after them is ignored. snd_hda.ko