Hi, yesterday I installed FreeBSD 11.0-CURRENT and wanted to set up my wifi. I have a Broadcom BCM4313 and I read googleing there were some problems attempting to get this card working with the net/bwn-firmware-kmod, so some people used ndis to use the Windows' drivers. Because I wouldn't like to use the Windows' drivers, I attempted to install the net/bwn-firmware-kmod port, added
to /boot/loader.conf, remade grub config and rebooted, but the interface is not shown when I type
Code:
if_bwn_load="YES"
bwn_v4_ucode_load="YES"
ifconfig
. If I type dmesg | grep -i 'bwn'
, I see two lines saying "KLD file if_bwn.ko is missing dependencies", but I successfully installed the port, added the kernel modules at boot and they are shown if I type kldstat
. Does anybody know if is this card supported at the moment? Any idea on how to get my wireless working, avoiding the Windows' drivers? Many thanks.