dotdash70
dotdash70
The 4312 does work on NomadBSD with some lines added to the loader.conf. I replaced the card with an Atheros, but I have a laptop where it is easy to...
pkg info on my nomad system shows: bwn-firmware-kmod-0.1.2 (bwi is for an older broadcom chipset). You may need to install from ports due to the license, not sure I haven't...
I got a laptop I could do an install to the HDD on and tested with the Broadcom 4312 card. This card is a b/g, but I also have a...
bwn_v4_lp_ucode.ko bwn_v4_n_ucode.ko bwn_v4_ucode.ko (from NomadBSD 1.4) The 'proper' way of doing it is something like: install kernel sources, install bw43-fwcutter port, install bwn-firmware kmod port.
Additional Notes: I had to manually add the wlan entries to /etc/rc.conf to get the adapter to come up. I also copied over the working wpa_supplicant.conf from the Nomad system....
Coming back to do some testing with 7 G160 version based on FreeBSD 13.0 My older laptop has had issues installing from the 5 version on, though it's booting the...
Here are the .ko files built from a FreeBSD 13.0-Release system: [bw-ko-fbsd13.zip](https://github.com/helloSystem/ISO/files/7818044/bw-ko-fbsd13.zip) As for creating a pkg, do you mean running that command on FreeBSD 13, or on helloSystem? If...
Had to edit the makefile as detailed earlier. Here is the result [pkg.zip](https://github.com/helloSystem/ISO/files/7825298/pkg.zip)
Unfortunately, my test kit consists of a 4312 (works) and a 4313 (does not work). A quick search seems to indicate the 4321 may not be supported, or may require...
Came across this post with detailed instructions on how to compile a kernel with BWN_GPL_PHY here: https://forums.freebsd.org/threads/bcm4322-wifi-card-freebsd-11-2-not-working.68103/ I would expect there are licensing issues keeping it from being in the...