Where is the problem ?
I show step-by-step the configuration process I followed.
BACKGROUND.
I want set-up the Broadcom BCM43131 PCI wifi network card.
I retrieved this information using pciconf -lv
STEP 1 - Installation of the required driver:
/usr/ports/net/bwn-firmware-kmod
STEP 2 - Instruct FreeBSD to load modules into the kernel during boot by adding the following lines to /boot/loader.conf
siba_bwn_load="YES"
if_bwn_load="YES"
bwn_v4_lp_ucode_load="YES"
// bwn_v4_ucode_load="YES" // If you don’t have the Broadcom BCM4312 low power model.
STEP 3 - Add the following lines to /etc/rc.conf:
wlans_bwn0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
STEP 4 - Create the /etc/wpa_supplicant.conf file to setup WiFi details:
network={
ssid="YOUR WIFI NETWORK"
psk="YOUR WIFI PASSWORD"
}
STEP 5 - Reboot the system with shutdown -r now.
The WI FI doesn't work.
Bye Bye Guys !!!!!!
I show step-by-step the configuration process I followed.
BACKGROUND.
I want set-up the Broadcom BCM43131 PCI wifi network card.
I retrieved this information using pciconf -lv
STEP 1 - Installation of the required driver:
/usr/ports/net/bwn-firmware-kmod
STEP 2 - Instruct FreeBSD to load modules into the kernel during boot by adding the following lines to /boot/loader.conf
siba_bwn_load="YES"
if_bwn_load="YES"
bwn_v4_lp_ucode_load="YES"
// bwn_v4_ucode_load="YES" // If you don’t have the Broadcom BCM4312 low power model.
STEP 3 - Add the following lines to /etc/rc.conf:
wlans_bwn0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
STEP 4 - Create the /etc/wpa_supplicant.conf file to setup WiFi details:
network={
ssid="YOUR WIFI NETWORK"
psk="YOUR WIFI PASSWORD"
}
STEP 5 - Reboot the system with shutdown -r now.
The WI FI doesn't work.
Bye Bye Guys !!!!!!