using 11.1-RELEASE FreeBSD 11.1-RELEASE r321309
So I am able to scan for and "connect" to wireless networks with my BCM4312, but I cannot access internet on any of them.
I have tried my own and even the unsecured ones.
in boot/loader.conf I have ...
The interface for the wireless device appears in wifconfig, ifconfig wlan0 scan works fine.
So I tried connecting to a few networks with wpa_supplicant and also the wifi gui manager and they connect but do not actually let me use the internet.
my /etc/wpa_supplicant.conf ...
It is very cumbersome to drag this ethernet cord around any help is appreciated.
So I am able to scan for and "connect" to wireless networks with my BCM4312, but I cannot access internet on any of them.
I have tried my own and even the unsecured ones.
in boot/loader.conf I have ...
if_bwn_load="YES"
bwn_v4_lp_ucode_load="YES"
The interface for the wireless device appears in wifconfig, ifconfig wlan0 scan works fine.
So I tried connecting to a few networks with wpa_supplicant and also the wifi gui manager and they connect but do not actually let me use the internet.
my /etc/wpa_supplicant.conf ...
Code:
# /etc/wpa_supplicant.conf written by wifimgr(8)
network={
ssid="my ssid"
bssid=3c:7a:8a:e3:69:d0
key_mgmt=WPA-PSK
proto=RSN
# psk=omitting this unless needed
}
It is very cumbersome to drag this ethernet cord around any help is appreciated.