I would like to connect to a 5GHz wifi with my broadcom wireless adapter [14e4:43a0] (Ubuntu 18.04 LTS). I feel like I tried all the options google had for me. At some point I had the wifi working for 2.4GHz in one session but after rebooting it was gone. I am beginning to doubt that this is achievable.
Currently the proprietary bcmwl drivers (tried install both with the GUI and apt-get) are not loaded correctly (at least that is what I think UNCLAIMED means):
sudo lshw -C network
shows me:
*-network UNCLAIMED
description: Network controller
product: BCM4360 802.11ac Wireless Network Adapter
vendor: Broadcom Inc. and subsidiaries
physical id: 0
bus info: pci@0000:06:00.0
version: 03
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:f9400000-f9407fff memory:f9200000-f93fffff
card details:
lspci -knn | grep -A4 -i "Network controller"
06:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter [14e4:43a0] (rev 03)
Subsystem: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter [14e4:0619]
Kernel modules: bcma, wl
07:00.0 PCI bridge [0604]: PLX Technology, Inc. PEX 8747 48-Lane, 5-Port PCI Express Gen 3 (8.0 GT/s) Switch [10b5:8747] (rev ca)
Kernel driver in use: pcieport
wl shows up when I call lsmod
and I blacklisted bcma in /etc/modprobe/blacklist.config
If you think that I will not be able to achieve my goal with this card: Can you point me to another card that works? I can not change the channel on the router.
EDIT 1:
sudo modprobe wl
gives no output
EDIT 2:
dmesg | grep wl
[ 5.877439] wl: module license 'MIXED/Proprietary' taints kernel.
[ 5.887137] wl 0000:06:00.0: enabling device (0100 -> 0102)
[ 5.904976] Modules linked in: kvm_intel(+) kvm snd_hda_codec_realtek irqbypass wl(POE+) snd_hda_codec_generic ledtrig_audio hid_generic(+) snd_hda_intel snd_intel_nhlt usbhid snd_hda_codec drm_kms_helper hid snd_hda_core drm snd_hwdep snd_pcm ipmi_devintf ipmi_msghandler snd_seq_midi fb_sys_fops snd_seq_midi_event eeepc_wmi syscopyarea crct10dif_pclmul crc32_pclmul asus_wmi snd_rawmidi sysfillrect ghash_clmulni_intel sparse_keymap sysimgblt cfg80211(OE) aesni_intel snd_seq compat(OE) video aes_x86_64 wmi_bmof intel_wmi_thunderbolt snd_seq_device mxm_wmi crypto_simd cryptd glue_helper snd_timer intel_cstate mei_me snd intel_rapl_perf mei soundcore lpc_ich mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 igb e1000e i2c_algo_bit dca ahci libahci wmi
[ 5.905063] wl_cfg80211_attach+0xed/0x6d0 [wl]
[ 5.905092] ? wl_cfg80211_attach+0xed/0x6d0 [wl]
[ 5.905102] wl_pci_probe+0x476/0xf75 [wl]
[ 5.905132] Modules linked in: kvm_intel(+) kvm snd_hda_codec_realtek irqbypass wl(POE+) snd_hda_codec_generic ledtrig_audio hid_generic(+) snd_hda_intel snd_intel_nhlt usbhid snd_hda_codec drm_kms_helper hid snd_hda_core drm snd_hwdep snd_pcm ipmi_devintf ipmi_msghandler snd_seq_midi fb_sys_fops snd_seq_midi_event eeepc_wmi syscopyarea crct10dif_pclmul crc32_pclmul asus_wmi snd_rawmidi sysfillrect ghash_clmulni_intel sparse_keymap sysimgblt cfg80211(OE) aesni_intel snd_seq compat(OE) video aes_x86_64 wmi_bmof intel_wmi_thunderbolt snd_seq_device mxm_wmi crypto_simd cryptd glue_helper snd_timer intel_cstate mei_me snd intel_rapl_perf mei soundcore lpc_ich mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 igb e1000e i2c_algo_bit dca ahci libahci wmi
[ 5.905191] wl_cfg80211_attach+0xed/0x6d0 [wl]
[ 5.905219] ? wl_cfg80211_attach+0xed/0x6d0 [wl]
[ 5.905228] wl_pci_probe+0x476/0xf75 [wl]
[ 5.905244] ERROR @wl_alloc_wdev :
[ 5.905277] ERROR @wl_cfg80211_detach :
[ 5.905277] NULL ndev->ieee80211ptr, unable to deref wl
[ 5.905285] Modules linked in: kvm_intel(+) kvm snd_hda_codec_realtek irqbypass wl(POE+) snd_hda_codec_generic ledtrig_audio hid_generic(+) snd_hda_intel snd_intel_nhlt usbhid snd_hda_codec drm_kms_helper hid snd_hda_core drm snd_hwdep snd_pcm ipmi_devintf ipmi_msghandler snd_seq_midi fb_sys_fops snd_seq_midi_event eeepc_wmi syscopyarea crct10dif_pclmul crc32_pclmul asus_wmi snd_rawmidi sysfillrect ghash_clmulni_intel sparse_keymap sysimgblt cfg80211(OE) aesni_intel snd_seq compat(OE) video aes_x86_64 wmi_bmof intel_wmi_thunderbolt snd_seq_device mxm_wmi crypto_simd cryptd glue_helper snd_timer intel_cstate mei_me snd intel_rapl_perf mei soundcore lpc_ich mac_hid sch_fq_codel parport_pc ppdev lp parport ip_tables x_tables autofs4 igb e1000e i2c_algo_bit dca ahci libahci wmi
[ 5.905336] wl_free+0xcb/0x280 [wl]
[ 5.905367] ? wl_cfg80211_attach+0x47d/0x6d0 [wl]
[ 5.905376] wl_pci_probe+0x648/0xf75 [wl]
sudo modprobe wl
to your question. – Pilot6 Mar 21 '20 at 10:02lspci -knn | grep Net -A3
doesn't show thatwl
is in use? How did you installbcmwl-kernel-source
? – Pilot6 Mar 21 '20 at 10:08sudo apt-get install bcmwl-kernel-source
– MaxJ Mar 21 '20 at 10:11dmesg | grep wl
. – Pilot6 Mar 21 '20 at 10:12uname -a
? – Pilot6 Mar 21 '20 at 10:15Linux fatmax 5.3.0-42-generic #34~18.04.1-Ubuntu SMP Fri Feb 28 13:42:26 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
– MaxJ Mar 21 '20 at 10:17ubuntu-bug bcmwl-kernel-source
. Also you can try to boot with a previous kernel using advanced options in grub menu. – Pilot6 Mar 21 '20 at 10:18