Hello,
I have a router running ddwrt. other computer on wifi, 4 android phones, google home minis all connect with out an issue.
This box running 18.04 with a BCM4352 using this mobo for fyi:
https://www.asus.com/us/Motherboards/Z97IPLUS/
can not connect. wired ethernet works just fine. When I try to connect with wifi I get:
Activation of network connection failed. This is trying on N and AC.
Here's the weird part. When I turn on my pixel phones hotspot I connect just fine. Both router and pixel are on WPA2 PSK.
I've tried manually setting IP/DNS/Gateway to no avail. From the router here is the logon:
I did purge and reinstall the broadcom driver here's some info:
I'm honestly getting ready to throw myself in the oven with the turkey at this point.
gobble,gobble
I have a router running ddwrt. other computer on wifi, 4 android phones, google home minis all connect with out an issue.
This box running 18.04 with a BCM4352 using this mobo for fyi:
https://www.asus.com/us/Motherboards/Z97IPLUS/
can not connect. wired ethernet works just fine. When I try to connect with wifi I get:
Activation of network connection failed. This is trying on N and AC.
Here's the weird part. When I turn on my pixel phones hotspot I connect just fine. Both router and pixel are on WPA2 PSK.
I've tried manually setting IP/DNS/Gateway to no avail. From the router here is the logon:
Code:
Dec 31 19:10:41 DDWRT_X10 daemon.info hostapd: ath1: STA MLME: auth request, signal -45 (Accepted)Dec 31 19:10:41 DDWRT_X10 daemon.info hostapd: ath1: STA IEEE 802.11: authenticated
Dec 31 19:10:41 DDWRT_X10 daemon.info hostapd: ath1: STA MLME: assoc request, signal -45 (Accepted)
Dec 31 19:10:41 DDWRT_X10 daemon.info hostapd: ath1: STA IEEE 802.11: associated (aid 8)
Dec 31 19:10:41 DDWRT_X10 daemon.info hostapd: ath1: STA RADIUS: starting accounting session
Dec 31 19:10:41 DDWRT_X10 daemon.info hostapd: ath1: STA WPA: pairwise key handshake completed (RSN)
Code:
modinfo wl
filename: /lib/modules/4.15.18-041518-generic/updates/dkms/wl.ko
license: MIXED/Proprietary
srcversion: 00D38A27B7E3C7B97C238FC
alias: pci:v*d*sv*sd*bc02sc80i*
depends: cfg80211
retpoline: Y
name: wl
vermagic: 4.15.18-041518-generic SMP mod_unload
signat: PKCS#7
signer:
sig_key:
sig_hashalgo: md4
parm: passivemode:int
parm: wl_txq_thresh:int
parm: oneonly:int
parm: piomode:int
parm: instance_base:int
parm: nompc:int
parm: intf_name:string
Code:
dmesg | grep wl
[ 2.579472] wl: loading out-of-tree module taints kernel.
[ 2.579474] wl: module license 'MIXED/Proprietary' taints kernel.
[ 2.580885] wl: module verification failed: signature and/or required key missing - tainting kernel
[ 2.582314] wl 0000:03:00.0: enabling device (0000 -> 0002)
[ 2.647669] wlan0: Broadcom BCM43b1 802.11 Hybrid Wireless Controller 6.30.223.271 (r587334)
[ 2.662113] wl 0000:03:00.0 wlp3s0: renamed from wlan0
[ 5.101900] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 5.320487] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 223.008878] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 306.004586] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 350.518031] ERROR @wl_dev_intvar_get :
[ 350.518042] ERROR @wl_cfg80211_get_tx_power :
Code:
rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: brcmwl-0: Wireless LAN
Soft blocked: no
Hard blocked: no
Code:
lspci -nnk | grep -A2 0280
03:00.0 Network controller [0280]: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
Subsystem: ASUSTeK Computer Inc. BCM4352 802.11ac Wireless Network Adapter [1043:855c]
Kernel driver in use: wl
gobble,gobble