There is no wifi icon in network settings | WIFI not working after installing manjaro

Hi. I cannot switch on wifi because there is no wifi icon. I have been connecting to the internet using USB and Bluetooth tethering from my phone. Please enable wifi on my system so I can connect to wifi.

    sudo inxi -F
    [sudo] password for katlegomokoena: 
    perl: warning: Setting locale failed.
    perl: warning: Please check that your locale settings:
    	LANGUAGE = (unset),
    	LC_ALL = (unset),
    	LC_COLLATE = "C",
    	LANG = "en_US.utf8"
        are supported and installed on your system.
    perl: warning: Falling back to the standard locale ("C").
    System:    Host: manjaro Kernel: 5.9.16-1-MANJARO x86_64 bits: 64 Console: tty 0 Distro: Manjaro Linux 
    Machine:   Type: Laptop System: Apple product: MacBookAir7,2 v: 1.0 serial: FVFTV67TJ1WK 
               Mobo: Apple model: Mac-937CB26E2E02BB01 v: MacBookAir7,2 serial: FV972340958J22GAK UEFI: Apple v: 194.0.0.0.0 
               date: 04/16/2020 
    Battery:   ID-1: BAT0 charge: 23.0 Wh condition: 47.9/54.3 Wh (88%) 
    CPU:       Info: Dual Core model: Intel Core i5-5350U bits: 64 type: MT MCP L2 cache: 3 MiB 
               Speed: 1756 MHz min/max: 500/2900 MHz Core speeds (MHz): 1: 1756 2: 1512 3: 1703 4: 1771 
    Graphics:  Device-1: Intel HD Graphics 6000 driver: i915 v: kernel 
               Display: server: X.org 1.20.10 driver: loaded: i915 note: n/a (using device driver) resolution: <missing: xdpyinfo> 
               OpenGL: renderer: Mesa Intel HD Graphics 6000 (BDW GT3) v: 4.6 Mesa 20.3.4 
    Audio:     Device-1: Intel Broadwell-U Audio driver: snd_hda_intel 
               Device-2: Intel Wildcat Point-LP High Definition Audio driver: snd_hda_intel 
               Device-3: Broadcom 720p FaceTime HD Camera driver: bdc-pci 
               Sound Server: ALSA v: k5.9.16-1-MANJARO 
    Network:   Device-1: Broadcom BCM4360 802.11ac Wireless Network Adapter driver: bcma-pci-bridge 
               IF-ID-1: bnep0 state: unknown speed: N/A duplex: N/A mac: d4:61:9d:30:c7:0b 
    Bluetooth: Device-1: Apple Bluetooth USB Host Controller type: USB driver: btusb 
               Message: Required tool hciconfig not installed. Check --recommends 
    Drives:    Local Storage: total: 113 GiB used: 16.22 GiB (14.4%) 
               ID-1: /dev/sda vendor: Apple model: SSD SM0128G size: 113 GiB 
    Partition: ID-1: / size: 44.84 GiB used: 16.21 GiB (36.2%) fs: ext4 dev: /dev/dm-0 
               ID-2: /boot/efi size: 196.9 MiB used: 15.5 MiB (7.8%) fs: vfat dev: /dev/sda1 
    Swap:      Alert: No Swap data was found. 
    Sensors:   System Temperatures: cpu: 61.5 C mobo: N/A 
               Fan Speeds (RPM): N/A 
    Info:      Processes: 214 Uptime: 17m Memory: 7.68 GiB used: 2.91 GiB (37.9%) Shell: Zsh inxi: 3.3.00 


rfkill list
0: hci0: Bluetooth
	Soft blocked: no
	Hard blocked: no

:+1: Welcome to Manjaro! :+1:

Broadcom adapters are… pieces of $hit not the best under Linux, and as kernel 5.9 is EOL, try upgrading your kernel to:

  1. 5.4 LTS (Long Term Support)
  2. 5.10 (LTS candidate)

in that order and then try again.

:crossed_fingers:

P.S. Please read this:

and use inxi --admin --verbosity=7 --filter --no-host --width in the future as that gives us the minimum required information… (Personally Identifiable Information like serial numbers and MAC addresses will be filtered out by the above command whereas in inxi -F will give us PII… :man_shrugging:

Hi, how do I upgrade my kernel?

Please see our wiki article:

https://wiki.manjaro.org/index.php/Manjaro_Kernels

If you would get stuck somewhere, please give the paragraph number and the exaxt instruction and what doesn’t work and we’ll take it from there…

:+1: