Hi,
I'm trying to get my wireless connection setup on my MacBook.
The wireless driver should be bwi(4) -- Broadcom BCM43xx
And following this bwi(4)
I put
in /boot/loader.conf
And added to /etc/wpa_supplicant.conf
I also added to /etc/rc.conf
But now I'm a bit stuck, it still doesn't seem to work. If I type
Any help greatly appreciated, thanks.
I'm trying to get my wireless connection setup on my MacBook.
The wireless driver should be bwi(4) -- Broadcom BCM43xx
And following this bwi(4)
I put
Code:
if_bwi_load="YES"
And added to /etc/wpa_supplicant.conf
Code:
network={
ssid=network
psk=mypasswd
}
Code:
wlans_bwi="wlan0"
ifconfig_wlan0="WPA SYNCDHCP"
ifconfig I just get something called lo0, I'm not sure if that is relevant, but I thought I'd see something with bwi in?Any help greatly appreciated, thanks.