João, Em 13 de setembro de 2016 15:07, João Luis <joaolui...@gmail.com> escreveu: > Uma pergunta idiota : Nao eh possivel compilar o driver iwm no 10.3 ??
Sim, é possível. Acabei de ver https://forums.freebsd.org/threads/51980/#post-291606 Ensure you have the FreeBSD source code for your release available in /usr/src. You can select the source code to be installed during the FreeBSD installation. Install the git package: # pkg install git Check out the latest driver code into your home directory: $ cd ~/ && git clone https://github.com/rpaulo/iwm.git Build the driver: cd ~/iwm/ && make Install the driver and firmware: # cp driver/if_iwm.ko driver/if_iwm.ko.symbols iwmfw/iwm7260fw.ko /boot/kernel/ Load the driver: # kldload iwm7260fw and # kldload if_iwm (consider adding entries to /boot/loader.conf to load the driver at boot time) Configure your new iwm0 interface by following the normal FreeBSD handbook chapter: https://www.freebsd.org/doc/handbook/network-wireless.html > > []s > > JL ------------------------- Histórico: http://www.fug.com.br/historico/html/freebsd/ Sair da lista: https://www.fug.com.br/mailman/listinfo/freebsd