I can't get the wireless to work on my laptop. I've tried on 2 different network with simple passwords in case there was weird encryption issue but still no luck. Any help is appreciated. Thanks!
module seems loaded
3b:00.0 Network controller: Broadcom Corporation BCM4352 802.11ac Wireless Network Adapter (rev 03)
Subsystem: AzureWave BCM4352 802.11ac Wireless Network Adapter
Kernel driver in use: wl
Kernel modules: wl
________
wpa_supplicant.conf:
network={
ssid="Iceberg"
psk="passwd" # I've also tried using the hash generated by wpa_passphrase
}
________
<3>CTRL-EVENT-SCAN-STARTED
<3>CTRL-EVENT-SCAN-RESULTS
<3>Trying to associate with f4:4e:05:16:b7:41 (SSID='Icebergt' freq=2462 MHz)
<3>CTRL-EVENT-ASSOC-REJECT bssid=g3:4e:05:19:70:c1 status_code=16
<3>CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Iceberg" auth_failures=1 duration=10 reason=CONN_FAILED
___________
cat /etc/conf.d/net
config_lan0="dhcp"
config_wifi0="dhcp"
modules="wpa_supplicant"
__________

