Loading…
If the driver for the wireless interface is not loaded in the <literal>GENERIC</literal> or custom kernel, and the computer is running FreeBSD 12.1, load the corresponding <filename>.ko</filename> in <filename>/boot/loader.conf</filename> by adding <userinput><replaceable>driver</replaceable>_load="YES"</userinput> to that file and rebooting. Another, better way is to load the driver in <filename>/etc/rc.conf</filename> by adding it to <varname>kld_list</varname> (see <citerefentry><refentrytitle>rc.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details) in that file and rebooting. This is needed because otherwise the driver is not loaded yet at the time the <citerefentry><refentrytitle>lagg</refentrytitle><manvolnum>4</manvolnum></citerefentry> interface is set up.
Se o driver para a interface wireless não estiver carregado no kernel <literal>GENERIC</literal> ou customizado, e o computador estiver rodando o FreeBSD 12.1, carregue o <filename>.ko</filename> correspondente no arquivo <filename>/boot/loader.conf</filename> adicionando <userinput><replaceable>driver</replaceable>_load="YES"</userinput> e reiniciando a maquina. Outra forma melhor, é carregar o driver no arquivo <filename>/etc/rc.conf</filename> adicionando a variável <varname>kld_list</varname> (veja <citerefentry><refentrytitle>rc.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry> para maiores detalhes) nesse arquivo e reiniciar. Isso é necessário porque de outra forma o driver não estará carregado no tempo em que a interface <citerefentry><refentrytitle>lagg</refentrytitle><manvolnum>4</manvolnum></citerefentry> for configurada.