I'm installing FreeBSD 10.2 amd64 on my UEFI-based laptop (Lenovo Yoga 3 Pro installed with Windows 8, presently has Windows 10, single disk). I'm having a couple of issues, but the primary one is my inability to get the Broadcom wireless card from being detected.
I followed the handbook, relevant man pages, and this post: https://forums.FreeBSD.org/threads/broadcom-ndis-howto.36611/. The post guides the reader through the creation and installation of a NDIS-based Broadcom driver.
However,
I made some attempt to install the bwn driver from ports, but without internet it became a deep hole quick.
I've been using some of the more DIY Linuxes as my primary work/play OS for several years, and at this point I've exhausted my ideas on how to fix this. Does anyone have any ideas? What should be my next step?
I followed the handbook, relevant man pages, and this post: https://forums.FreeBSD.org/threads/broadcom-ndis-howto.36611/. The post guides the reader through the creation and installation of a NDIS-based Broadcom driver.
However,
# kldload bcmwl564_sys
does nothing noticeable besides putting the driver (and ndis/if_ndis) in the kernel module list. There's no output to dmesg about it (besides the acknowledgment that a Broadcom device existed on boot), and ifconfig
only shows the loopback device. I restarted the netif service to no avail. I also tried sysctl debug.ndis=1
too, but got no output.I made some attempt to install the bwn driver from ports, but without internet it became a deep hole quick.
I've been using some of the more DIY Linuxes as my primary work/play OS for several years, and at this point I've exhausted my ideas on how to fix this. Does anyone have any ideas? What should be my next step?