Manjaro cant see wifi. No Wi-Fi device found

Hi,

I normally just connect to my wifi using the NetworkManager-applet gui. But this time, none of the available wifi is being listed there.

I tried searching around until I reach to this command

$ nmcli dev wifi rescan
Error: No Wi-Fi device found.

I am not sure how to fix this though.

Thoughts?

Thanks,
Franz

Hi,
Are you using dual boot?

No. Just manjaro on my laptop

Try to check available connections (network interfaces) by:
nmcli dev status
If wifi connection is down you’d use:
nmcli device connect ‘name of wifi connection from previous command’
It’s worked in my case at least.

Here’s what i got

$ nmcli dev status
DEVICE             TYPE      STATE                   CONNECTION            
BC:4C:C4:99:FC:90  bt        connected               My iPhone Network 
tun0               tun       connected (externally)  tun0                  
60:F4:45:72:5A:E3  bt        disconnected            --                    
eth0               ethernet  unavailable             --                    
br-17da583b3d25    bridge    unmanaged               --                    
br-47b21b11bbf2    bridge    unmanaged               --                    
br-5b8ab1e8084d    bridge    unmanaged               --                    
br-6b96ce764012    bridge    unmanaged               --                    
br-78acf6f03097    bridge    unmanaged               --                    
br-d0f4392df459    bridge    unmanaged               --                    
br-e8da5bb35b04    bridge    unmanaged               --                    
docker0            bridge    unmanaged               --                    
lo                 loopback  unmanaged               -- 

Note: In order for me to be able to continue working, i had to hotspot my iphone and share it to my laptop via bluetooth

@Victor im not sure how to interpret this :sweat_smile:

It goes to be fun )
Let’s try to define your wifi adapted by:

mhwd -lh  -d

You should find there info about driver and status,
then you need to find network interface name (eg “device file: wlp1s0” on my machine) and finally try to connect as mentioned above or up the connection:

nmcli connection up <uuid>

UUID you’ll find in nmcli con show

Please read the following and post an inxi output. Check if there is a switch that enables and disables wifi on this laptop. Also if you have the network manager icon on your panel, right click and be sure that enable wireless is checked.

*cracks knuckles*

Here we go! :grinning_face_with_smiling_eyes:

The full result of mhwd -lh -d is in Appendix A. The relevant part of it (I think) is this

12: PCI 14.3: 0280 Network controller
  SysFS ID: /devices/pci0000:00/0000:00:14.3
  SysFS BusID: 0000:00:14.3
  Hardware Class: network
  Model: "Intel Wireless-AC 9560"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa370 "Cannon Lake PCH CNVi WiFi"
  SubVendor: pci 0x8086 "Intel Corporation"
  SubDevice: pci 0x0034 "Wireless-AC 9560"
  Revision: 0x10
  Driver: "iwlwifi"
  Driver Modules: "iwlwifi"
  Memory Range: 0xb4510000-0xb4513fff (rw,non-prefetchable)
  IRQ: 16 (3 events)
  Module Alias: "pci:v00008086d0000A370sv00008086sd00000034bc02sc80i00"
  Driver Info #0:
    Driver Status: iwlwifi is active
    Driver Activation Cmd: "modprobe iwlwifi"

According to this, it is active (i.e. iwlwifi is active)
I dont see an text prefix with device file:.

Here’s the result of my nmcli con show

$ nmcli con show
NAME                              UUID                                  TYPE       DEVICE            
My iPhone Network             4f60e7f2-97a7-4dc5-8313-92fc28e7e3d4  bluetooth  BC:4C:C4:99:FC:90 
tun0                              44746c6d-29d0-492a-a71c-73b080db4232  tun        tun0              
...
eugene                            9b3cb0d1-e9cc-4d86-ace2-f79160fe7275  wifi       --                
..

Note: eugene is the name of my wifi

When I tried doing nmcli connection up <my wifi's uuid>, I got the following:

$ nmcli connection up 9b3cb0d1-e9cc-4d86-ace2-f79160fe7275 
Error: Connection activation failed: No suitable device found for this connection (device br-17da583b3d25 not available because profile is not compatible with device (mismatching interface name)).

Thoughts? :smiley:

Appendix A

$ mhwd -lh  -d
06: PCI 17.0: 0106 SATA controller (AHCI 1.0)
  SysFS ID: /devices/pci0000:00/0000:00:17.0
  SysFS BusID: 0000:00:17.0
  Hardware Class: storage
  Model: "Intel Cannon Lake Mobile PCH SATA AHCI Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa353 "Cannon Lake Mobile PCH SATA AHCI Controller"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Driver: "ahci"
  Driver Modules: "ahci"
  Memory Range: 0xb451a000-0xb451bfff (rw,non-prefetchable)
  Memory Range: 0xb4526000-0xb45260ff (rw,non-prefetchable)
  I/O Ports: 0x6080-0x6087 (rw)
  I/O Ports: 0x6088-0x608b (rw)
  I/O Ports: 0x6060-0x607f (rw)
  Memory Range: 0xb4525000-0xb45257ff (rw,non-prefetchable)
  IRQ: 125 (114939 events)
  Module Alias: "pci:v00008086d0000A353sv00001025sd00001338bc01sc06i01"

07: PCI 08.0: 0880 System peripheral
  SysFS ID: /devices/pci0000:00/0000:00:08.0
  SysFS BusID: 0000:00:08.0
  Hardware Class: unknown
  Model: "Intel Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x1911 "Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Memory Range: 0xb451c000-0xb451cfff (rw,non-prefetchable)
  IRQ: 255 (no events)
  Module Alias: "pci:v00008086d00001911sv00001025sd00001338bc08sc80i00"

08: PCI 15.1: 0c80 Serial bus controller
  SysFS ID: /devices/pci0000:00/0000:00:15.1
  SysFS BusID: 0000:00:15.1
  Hardware Class: unknown
  Model: "Intel Cannon Lake PCH Serial IO I2C Controller #1"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa369 "Cannon Lake PCH Serial IO I2C Controller #1"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Driver: "intel-lpss"
  Driver Modules: "intel_lpss_pci"
  Memory Range: 0x8f801000-0x8f801fff (rw,non-prefetchable)
  IRQ: 17 (252881 events)
  Module Alias: "pci:v00008086d0000A369sv00001025sd00001338bc0Csc80i00"
  Driver Info #0:
    Driver Status: intel_lpss_pci is active
    Driver Activation Cmd: "modprobe intel_lpss_pci"

09: PCI 1f.0: 0601 ISA bridge
  SysFS ID: /devices/pci0000:00/0000:00:1f.0
  SysFS BusID: 0000:00:1f.0
  Hardware Class: bridge
  Model: "Intel HM470 Chipset LPC/eSPI Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa30d "HM470 Chipset LPC/eSPI Controller"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Module Alias: "pci:v00008086d0000A30Dsv00001025sd00001338bc06sc01i00"

10: PCI 01.0: 0604 PCI bridge (Normal decode)
  SysFS ID: /devices/pci0000:00/0000:00:01.0
  SysFS BusID: 0000:00:01.0
  Hardware Class: bridge
  Model: "Intel 6th-10th Gen Core Processor PCIe Controller (x16)"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x1901 "6th-10th Gen Core Processor PCIe Controller (x16)"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x07
  Driver: "pcieport"
  IRQ: 122 (no events)
  Module Alias: "pci:v00008086d00001901sv00001025sd00001338bc06sc04i00"

11: PCI 100.2: 0c03 USB Controller (XHCI)
  SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.2
  SysFS BusID: 0000:01:00.2
  Hardware Class: usb controller
  Model: "nVidia TU116 USB 3.1 Host Controller"
  Vendor: pci 0x10de "nVidia Corporation"
  Device: pci 0x1aec "TU116 USB 3.1 Host Controller"
  SubVendor: pci 0x10de "nVidia Corporation"
  SubDevice: pci 0x0000 
  Revision: 0xa1
  Driver: "xhci_hcd"
  Driver Modules: "xhci_pci"
  Memory Range: 0xb4100000-0xb413ffff (ro,non-prefetchable)
  Memory Range: 0xb4140000-0xb414ffff (ro,non-prefetchable)
  IRQ: 136 (no events)
  Module Alias: "pci:v000010DEd00001AECsv000010DEsd00000000bc0Csc03i30"
  Driver Info #0:
    Driver Status: xhci_pci is active
    Driver Activation Cmd: "modprobe xhci_pci"
  Attached to: #10 (PCI bridge)

12: PCI 14.3: 0280 Network controller
  SysFS ID: /devices/pci0000:00/0000:00:14.3
  SysFS BusID: 0000:00:14.3
  Hardware Class: network
  Model: "Intel Wireless-AC 9560"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa370 "Cannon Lake PCH CNVi WiFi"
  SubVendor: pci 0x8086 "Intel Corporation"
  SubDevice: pci 0x0034 "Wireless-AC 9560"
  Revision: 0x10
  Driver: "iwlwifi"
  Driver Modules: "iwlwifi"
  Memory Range: 0xb4510000-0xb4513fff (rw,non-prefetchable)
  IRQ: 16 (3 events)
  Module Alias: "pci:v00008086d0000A370sv00008086sd00000034bc02sc80i00"
  Driver Info #0:
    Driver Status: iwlwifi is active
    Driver Activation Cmd: "modprobe iwlwifi"

13: PCI 16.0: 0780 Communication controller
  SysFS ID: /devices/pci0000:00/0000:00:16.0
  SysFS BusID: 0000:00:16.0
  Hardware Class: unknown
  Model: "Intel Cannon Lake PCH HECI Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa360 "Cannon Lake PCH HECI Controller"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Driver: "mei_me"
  Driver Modules: "mei_me"
  Memory Range: 0xb4521000-0xb4521fff (rw,non-prefetchable)
  IRQ: 126 (34 events)
  Module Alias: "pci:v00008086d0000A360sv00001025sd00001338bc07sc80i00"
  Driver Info #0:
    Driver Status: mei_me is active
    Driver Activation Cmd: "modprobe mei_me"

14: PCI 100.0: 0300 VGA compatible controller (VGA)
  SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.0
  SysFS BusID: 0000:01:00.0
  Hardware Class: graphics card
  Model: "nVidia TU116M [GeForce GTX 1660 Ti Mobile]"
  Vendor: pci 0x10de "nVidia Corporation"
  Device: pci 0x2191 "TU116M [GeForce GTX 1660 Ti Mobile]"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1336 
  Revision: 0xa1
  Driver: "nouveau"
  Driver Modules: "nouveau"
  Memory Range: 0xb3000000-0xb3ffffff (rw,non-prefetchable)
  Memory Range: 0xa0000000-0xafffffff (ro,non-prefetchable)
  Memory Range: 0xb0000000-0xb1ffffff (ro,non-prefetchable)
  I/O Ports: 0x5000-0x507f (rw)
  Memory Range: 0xb2000000-0xb207ffff (ro,non-prefetchable,disabled)
  IRQ: 151 (10087 events)
  Module Alias: "pci:v000010DEd00002191sv00001025sd00001336bc03sc00i00"
  Driver Info #0:
    Driver Status: nouveau is active
    Driver Activation Cmd: "modprobe nouveau"
  Attached to: #10 (PCI bridge)

15: PCI 1f.5: 0c80 Serial bus controller
  SysFS ID: /devices/pci0000:00/0000:00:1f.5
  SysFS BusID: 0000:00:1f.5
  Hardware Class: unknown
  Model: "Intel Cannon Lake PCH SPI Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa324 "Cannon Lake PCH SPI Controller"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Driver: "intel-spi"
  Driver Modules: "intel_spi_pci"
  Memory Range: 0xfe010000-0xfe010fff (rw,non-prefetchable)
  Module Alias: "pci:v00008086d0000A324sv00001025sd00001338bc0Csc80i00"
  Driver Info #0:
    Driver Status: intel_spi_pci is active
    Driver Activation Cmd: "modprobe intel_spi_pci"

16: PCI 700.0: 0200 Ethernet controller
  SysFS ID: /devices/pci0000:00/0000:00:1d.5/0000:07:00.0
  SysFS BusID: 0000:07:00.0
  Hardware Class: network
  Model: "Qualcomm Atheros Killer E2500 Gigabit Ethernet Controller"
  Vendor: pci 0x1969 "Qualcomm Atheros"
  Device: pci 0xe0b1 "Killer E2500 Gigabit Ethernet Controller"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Driver: "alx"
  Driver Modules: "alx"
  Device File: eth0
  Memory Range: 0xb4300000-0xb433ffff (rw,non-prefetchable)
  I/O Ports: 0x3000-0x307f (rw)
  IRQ: 17 (252881 events)
  HW Address: 98:28:a6:42:c8:5b
  Permanent HW Address: 98:28:a6:42:c8:5b
  Link detected: no
  Module Alias: "pci:v00001969d0000E0B1sv00001025sd00001338bc02sc00i00"
  Driver Info #0:
    Driver Status: alx is active
    Driver Activation Cmd: "modprobe alx"
  Attached to: #30 (PCI bridge)

17: PCI 1e.0: 0780 Communication controller
  SysFS ID: /devices/pci0000:00/0000:00:1e.0
  SysFS BusID: 0000:00:1e.0
  Hardware Class: unknown
  Model: "Intel Cannon Lake PCH Serial IO UART Host Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa328 "Cannon Lake PCH Serial IO UART Host Controller"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Driver: "intel-lpss"
  Driver Modules: "intel_lpss_pci"
  Memory Range: 0x8f802000-0x8f802fff (rw,non-prefetchable)
  IRQ: 20 (no events)
  Module Alias: "pci:v00008086d0000A328sv00001025sd00001338bc07sc80i00"
  Driver Info #0:
    Driver Status: intel_lpss_pci is active
    Driver Activation Cmd: "modprobe intel_lpss_pci"

18: PCI 1f.3: 0403 Audio device
  SysFS ID: /devices/pci0000:00/0000:00:1f.3
  SysFS BusID: 0000:00:1f.3
  Hardware Class: sound
  Model: "Intel Cannon Lake PCH cAVS"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa348 "Cannon Lake PCH cAVS"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Driver: "snd_hda_intel"
  Driver Modules: "snd_hda_intel"
  Memory Range: 0xb4514000-0xb4517fff (rw,non-prefetchable)
  Memory Range: 0xb4200000-0xb42fffff (rw,non-prefetchable)
  IRQ: 146 (287 events)
  Module Alias: "pci:v00008086d0000A348sv00001025sd00001338bc04sc03i00"
  Driver Info #0:
    Driver Status: snd_hda_intel is active
    Driver Activation Cmd: "modprobe snd_hda_intel"
  Driver Info #1:
    Driver Status: snd_soc_skl is active
    Driver Activation Cmd: "modprobe snd_soc_skl"
  Driver Info #2:
    Driver Status: snd_sof_pci is active
    Driver Activation Cmd: "modprobe snd_sof_pci"

19: PCI 00.0: 0600 Host bridge
  SysFS ID: /devices/pci0000:00/0000:00:00.0
  SysFS BusID: 0000:00:00.0
  Hardware Class: bridge
  Model: "Intel 8th Gen Core Processor Host Bridge/DRAM Registers"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x3ec4 "8th Gen Core Processor Host Bridge/DRAM Registers"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x07
  Driver: "skl_uncore"
  Driver Modules: "intel_uncore"
  Module Alias: "pci:v00008086d00003EC4sv00001025sd00001338bc06sc00i00"

20: PCI 12.0: 1180 Signal processing controller
  SysFS ID: /devices/pci0000:00/0000:00:12.0
  SysFS BusID: 0000:00:12.0
  Hardware Class: unknown
  Model: "Intel Cannon Lake PCH Thermal Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa379 "Cannon Lake PCH Thermal Controller"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Driver: "intel_pch_thermal"
  Driver Modules: "intel_pch_thermal"
  Memory Range: 0xb451d000-0xb451dfff (rw,non-prefetchable)
  IRQ: 16 (3 events)
  Module Alias: "pci:v00008086d0000A379sv00001025sd00001338bc11sc80i00"
  Driver Info #0:
    Driver Status: intel_pch_thermal is active
    Driver Activation Cmd: "modprobe intel_pch_thermal"

21: PCI 600.0: 0108 Non-Volatile memory controller (NVM Express)
  SysFS ID: /devices/pci0000:00/0000:00:1d.0/0000:06:00.0
  SysFS BusID: 0000:06:00.0
  Hardware Class: storage
  Model: "Kingston Technology Company U-SNS8154P3 NVMe SSD"
  Vendor: pci 0x2646 "Kingston Technology Company, Inc."
  Device: pci 0x5008 "U-SNS8154P3 NVMe SSD"
  SubVendor: pci 0x2646 "Kingston Technology Company, Inc."
  SubDevice: pci 0x5008 
  Revision: 0x01
  Driver: "nvme"
  Driver Modules: "nvme"
  Memory Range: 0xb4400000-0xb4403fff (rw,non-prefetchable)
  I/O Ports: 0x4000-0x4007 (rw)
  IRQ: 16 (3 events)
  Module Alias: "pci:v00002646d00005008sv00002646sd00005008bc01sc08i02"
  Attached to: #24 (PCI bridge)

22: PCI 15.0: 0c80 Serial bus controller
  SysFS ID: /devices/pci0000:00/0000:00:15.0
  SysFS BusID: 0000:00:15.0
  Hardware Class: unknown
  Model: "Intel Cannon Lake PCH Serial IO I2C Controller #0"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa368 "Cannon Lake PCH Serial IO I2C Controller #0"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Driver: "intel-lpss"
  Driver Modules: "intel_lpss_pci"
  Memory Range: 0x8f800000-0x8f800fff (rw,non-prefetchable)
  IRQ: 16 (3 events)
  Module Alias: "pci:v00008086d0000A368sv00001025sd00001338bc0Csc80i00"
  Driver Info #0:
    Driver Status: intel_lpss_pci is active
    Driver Activation Cmd: "modprobe intel_lpss_pci"

23: PCI 100.3: 0c80 Serial bus controller
  SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.3
  SysFS BusID: 0000:01:00.3
  Hardware Class: unknown
  Model: "nVidia TU116 USB Type-C UCSI Controller"
  Vendor: pci 0x10de "nVidia Corporation"
  Device: pci 0x1aed "TU116 USB Type-C UCSI Controller"
  SubVendor: pci 0x10de "nVidia Corporation"
  SubDevice: pci 0x0000 
  Revision: 0xa1
  Driver: "nvidia-gpu"
  Driver Modules: "i2c_nvidia_gpu"
  Memory Range: 0xb4004000-0xb4004fff (rw,non-prefetchable)
  IRQ: 137 (no events)
  Module Alias: "pci:v000010DEd00001AEDsv000010DEsd00000000bc0Csc80i00"
  Driver Info #0:
    Driver Status: i2c_nvidia_gpu is active
    Driver Activation Cmd: "modprobe i2c_nvidia_gpu"
  Attached to: #10 (PCI bridge)

24: PCI 1d.0: 0604 PCI bridge (Normal decode)
  SysFS ID: /devices/pci0000:00/0000:00:1d.0
  SysFS BusID: 0000:00:1d.0
  Hardware Class: bridge
  Model: "Intel Cannon Lake PCH PCI Express Root Port #9"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa330 "Cannon Lake PCH PCI Express Root Port #9"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0xf0
  Driver: "pcieport"
  IRQ: 123 (no events)
  Module Alias: "pci:v00008086d0000A330sv00001025sd00001338bc06sc04i00"

25: PCI 100.1: 0403 Audio device
  SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.1
  SysFS BusID: 0000:01:00.1
  Hardware Class: sound
  Model: "nVidia TU116 High Definition Audio Controller"
  Vendor: pci 0x10de "nVidia Corporation"
  Device: pci 0x1aeb "TU116 High Definition Audio Controller"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1336 
  Revision: 0xa1
  Driver: "snd_hda_intel"
  Driver Modules: "snd_hda_intel"
  Memory Range: 0xb4000000-0xb4003fff (rw,non-prefetchable)
  IRQ: 17 (252881 events)
  Module Alias: "pci:v000010DEd00001AEBsv00001025sd00001336bc04sc03i00"
  Driver Info #0:
    Driver Status: snd_hda_intel is active
    Driver Activation Cmd: "modprobe snd_hda_intel"
  Attached to: #10 (PCI bridge)

26: PCI 14.2: 0500 RAM memory
  SysFS ID: /devices/pci0000:00/0000:00:14.2
  SysFS BusID: 0000:00:14.2
  Hardware Class: unknown
  Model: "Intel Cannon Lake PCH Shared SRAM"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa36f "Cannon Lake PCH Shared SRAM"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Memory Range: 0xb4518000-0xb4519fff (rw,non-prefetchable)
  Memory Range: 0xb451e000-0xb451efff (rw,non-prefetchable)
  Module Alias: "pci:v00008086d0000A36Fsv00001025sd00001338bc05sc00i00"

27: PCI 02.0: 0300 VGA compatible controller (VGA)
  SysFS ID: /devices/pci0000:00/0000:00:02.0
  SysFS BusID: 0000:00:02.0
  Hardware Class: graphics card
  Model: "Intel CoffeeLake-H GT2 [UHD Graphics 630]"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0x3e9b "CoffeeLake-H GT2 [UHD Graphics 630]"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Driver: "i915"
  Driver Modules: "i915"
  Memory Range: 0xb5000000-0xb5ffffff (rw,non-prefetchable)
  Memory Range: 0x90000000-0x9fffffff (ro,non-prefetchable)
  I/O Ports: 0x6000-0x603f (rw)
  Memory Range: 0x000c0000-0x000dffff (rw,non-prefetchable,disabled)
  IRQ: 152 (3944429 events)
  Module Alias: "pci:v00008086d00003E9Bsv00001025sd00001338bc03sc00i00"
  Driver Info #0:
    Driver Status: i915 is active
    Driver Activation Cmd: "modprobe i915"

28: PCI 14.0: 0c03 USB Controller (XHCI)
  SysFS ID: /devices/pci0000:00/0000:00:14.0
  SysFS BusID: 0000:00:14.0
  Hardware Class: usb controller
  Model: "Intel Cannon Lake PCH USB 3.1 xHCI Host Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa36d "Cannon Lake PCH USB 3.1 xHCI Host Controller"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Driver: "xhci_hcd"
  Driver Modules: "xhci_pci"
  Memory Range: 0xb4500000-0xb450ffff (rw,non-prefetchable)
  IRQ: 127 (1214305 events)
  Module Alias: "pci:v00008086d0000A36Dsv00001025sd00001338bc0Csc03i30"
  Driver Info #0:
    Driver Status: xhci_pci is active
    Driver Activation Cmd: "modprobe xhci_pci"

29: PCI 1f.4: 0c05 SMBus
  SysFS ID: /devices/pci0000:00/0000:00:1f.4
  SysFS BusID: 0000:00:1f.4
  Hardware Class: unknown
  Model: "Intel Cannon Lake PCH SMBus Controller"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa323 "Cannon Lake PCH SMBus Controller"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0x10
  Driver: "i801_smbus"
  Driver Modules: "i2c_i801"
  Memory Range: 0xb4523000-0xb45230ff (rw,non-prefetchable)
  I/O Ports: 0x6040-0x605f (rw)
  IRQ: 16 (3 events)
  Module Alias: "pci:v00008086d0000A323sv00001025sd00001338bc0Csc05i00"
  Driver Info #0:
    Driver Status: i2c_i801 is active
    Driver Activation Cmd: "modprobe i2c_i801"

30: PCI 1d.5: 0604 PCI bridge (Normal decode)
  SysFS ID: /devices/pci0000:00/0000:00:1d.5
  SysFS BusID: 0000:00:1d.5
  Hardware Class: bridge
  Model: "Intel Cannon Lake PCH PCI Express Root Port #14"
  Vendor: pci 0x8086 "Intel Corporation"
  Device: pci 0xa335 "Cannon Lake PCH PCI Express Root Port #14"
  SubVendor: pci 0x1025 "Acer Incorporated [ALI]"
  SubDevice: pci 0x1338 
  Revision: 0xf0
  Driver: "pcieport"
  IRQ: 124 (39 events)
  Module Alias: "pci:v00008086d0000A335sv00001025sd00001338bc06sc04i00"
03: USB 00.0: 11500 Bluetooth Device
  SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0
  SysFS BusID: 1-14:1.0
  Hardware Class: bluetooth
  Model: "Intel Bluetooth 9460/9560 Jefferson Peak (JfP)"
  Hotplug: USB
  Vendor: usb 0x8087 "Intel Corp."
  Device: usb 0x0aaa "Bluetooth 9460/9560 Jefferson Peak (JfP)"
  Revision: "0.02"
  Driver: "btusb"
  Driver Modules: "btusb"
  Speed: 12 Mbps
  Module Alias: "usb:v8087p0AAAd0002dcE0dsc01dp01icE0isc01ip01in00"
  Driver Info #0:
    Driver Status: btusb is active
    Driver Activation Cmd: "modprobe btusb"
  Attached to: #7 (Hub)

04: USB 00.0: 10a00 Hub
  SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.2/usb3/3-0:1.0
  SysFS BusID: 3-0:1.0
  Hardware Class: hub
  Model: "Linux Foundation 2.0 root hub"
  Hotplug: USB
  Vendor: usb 0x1d6b "Linux Foundation"
  Device: usb 0x0002 "2.0 root hub"
  Revision: "5.10"
  Serial ID: "0000:01:00.2"
  Driver: "hub"
  Driver Modules: "usbcore"
  Speed: 480 Mbps
  Module Alias: "usb:v1D6Bp0002d0510dc09dsc00dp01ic09isc00ip00in00"

05: USB 00.1: 0000 Unclassified device
  SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.1
  SysFS BusID: 1-5:1.1
  Hardware Class: unknown
  Model: "Quanta HD Webcam"
  Hotplug: USB
  Vendor: usb 0x0408 "Quanta Computer, Inc."
  Device: usb 0xa060 "HD Webcam"
  Revision: "0.01"
  Serial ID: "200901010001"
  Driver: "uvcvideo"
  Driver Modules: "uvcvideo"
  Speed: 480 Mbps
  Module Alias: "usb:v0408pA060d0001dcEFdsc02dp01ic0Eisc02ip00in01"
  Attached to: #7 (Hub)

06: USB 00.0: 10a00 Hub
  SysFS ID: /devices/pci0000:00/0000:00:01.0/0000:01:00.2/usb4/4-0:1.0
  SysFS BusID: 4-0:1.0
  Hardware Class: hub
  Model: "Linux Foundation 3.0 root hub"
  Hotplug: USB
  Vendor: usb 0x1d6b "Linux Foundation"
  Device: usb 0x0003 "3.0 root hub"
  Revision: "5.10"
  Serial ID: "0000:01:00.2"
  Driver: "hub"
  Driver Modules: "usbcore"
  Module Alias: "usb:v1D6Bp0003d0510dc09dsc00dp03ic09isc00ip00in00"

07: USB 00.0: 10a00 Hub
  SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-0:1.0
  SysFS BusID: 1-0:1.0
  Hardware Class: hub
  Model: "Linux Foundation 2.0 root hub"
  Hotplug: USB
  Vendor: usb 0x1d6b "Linux Foundation"
  Device: usb 0x0002 "2.0 root hub"
  Revision: "5.10"
  Serial ID: "0000:00:14.0"
  Driver: "hub"
  Driver Modules: "usbcore"
  Speed: 480 Mbps
  Module Alias: "usb:v1D6Bp0002d0510dc09dsc00dp01ic09isc00ip00in00"

09: USB 00.0: 10503 USB Mouse
  SysFS ID: /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0
  SysFS BusID: 1-4:1.0
  Hardware Class: mouse
  Model: "Logitech M105 Optical Mouse"
  Hotplug: USB
  Vendor: usb 0x046d "Logitech, Inc."
  Device: usb 0xc077 "M105 Optical Mouse"
  Revision: "72.00"
  Compatible to: int 0x0210 0x0023
  Driver: "usbhid"
  Driver Modules: "usbhid"
  Device File: /dev/input/mice (/dev/input/mouse2)
  Device Files: /dev/input/mice, /dev/input/mouse2, /dev/input/event18, /dev/input/by-path/pci-0000:00:14.0-usb-0:4:1.0-event-mouse, /dev/input/by-id/usb-Logitech_USB_Optical_Mouse-event-mouse, /dev/input/by-id/usb-Logitech_USB_Optical_Mouse-mouse, /dev/input/by-path/pci-0000:00:14.0-usb-0:4:1.0-mouse
  Device Number: char 13:63 (char 13:34)
  Speed: 1.5 Mbps
  Module Alias: "usb:v046DpC077d7200dc00dsc00dp00ic03isc01ip02in00"
  Driver Info #0:
    Buttons: 3
    Wheels: 2
    XFree86 Protocol: explorerps/2
    GPM Protocol: exps2
  Attached to: #7 (Hub)

10: USB 00.0: 10a00 Hub
  SysFS ID: /devices/pci0000:00/0000:00:14.0/usb2/2-0:1.0
  SysFS BusID: 2-0:1.0
  Hardware Class: hub
  Model: "Linux Foundation 3.0 root hub"
  Hotplug: USB
  Vendor: usb 0x1d6b "Linux Foundation"
  Device: usb 0x0003 "3.0 root hub"
  Revision: "5.10"
  Serial ID: "0000:00:14.0"
  Driver: "hub"
  Driver Modules: "usbcore"
  Module Alias: "usb:v1D6Bp0003d0510dc09dsc00dp03ic09isc00ip00in00"

@jrichard326 Thanks!

Please read the following and post an inxi output.

Thanks, here it is! :smiley:

$ inxi --admin --verbosity=7 --filter --no-host --width
System:
  Kernel: 5.10.60-1-MANJARO x86_64 bits: 64 compiler: gcc v: 11.1.0 
  parameters: BOOT_IMAGE=/boot/vmlinuz-5.10-x86_64 
  root=UUID=ae96e618-fa07-4302-9fd2-d8c721b4be5c rw quiet 
  resume=UUID=33994afb-1985-42da-a6cb-2b330e110dbc 
  Desktop: Xfce 4.16.0 tk: Gtk 3.24.29 info: xfce4-panel, plank 
  wm: xfwm 4.16.1 vt: 7 dm: LightDM 1.30.0 Distro: Manjaro Linux 
  base: Arch Linux 
Machine:
  Type: Laptop System: Acer product: Nitro AN715-51 v: V1.02 serial: <filter> 
  Mobo: CFL model: Citigo_CFS v: V1.02 serial: <filter> UEFI: Insyde v: 1.02 
  date: 03/26/2019 
Battery:
  ID-1: BAT1 charge: 0.1 Wh (0.2%) condition: 60.0/58.8 Wh (102.0%) 
  volts: 12.3 min: 15.4 model: Simplo PABAS0241231 type: Li-ion 
  serial: <filter> status: Unknown 
Memory:
  RAM: total: 31.2 GiB used: 7.96 GiB (25.5%) 
  RAM Report: permissions: Unable to run dmidecode. Root privileges required. 
CPU:
  Info: 6-Core model: Intel Core i7-9750H bits: 64 type: MT MCP 
  arch: Kaby Lake note: check family: 6 model-id: 9E (158) stepping: A (10) 
  microcode: EA cache: L2: 12 MiB bogomips: 62431 
  Speed: 900 MHz min/max: 800/4500 MHz Core speeds (MHz): 1: 900 2: 900 3: 900 
  4: 900 5: 900 6: 900 7: 900 8: 900 9: 900 10: 902 11: 900 12: 900 
  Flags: 3dnowprefetch abm acpi adx aes aperfmperf apic arat arch_perfmon art 
  avx avx2 bmi1 bmi2 bts clflush clflushopt cmov constant_tsc cpuid 
  cpuid_fault cx16 cx8 de ds_cpl dtes64 dtherm dts epb ept ept_ad erms est 
  f16c flexpriority flush_l1d fma fpu fsgsbase fxsr ht hwp hwp_act_window 
  hwp_epp hwp_notify ibpb ibrs ida intel_pt invpcid invpcid_single lahf_lm lm 
  mca mce md_clear mmx monitor movbe mpx msr mtrr nonstop_tsc nopl nx pae pat 
  pbe pcid pclmulqdq pdcm pdpe1gb pebs pge pln pni popcnt pse pse36 pti pts 
  rdrand rdseed rdtscp rep_good sdbg sep smap smep ss ssbd sse sse2 sse4_1 
  sse4_2 ssse3 stibp syscall tm tm2 tpr_shadow tsc tsc_adjust 
  tsc_deadline_timer vme vmx vnmi vpid x2apic xgetbv1 xsave xsavec xsaveopt 
  xsaves xtopology xtpr 
  Vulnerabilities: Type: itlb_multihit status: KVM: VMX disabled 
  Type: l1tf 
  mitigation: PTE Inversion; VMX: conditional cache flushes, SMT vulnerable 
  Type: mds mitigation: Clear CPU buffers; SMT vulnerable 
  Type: meltdown mitigation: PTI 
  Type: spec_store_bypass 
  mitigation: Speculative Store Bypass disabled via prctl and seccomp 
  Type: spectre_v1 
  mitigation: usercopy/swapgs barriers and __user pointer sanitization 
  Type: spectre_v2 mitigation: Full generic retpoline, IBPB: conditional, 
  IBRS_FW, STIBP: conditional, RSB filling 
  Type: srbds mitigation: Microcode 
  Type: tsx_async_abort status: Not affected 
Graphics:
  Device-1: Intel CoffeeLake-H GT2 [UHD Graphics 630] 
  vendor: Acer Incorporated ALI driver: i915 v: kernel bus-ID: 00:02.0 
  chip-ID: 8086:3e9b class-ID: 0300 
  Device-2: NVIDIA TU116M [GeForce GTX 1660 Ti Mobile] 
  vendor: Acer Incorporated ALI driver: nouveau v: kernel bus-ID: 01:00.0 
  chip-ID: 10de:2191 class-ID: 0300 
  Device-3: Quanta HD Webcam type: USB driver: uvcvideo bus-ID: 1-5:3 
  chip-ID: 0408:a060 class-ID: 0e02 serial: <filter> 
  Display: x11 server: X.Org 1.20.13 compositor: xfwm4 v: 4.16.1 driver: 
  loaded: modesetting alternate: fbdev,vesa display-ID: :0.0 screens: 1 
  Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.0x11.2") 
  s-diag: 582mm (22.9") 
  Monitor-1: eDP-1 res: 1920x1080 hz: 144 dpi: 142 size: 344x194mm (13.5x7.6") 
  diag: 395mm (15.5") 
  OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa 21.2.1 
  direct render: Yes 
Audio:
  Device-1: Intel Cannon Lake PCH cAVS vendor: Acer Incorporated ALI 
  driver: snd_hda_intel v: kernel alternate: snd_soc_skl,snd_sof_pci 
  bus-ID: 00:1f.3 chip-ID: 8086:a348 class-ID: 0403 
  Device-2: NVIDIA TU116 High Definition Audio vendor: Acer Incorporated ALI 
  driver: snd_hda_intel v: kernel bus-ID: 01:00.1 chip-ID: 10de:1aeb 
  class-ID: 0403 
  Sound Server-1: ALSA v: k5.10.60-1-MANJARO running: yes 
  Sound Server-2: sndio v: N/A running: no 
  Sound Server-3: JACK v: 1.9.19 running: no 
  Sound Server-4: PulseAudio v: 15.0 running: yes 
  Sound Server-5: PipeWire v: 0.3.33 running: no 
Network:
  Device-1: Intel Cannon Lake PCH CNVi WiFi driver: iwlwifi v: kernel 
  port: 6000 bus-ID: 00:14.3 chip-ID: 8086:a370 class-ID: 0280 
  Device-2: Qualcomm Atheros Killer E2500 Gigabit Ethernet 
  vendor: Acer Incorporated ALI driver: alx v: kernel port: 3000 
  bus-ID: 07:00.0 chip-ID: 1969:e0b1 class-ID: 0200 
  IF: eth0 state: down mac: <filter> 
  IF-ID-1: bnep0 state: unknown speed: N/A duplex: N/A mac: <filter> 
  IP v4: <filter> type: dynamic noprefixroute scope: global 
  broadcast: <filter> 
  IP v6: <filter> type: noprefixroute scope: link 
  IF-ID-2: br-17da583b3d25 state: down mac: <filter> 
  IF-ID-3: br-47b21b11bbf2 state: down mac: <filter> 
  IF-ID-4: br-5b8ab1e8084d state: down mac: <filter> 
  IF-ID-5: br-6b96ce764012 state: down mac: <filter> 
  IF-ID-6: br-78acf6f03097 state: down mac: <filter> 
  IF-ID-7: br-d0f4392df459 state: down mac: <filter> 
  IF-ID-8: br-e8da5bb35b04 state: down mac: <filter> 
  IF-ID-9: docker0 state: down mac: <filter> 
  IF-ID-10: tun0 state: unknown speed: 10 Mbps duplex: full mac: N/A 
  IP v4: <filter> scope: global broadcast: <filter> 
  WAN IP: <filter> 
Bluetooth:
  Device-1: Intel Bluetooth 9460/9560 Jefferson Peak (JfP) type: USB 
  driver: btusb v: 0.8 bus-ID: 1-14:4 chip-ID: 8087:0aaa class-ID: e001 
  Report: rfkill ID: hci0 rfk-id: 3 state: up address: see --recommends 
Logical:
  Message: No logical block device data found. 
RAID:
  Message: No RAID data found. 
Drives:
  Local Storage: total: 704.24 GiB used: 369.41 GiB (52.5%) 
  SMART Message: Required tool smartctl not installed. Check --recommends 
  ID-1: /dev/nvme0n1 maj-min: 259:0 vendor: Kingston model: RBUSNS8154P3256GJ1 
  size: 238.47 GiB block-size: physical: 512 B logical: 512 B speed: 15.8 Gb/s 
  lanes: 2 type: SSD serial: <filter> rev: E8FK12.3 temp: 31.9 C scheme: GPT 
  ID-2: /dev/sda maj-min: 8:0 vendor: Samsung model: SSD 860 EVO 500GB 
  size: 465.76 GiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s 
  type: SSD serial: <filter> rev: 2B6Q scheme: GPT 
  Message: No optical or floppy data found. 
Partition:
  ID-1: / raw-size: 203.67 GiB size: 199.47 GiB (97.94%) 
  used: 119.85 GiB (60.1%) fs: ext4 dev: /dev/nvme0n1p3 maj-min: 259:3 
  label: N/A uuid: ae96e618-fa07-4302-9fd2-d8c721b4be5c 
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%) 
  used: 280 KiB (0.1%) fs: vfat dev: /dev/nvme0n1p1 maj-min: 259:1 label: N/A 
  uuid: BC4A-EAD1 
  ID-3: /home raw-size: 186.3 GiB size: 182.38 GiB (97.89%) 
  used: 170.42 GiB (93.4%) fs: ext4 dev: /dev/sda1 maj-min: 8:1 label: N/A 
  uuid: 5f256a7b-0da4-4588-9dd5-a1811d48a2ec 
  ID-4: /opt raw-size: 186.3 GiB size: 182.38 GiB (97.89%) 
  used: 63.06 GiB (34.6%) fs: ext4 dev: /dev/sda2 maj-min: 8:2 label: N/A 
  uuid: 9f000ee8-10ae-45f7-9d4f-a0c3dc4a5846 
  ID-5: /var raw-size: 93.15 GiB size: 91.19 GiB (97.89%) 
  used: 16.08 GiB (17.6%) fs: ext4 dev: /dev/sda3 maj-min: 8:3 label: N/A 
  uuid: 6a7aa897-42bb-474e-8623-4183357cf346 
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default) 
  ID-1: swap-1 type: partition size: 34.4 GiB used: 0 KiB (0.0%) priority: -2 
  dev: /dev/nvme0n1p4 maj-min: 259:4 label: N/A 
  uuid: 33994afb-1985-42da-a6cb-2b330e110dbc 
Unmounted:
  ID-1: /dev/nvme0n1p2 maj-min: 259:2 size: 16 MiB fs: <superuser required> 
  label: N/A uuid: N/A 
USB:
  Hub-1: 1-0:1 info: Full speed (or root) Hub ports: 16 rev: 2.0 
  speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900 
  Device-1: 1-4:5 info: Logitech M105 Optical Mouse type: Mouse 
  driver: hid-generic,usbhid interfaces: 1 rev: 2.0 speed: 1.5 Mb/s 
  power: 100mA chip-ID: 046d:c077 class-ID: 0301 
  Device-2: 1-5:3 info: Quanta HD Webcam type: Video driver: uvcvideo 
  interfaces: 2 rev: 2.0 speed: 480 Mb/s power: 500mA chip-ID: 0408:a060 
  class-ID: 0e02 serial: <filter> 
  Device-3: 1-14:4 info: Intel Bluetooth 9460/9560 Jefferson Peak (JfP) 
  type: Bluetooth driver: btusb interfaces: 2 rev: 2.0 speed: 12 Mb/s 
  power: 100mA chip-ID: 8087:0aaa class-ID: e001 
  Hub-2: 2-0:1 info: Full speed (or root) Hub ports: 8 rev: 3.1 speed: 10 Gb/s 
  chip-ID: 1d6b:0003 class-ID: 0900 
  Hub-3: 3-0:1 info: Full speed (or root) Hub ports: 2 rev: 2.0 
  speed: 480 Mb/s chip-ID: 1d6b:0002 class-ID: 0900 
  Hub-4: 4-0:1 info: Full speed (or root) Hub ports: 4 rev: 3.1 speed: 10 Gb/s 
  chip-ID: 1d6b:0003 class-ID: 0900 
Sensors:
  System Temperatures: cpu: 65.0 C mobo: N/A gpu: nouveau temp: 55.0 C 
  Fan Speeds (RPM): N/A gpu: nouveau fan: 0 
Info:
  Processes: 349 Uptime: 3h 2m wakeups: 10 Init: systemd v: 248 
  tool: systemctl Compilers: gcc: 11.1.0 clang: 12.0.1 Packages: 1594 
  pacman: 1585 lib: 459 flatpak: 9 Shell: Bash v: 5.1.8 
  running-in: xfce4-terminal inxi: 3.3.06 

Check if there is a switch that enables and disables wifi on this laptop
There is. It was on. I tried toggling it to off then on, still nothing

Also if you have the network manager icon on your panel, right click and be sure that enable wireless is checked.
Yes. I have that icon and it is enabled.

nmcli dev show as GENERAL.DEVICE or inxi -Fxxxz (look at Network section) as IF.
You should find name of device and try
nmcli device connect (device name)
Type device name without brackets.

Have you checked other kernels, 5.4LTS or 5.13? I run Unstable, but if there was a recent network manager update maybe you can downgrade.

Is it a router issue? Can other devices, phone e.g. see wifi?

Did it work at one time and recently stopped working? It looks like it has worked on Manjaro, but might have some problems:

@Victor

This is my nmcli dev show, but im not sure which one to use though

$ nmcli dev show
GENERAL.DEVICE:                         BC:4C:C4:99:FC:90
GENERAL.TYPE:                           bt
GENERAL.HWADDR:                         BC:4C:C4:99:FC:90
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)
GENERAL.CONNECTION:                     My iPhone Network
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/6
IP4.ADDRESS[1]:                         172.20.10.2/28
IP4.GATEWAY:                            172.20.10.1
IP4.ROUTE[1]:                           dst = 0.0.0.0/0, nh = 172.20.10.1, mt = 750
IP4.ROUTE[2]:                           dst = 172.20.10.0/28, nh = 0.0.0.0, mt = 750
IP4.DNS[1]:                             172.20.10.1
IP6.ADDRESS[1]:                         fe80::2d3d:603c:df1f:7c56/64
IP6.GATEWAY:                            --
IP6.ROUTE[1]:                           dst = fe80::/64, nh = ::, mt = 750

GENERAL.DEVICE:                         tun0
GENERAL.TYPE:                           tun
GENERAL.HWADDR:                         (unknown)
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected (externally))
GENERAL.CONNECTION:                     tun0
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/5
IP4.ADDRESS[1]:                         172.27.243.246/24
IP4.GATEWAY:                            --
IP4.ROUTE[1]:                           dst = 172.27.243.0/24, nh = 0.0.0.0, mt = 0
IP4.ROUTE[2]:                           dst = 172.27.224.0/20, nh = 172.27.243.1, mt = 0
IP4.ROUTE[3]:                           dst = 10.0.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[4]:                           dst = 10.2.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[5]:                           dst = 10.5.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[6]:                           dst = 10.8.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[7]:                           dst = 10.10.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[8]:                           dst = 10.14.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[9]:                           dst = 10.20.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[10]:                          dst = 10.30.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[11]:                          dst = 10.31.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[12]:                          dst = 10.32.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[13]:                          dst = 10.33.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[14]:                          dst = 10.35.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[15]:                          dst = 10.40.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[16]:                          dst = 10.41.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[17]:                          dst = 10.46.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[18]:                          dst = 10.47.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[19]:                          dst = 10.50.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[20]:                          dst = 10.58.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[21]:                          dst = 10.60.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[22]:                          dst = 10.64.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[23]:                          dst = 10.65.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[24]:                          dst = 10.66.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[25]:                          dst = 10.67.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[26]:                          dst = 10.68.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[27]:                          dst = 10.69.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[28]:                          dst = 10.70.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[29]:                          dst = 10.77.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[30]:                          dst = 10.80.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[31]:                          dst = 10.81.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[32]:                          dst = 10.82.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[33]:                          dst = 10.84.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[34]:                          dst = 10.88.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[35]:                          dst = 10.89.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[36]:                          dst = 10.90.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[37]:                          dst = 10.92.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[38]:                          dst = 10.94.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[39]:                          dst = 10.95.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[40]:                          dst = 10.96.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[41]:                          dst = 10.97.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[42]:                          dst = 10.100.0.0/16, nh = 172.27.243.1, mt = 0
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         60:F4:45:72:5A:E3
GENERAL.TYPE:                           bt
GENERAL.HWADDR:                         60:F4:45:72:5A:E3
GENERAL.MTU:                            0
GENERAL.STATE:                          30 (disconnected)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --

GENERAL.DEVICE:                         eth0
GENERAL.TYPE:                           ethernet
GENERAL.HWADDR:                         98:28:A6:42:C8:5B
GENERAL.MTU:                            1500
GENERAL.STATE:                          20 (unavailable)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
WIRED-PROPERTIES.CARRIER:               off

GENERAL.DEVICE:                         br-17da583b3d25
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:3F:89:C8:08
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         br-47b21b11bbf2
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:CC:E1:7F:E4
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         br-5b8ab1e8084d
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:36:E9:52:61
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         br-6b96ce764012
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:3B:2E:DC:4E
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         br-78acf6f03097
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:A6:38:29:F7
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         br-d0f4392df459
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:93:71:3E:49
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         br-e8da5bb35b04
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:C3:B6:EE:99
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         docker0
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:7E:34:E4:5C
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         lo
GENERAL.TYPE:                           loopback
GENERAL.HWADDR:                         00:00:00:00:00:00
GENERAL.MTU:                            65536
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.ADDRESS[1]:                         127.0.0.1/8
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

This is my inxi -Fxxxz's network section

Network:   Device-1: Intel Cannon Lake PCH CNVi WiFi driver: iwlwifi v: kernel port: 6000 bus-ID: 00:14.3 chip-ID: 8086:a370 
           class-ID: 0280 
           Device-2: Qualcomm Atheros Killer E2500 Gigabit Ethernet vendor: Acer Incorporated ALI driver: alx v: kernel 
           port: 3000 bus-ID: 07:00.0 chip-ID: 1969:e0b1 class-ID: 0200 
           IF: eth0 state: down mac: <filter> 
           IF-ID-1: bnep0 state: unknown speed: N/A duplex: N/A mac: <filter> 
           IF-ID-2: br-17da583b3d25 state: down mac: <filter> 
           IF-ID-3: br-47b21b11bbf2 state: down mac: <filter> 
           IF-ID-4: br-5b8ab1e8084d state: down mac: <filter> 
           IF-ID-5: br-6b96ce764012 state: down mac: <filter> 
           IF-ID-6: br-78acf6f03097 state: down mac: <filter> 
           IF-ID-7: br-d0f4392df459 state: down mac: <filter> 
           IF-ID-8: br-e8da5bb35b04 state: down mac: <filter> 
           IF-ID-9: docker0 state: down mac: <filter> 
           IF-ID-10: tun0 state: unknown speed: 10 Mbps duplex: full mac: N/A 

I tried running

$ nmcli device connect eth0
Error: Failed to add/activate new connection: Connection 'eth0' is not available on device eth0 because device has no carrier

But I got an error. Did i run the correct command given the previous result?

@jrichard326

Have you checked other kernels, 5.4LTS or 5.13? I run Unstable, but if there was a recent network manager update maybe ou can downgrade.

I recently did an update then this happened. I didnt check each updates though because there was quite a lot. My current running kernel is Linux 5.10.60-1. Accdg to the changelog, it was released 13 Dec 2020. I dont remember recently changing my kernel version though. But i’ll try downgrading as well. thanks!

Is it a router issue? Can other devices, phone e.g. see wifi?

No. Every other device can connect to the router except my laptop

Did it work at one time and recently stopped working? It looks like it has worked on Manjaro, but might have some problems:

Yes. Was working about a couple of hours before my post. I did do some software update recently.

Check Pamac history to see which update(s) may have caused the issue. I would also check 5.13 and install kernel headers if they are not present.
5.10.60 was released 8/18/2021.

I have one option left before advising to downgrade wifi drivers. As I see Network Manager is unable to create Device file and no wifi interface name is shown so far, therefore try to:
disconnect bluetooth, then:
systemctl stop NetworkManager.service
systemctl start NetworkManager.service
look what will be written during start and proceed with
nmcli dev show
If you’ll find a device name (GENERAL.DEVICE) try to connect it
Hope it’ll help.

@jrichard326 thanks. i’ll check those out!

@Victor

I tried restarting NetworkManager and this is what i got

$ systemctl stop NetworkManager.service
$ systemctl start NetworkManager.service
$ systemctl status NetworkManager.service
● NetworkManager.service - Network Manager
     Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled; vendor preset: disabled)
    Drop-In: /usr/lib/systemd/system/NetworkManager.service.d
             └─NetworkManager-ovs.conf
     Active: active (running) since Fri 2021-09-03 02:52:55 PST; 13s ago
       Docs: man:NetworkManager(8)
   Main PID: 29771 (NetworkManager)
      Tasks: 4 (limit: 38319)
     Memory: 4.5M
        CPU: 129ms
     CGroup: /system.slice/NetworkManager.service
             └─29771 /usr/bin/NetworkManager --no-daemon

Sep 03 02:52:56 franz NetworkManager[29771]: <info>  [1630608776.0618] manager: (60:F4:45:72:5A:E3): new Bluetooth device (/org/freedesktop/NetworkManager/Devices/13)
Sep 03 02:52:56 franz NetworkManager[29771]: <info>  [1630608776.0621] device (60:F4:45:72:5A:E3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 03 02:52:56 franz NetworkManager[29771]: <info>  [1630608776.0628] device (BC:4C:C4:99:FC:90): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Sep 03 02:52:56 franz NetworkManager[29771]: <info>  [1630608776.0631] device (60:F4:45:72:5A:E3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Sep 03 02:52:56 franz NetworkManager[29771]: <info>  [1630608776.0642] device (tun0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Sep 03 02:52:56 franz NetworkManager[29771]: <info>  [1630608776.0644] device (tun0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Sep 03 02:52:56 franz NetworkManager[29771]: <info>  [1630608776.0647] manager: NetworkManager state is now CONNECTED_LOCAL
Sep 03 02:52:56 franz NetworkManager[29771]: <info>  [1630608776.0651] device (tun0): Activation: successful, device activated.
Sep 03 02:52:56 franz NetworkManager[29771]: <info>  [1630608776.0697] agent-manager: agent[d97c8eea80b97dd9,:1.37/org.freedesktop.nm-applet/1000]: agent registered
Sep 03 02:53:02 franz NetworkManager[29771]: <info>  [1630608782.0378] manager: startup complete

Then i did nmcli dev show again and got this

$ nmcli dev show
GENERAL.DEVICE:                         BC:4C:C4:99:FC:90
GENERAL.TYPE:                           bt
GENERAL.HWADDR:                         BC:4C:C4:99:FC:90
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected)
GENERAL.CONNECTION:                     My iPhone Network
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/2
IP4.ADDRESS[1]:                         172.20.10.2/28
IP4.GATEWAY:                            172.20.10.1
IP4.ROUTE[1]:                           dst = 0.0.0.0/0, nh = 172.20.10.1, mt = 750
IP4.ROUTE[2]:                           dst = 172.20.10.0/28, nh = 0.0.0.0, mt = 750
IP4.ROUTE[3]:                           dst = 34.227.143.107/32, nh = 172.20.10.1, mt = 0
IP4.DNS[1]:                             172.20.10.1
IP6.ADDRESS[1]:                         fe80::2d3d:603c:df1f:7c56/64
IP6.GATEWAY:                            --
IP6.ROUTE[1]:                           dst = fe80::/64, nh = ::, mt = 750

GENERAL.DEVICE:                         tun0
GENERAL.TYPE:                           tun
GENERAL.HWADDR:                         (unknown)
GENERAL.MTU:                            1500
GENERAL.STATE:                          100 (connected (externally))
GENERAL.CONNECTION:                     tun0
GENERAL.CON-PATH:                       /org/freedesktop/NetworkManager/ActiveConnection/3
IP4.ADDRESS[1]:                         172.27.243.160/24
IP4.GATEWAY:                            --
IP4.ROUTE[1]:                           dst = 172.27.243.0/24, nh = 0.0.0.0, mt = 0
IP4.ROUTE[2]:                           dst = 172.27.224.0/20, nh = 172.27.243.1, mt = 0
IP4.ROUTE[3]:                           dst = 10.0.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[4]:                           dst = 10.2.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[5]:                           dst = 10.5.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[6]:                           dst = 10.8.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[7]:                           dst = 10.10.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[8]:                           dst = 10.14.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[9]:                           dst = 10.20.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[10]:                          dst = 10.30.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[11]:                          dst = 10.31.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[12]:                          dst = 10.32.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[13]:                          dst = 10.33.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[14]:                          dst = 10.35.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[15]:                          dst = 10.40.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[16]:                          dst = 10.41.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[17]:                          dst = 10.46.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[18]:                          dst = 10.47.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[19]:                          dst = 10.50.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[20]:                          dst = 10.58.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[21]:                          dst = 10.60.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[22]:                          dst = 10.64.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[23]:                          dst = 10.65.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[24]:                          dst = 10.66.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[25]:                          dst = 10.67.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[26]:                          dst = 10.68.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[27]:                          dst = 10.69.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[28]:                          dst = 10.70.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[29]:                          dst = 10.77.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[30]:                          dst = 10.80.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[31]:                          dst = 10.81.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[32]:                          dst = 10.82.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[33]:                          dst = 10.84.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[34]:                          dst = 10.88.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[35]:                          dst = 10.89.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[36]:                          dst = 10.90.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[37]:                          dst = 10.92.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[38]:                          dst = 10.94.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[39]:                          dst = 10.95.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[40]:                          dst = 10.96.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[41]:                          dst = 10.97.0.0/16, nh = 172.27.243.1, mt = 0
IP4.ROUTE[42]:                          dst = 10.100.0.0/16, nh = 172.27.243.1, mt = 0
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         60:F4:45:72:5A:E3
GENERAL.TYPE:                           bt
GENERAL.HWADDR:                         60:F4:45:72:5A:E3
GENERAL.MTU:                            0
GENERAL.STATE:                          30 (disconnected)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --

GENERAL.DEVICE:                         eth0
GENERAL.TYPE:                           ethernet
GENERAL.HWADDR:                         98:28:A6:42:C8:5B
GENERAL.MTU:                            1500
GENERAL.STATE:                          20 (unavailable)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
WIRED-PROPERTIES.CARRIER:               off

GENERAL.DEVICE:                         br-17da583b3d25
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:3F:89:C8:08
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         br-47b21b11bbf2
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:CC:E1:7F:E4
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         br-5b8ab1e8084d
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:36:E9:52:61
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         br-6b96ce764012
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:3B:2E:DC:4E
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         br-78acf6f03097
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:A6:38:29:F7
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         br-d0f4392df459
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:93:71:3E:49
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         br-e8da5bb35b04
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:C3:B6:EE:99
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         docker0
GENERAL.TYPE:                           bridge
GENERAL.HWADDR:                         02:42:7E:34:E4:5C
GENERAL.MTU:                            1500
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

GENERAL.DEVICE:                         lo
GENERAL.TYPE:                           loopback
GENERAL.HWADDR:                         00:00:00:00:00:00
GENERAL.MTU:                            65536
GENERAL.STATE:                          10 (unmanaged)
GENERAL.CONNECTION:                     --
GENERAL.CON-PATH:                       --
IP4.ADDRESS[1]:                         127.0.0.1/8
IP4.GATEWAY:                            --
IP6.GATEWAY:                            --

I dont see anything that might indicate wifi from nmcli dev show :frowning:

@jrichard326 I did sudo cat /var/log/pacman.log | grep '2021-09-01' to see my recent installations.

This is what I saw which I think are related to network update

[2021-09-01T16:03:19+0800] [ALPM] upgraded netpbm (10.73.34-1 -> 10.73.36-1)
[2021-09-01T16:03:19+0800] [ALPM] upgraded nm-connection-editor (1.22.0-1 -> 1.24.0-1)
[2021-09-01T16:03:19+0800] [ALPM] upgraded networkmanager (1.32.6-1 -> 1.32.10-1)
[2021-09-01T16:03:19+0800] [ALPM] upgraded network-manager-applet (1.22.0-1 -> 1.24.0-1)

Here’s the full result of my sudo cat /var/log/pacman.log | grep '2021-09-01' command:

$ sudo cat /var/log/pacman.log | grep '2021-09-01'
[2021-09-01T15:45:47+0800] [PAMAC] synchronizing package lists
[2021-09-01T16:02:35+0800] [ALPM] running '60-mkinitcpio-remove.hook'...
[2021-09-01T16:02:35+0800] [ALPM] running 'firefox-pre.hook'...
[2021-09-01T16:02:35+0800] [ALPM] transaction started
[2021-09-01T16:02:35+0800] [ALPM] upgraded iana-etc (20210624-1 -> 20210728-1)
[2021-09-01T16:02:35+0800] [ALPM] upgraded util-linux-libs (2.37.1-3 -> 2.37.2-1)
[2021-09-01T16:02:35+0800] [ALPM] upgraded e2fsprogs (1.46.3-3 -> 1.46.4-1)
[2021-09-01T16:02:35+0800] [ALPM] upgraded openssl (1.1.1.k-1 -> 1.1.1.l-1)
[2021-09-01T16:02:35+0800] [ALPM] warning: directory permissions differ on /var/log/audit/
[2021-09-01T16:02:35+0800] [ALPM] upgraded audit (3.0.3-1 -> 3.0.4-1)
[2021-09-01T16:02:35+0800] [ALPM] upgraded libxcrypt (4.4.23-1 -> 4.4.25-1)
[2021-09-01T16:02:35+0800] [ALPM] upgraded apparmor (3.0.1-3 -> 3.0.3-1)
[2021-09-01T16:02:35+0800] [ALPM] upgraded libjpeg-turbo (2.1.0-1 -> 2.1.1-1)
[2021-09-01T16:02:35+0800] [ALPM] upgraded llvm-libs (12.0.1-2 -> 12.0.1-3)
[2021-09-01T16:02:35+0800] [ALPM] upgraded vulkan-icd-loader (1.2.185-1 -> 1.2.187-1)
[2021-09-01T16:02:35+0800] [ALPM] upgraded libcap (2.51-1 -> 2.53-1)
[2021-09-01T16:02:35+0800] [ALPM] upgraded ca-certificates-mozilla (3.68-1 -> 3.69-1)
[2021-09-01T16:02:36+0800] [ALPM] upgraded mesa (21.1.6-1 -> 21.2.1-1)
[2021-09-01T16:02:36+0800] [ALPM] upgraded glib2 (2.68.3-1 -> 2.68.4-1)
[2021-09-01T16:02:36+0800] [ALPM] upgraded harfbuzz (2.8.2-1 -> 2.9.0-1)
[2021-09-01T16:02:36+0800] [ALPM] upgraded device-mapper (2.03.12-1 -> 2.03.13-1)
[2021-09-01T16:02:36+0800] [ALPM] upgraded cryptsetup (2.3.6-1 -> 2.4.0-1)
[2021-09-01T16:02:36+0800] [ALPM] upgraded util-linux (2.37.1-3 -> 2.37.2-1)
[2021-09-01T16:02:36+0800] [ALPM] upgraded libgudev (236-1 -> 237-1)
[2021-09-01T16:02:36+0800] [ALPM] upgraded qt5-base (5.15.2+kde+r210-1 -> 5.15.2+kde+r215-1)
[2021-09-01T16:02:36+0800] [ALPM] upgraded attica (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:36+0800] [ALPM] upgraded automake (1.16.3-1 -> 1.16.4-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded python-pyaml (20.4.0-4 -> 21.8.3-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded python-dateutil (2.8.1-6 -> 2.8.2-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded bauh (0.9.18-1 -> 0.9.19-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded bind (9.16.19-1 -> 9.16.20-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded libepoxy (1.5.8-1 -> 1.5.9-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded pango (1:1.48.7-1 -> 1:1.48.9-2)
[2021-09-01T16:02:37+0800] [ALPM] upgraded json-glib (1.6.2-1 -> 1.6.6-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded gtk-update-icon-cache (1:4.2.1-2 -> 1:4.4.0-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded libsoup (2.72.0+10+gfe1e295d-1 -> 2.74.0-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded gtk3 (1:3.24.30-1 -> 1:3.24.30-2)
[2021-09-01T16:02:37+0800] [ALPM] upgraded nss (3.68-1 -> 3.69-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded libnm (1.32.6-1 -> 1.32.10-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded blueman (2.2.1-1 -> 2.2.2-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded btrfs-progs (5.13-1 -> 5.13.1-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded c-ares (1.17.1-1 -> 1.17.2-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded catfish (4.16.1-1.0 -> 4.16.2-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded snappy (1.1.8-2 -> 1.1.9-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded libwebp (1.2.0-1 -> 1.2.1-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded dav1d (0.9.0-1 -> 0.9.1-1)
[2021-09-01T16:02:37+0800] [ALPM] upgraded libmfx (21.2.3-1 -> 21.3.2-1)
[2021-09-01T16:02:38+0800] [ALPM] upgraded libibus (1.5.24-1 -> 1.5.25-2)
[2021-09-01T16:02:38+0800] [ALPM] upgraded sdl2 (2.0.14-1 -> 2.0.16-2)
[2021-09-01T16:02:38+0800] [ALPM] upgraded chromium (92.0.4515.131-1 -> 92.0.4515.159-1)
[2021-09-01T16:02:38+0800] [ALPM] installed libmd (1.0.3-1)
[2021-09-01T16:02:38+0800] [ALPM] upgraded libbsd (0.10.0-2 -> 0.11.3-1)
[2021-09-01T16:02:38+0800] [ALPM] upgraded libarchive (3.5.1-1 -> 3.5.2-1)
[2021-09-01T16:02:39+0800] [ALPM] upgraded smbclient (4.14.6-1 -> 4.14.7-1)
[2021-09-01T16:02:39+0800] [ALPM] upgraded cifs-utils (6.13-2 -> 6.13-3)
[2021-09-01T16:02:39+0800] [ALPM] upgraded runc (1.0.1-2 -> 1.0.2-1)
[2021-09-01T16:02:39+0800] [ALPM] upgraded containerd (1.5.4-1 -> 1.5.5-1)
[2021-09-01T16:02:39+0800] [ALPM] upgraded dbus-glib (0.112-1 -> 0.112-2)
[2021-09-01T16:02:39+0800] [ALPM] upgraded diffutils (3.7-3 -> 3.8-1)
[2021-09-01T16:02:39+0800] [ALPM] upgraded enchant (2.3.0-1 -> 2.3.1-1)
[2021-09-01T16:02:39+0800] [ALPM] upgraded engrampa (1.24.2-1 -> 1.26.0-1)
[2021-09-01T16:02:39+0800] [ALPM] upgraded libfilezilla (0.31.0-1 -> 0.31.1-1)
[2021-09-01T16:02:39+0800] [ALPM] upgraded filezilla (3.55.0-2 -> 3.55.1-1)
[2021-09-01T16:02:40+0800] [ALPM] upgraded firefox (91.0-0.1 -> 91.0.2-1)
[2021-09-01T16:02:40+0800] [ALPM] upgraded libmm-glib (1.16.8-1 -> 1.16.10-1)
[2021-09-01T16:02:40+0800] [ALPM] upgraded libmbim (1.26.0-1 -> 1.26.0-2)
[2021-09-01T16:02:40+0800] [ALPM] upgraded libqmi (1.28.6-1 -> 1.30.0-1)
[2021-09-01T16:02:40+0800] [ALPM] upgraded libstemmer (0+713-2 -> 2.1.0-1)
[2021-09-01T16:02:40+0800] [ALPM] upgraded js78 (78.12.0-1 -> 78.13.0-1)
[2021-09-01T16:02:40+0800] [ALPM] upgraded fwupd (1.6.2-1 -> 1.6.3-1)
[2021-09-01T16:02:40+0800] [ALPM] upgraded game-devices-udev (0.14-1 -> 0.15-1)
[2021-09-01T16:02:40+0800] [ALPM] upgraded git (2.32.0-1 -> 2.33.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded github-cli (1.13.1-1 -> 2.0.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded glib2-docs (2.68.3-1 -> 2.68.4-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded gnome-desktop (1:40.3-1 -> 1:40.4-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded harfbuzz-icu (2.8.2-1 -> 2.9.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded ibus (1.5.24-1 -> 1.5.25-2)
[2021-09-01T16:02:41+0800] [ALPM] upgraded imlib2 (1.7.2-1 -> 1.7.3-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded intel-media-driver (21.2.3-1 -> 21.3.2-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded intel-media-sdk (21.2.3-1 -> 21.3.2-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded jasper (2.0.32-1 -> 2.0.33-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded karchive (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kcoreaddons (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kauth (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kdbusaddons (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kconfig (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kwindowsystem (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kcrash (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kglobalaccel (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kcodecs (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kguiaddons (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded ki18n (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kwidgetsaddons (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kconfigwidgets (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kitemviews (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kiconthemes (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kxmlgui (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:41+0800] [ALPM] upgraded kbookmarks (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded kcompletion (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lvm2 (2.03.12-1 -> 2.03.13-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded xfsprogs (5.12.0-1 -> 5.13.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded mpfr (4.1.0-2 -> 4.1.0.p13-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded solid (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded kjobwidgets (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded knotifications (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded kservice (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded kwallet (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded sonnet (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded ktextwidgets (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded kded (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded kio (5.84.0-2 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded kpackage (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded kdeclarative (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded kirigami2 (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded kitemmodels (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded syndication (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded knewstuff (5.84.0-1 -> 5.85.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lib32-e2fsprogs (1.46.3-1 -> 1.46.4-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lib32-libxcrypt (4.4.23-1 -> 4.4.25-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lib32-util-linux (2.37.1-1 -> 2.37.2-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lib32-glib2 (2.68.3-1 -> 2.68.4-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lib32-harfbuzz (2.8.2-1 -> 2.9.0-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lib32-json-glib (1.6.2-1 -> 1.6.6-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lib32-pam (1.5.1-1 -> 1.5.1-2)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lib32-libcap (2.51-1 -> 2.53-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lib32-libepoxy (1.5.8-1 -> 1.5.9-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lib32-libgudev (236-1 -> 237-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lib32-libjpeg-turbo (2.1.0-1 -> 2.1.1-1)
[2021-09-01T16:02:42+0800] [ALPM] upgraded lib32-libsoup (2.72.0-1 -> 2.74.0-1)
[2021-09-01T16:02:43+0800] [ALPM] upgraded lib32-llvm-libs (12.0.1-1 -> 12.0.1-2)
[2021-09-01T16:02:43+0800] [ALPM] upgraded lib32-libva-mesa-driver (21.1.6-1 -> 21.2.1-1)
[2021-09-01T16:02:43+0800] [ALPM] upgraded lib32-libxft (2.3.3-1 -> 2.3.4-1)
[2021-09-01T16:02:43+0800] [ALPM] upgraded lib32-mesa (21.1.6-1 -> 21.2.1-1)
[2021-09-01T16:02:43+0800] [ALPM] upgraded lib32-mesa-vdpau (21.1.6-1 -> 21.2.1-1)
[2021-09-01T16:02:43+0800] [ALPM] upgraded lib32-nss (3.68-1 -> 3.69-1)
[2021-09-01T16:02:43+0800] [ALPM] upgraded lib32-pango (1:1.48.7-1 -> 1:1.48.9-2)
[2021-09-01T16:02:43+0800] [ALPM] upgraded lib32-vulkan-intel (21.1.6-1 -> 21.2.1-1)
[2021-09-01T16:02:43+0800] [ALPM] upgraded lib32-vulkan-radeon (21.1.6-1 -> 21.2.1-1)
[2021-09-01T16:02:43+0800] [ALPM] upgraded libgexiv2 (0.12.2-1 -> 0.12.3-1)
[2021-09-01T16:02:43+0800] [ALPM] upgraded libnma (1.8.30-1 -> 1.8.32-1)
[2021-09-01T16:02:43+0800] [ALPM] upgraded libpackagekit-glib (1.2.3-1 -> 1.2.4-1)
[2021-09-01T16:02:43+0800] [ALPM] installed box2d (2.4.1-1)
[2021-09-01T16:02:45+0800] [ALPM] upgraded libreoffice-still (7.0.6-4 -> 7.1.5-1)
[2021-09-01T16:02:45+0800] [ALPM] upgraded libsidplayfp (2.2.1-1 -> 2.2.2-1)
[2021-09-01T16:02:45+0800] [ALPM] upgraded libsrtp (1:2.3.0-1 -> 1:2.4.0-1)
[2021-09-01T16:02:46+0800] [ALPM] upgraded libupnp (1.14.7-1 -> 1.14.8-1)
[2021-09-01T16:02:46+0800] [ALPM] upgraded libva-mesa-driver (21.1.6-1 -> 21.2.1-1)
[2021-09-01T16:02:47+0800] [ALPM] upgraded linux-firmware (20210719.r1990.168452e-1 -> 20210818.c46b8c3-1)
[2021-09-01T16:02:49+0800] [ALPM] upgraded linux419 (4.19.201-1 -> 4.19.204-1)
[2021-09-01T16:02:49+0800] [ALPM] upgraded linux419-virtualbox-host-modules (6.1.26-3 -> 6.1.26-6)
[2021-09-01T16:02:56+0800] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
[2021-09-01T16:02:57+0800] [ALPM] upgraded linux510 (5.10.56-1 -> 5.10.60-1)
[2021-09-01T16:02:57+0800] [ALPM] upgraded linux510-virtualbox-host-modules (6.1.26-3 -> 6.1.26-7)
[2021-09-01T16:03:05+0800] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
[2021-09-01T16:03:07+0800] [ALPM] upgraded linux54 (5.4.138-1 -> 5.4.142-1)
[2021-09-01T16:03:07+0800] [ALPM] upgraded linux54-virtualbox-host-modules (6.1.26-3 -> 6.1.26-7)
[2021-09-01T16:03:16+0800] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
[2021-09-01T16:03:18+0800] [ALPM] upgraded llvm (12.0.1-2 -> 12.0.1-3)
[2021-09-01T16:03:18+0800] [ALPM] upgraded lynx (2.8.9-3 -> 2.8.9-4)
[2021-09-01T16:03:18+0800] [ALPM] upgraded manjaro-release (21.1.0rc4-1 -> 21.1.1-1)
[2021-09-01T16:03:18+0800] [ALPM] upgraded perl-libwww (6.55-1 -> 6.56-1)
[2021-09-01T16:03:18+0800] [ALPM] upgraded manjaro-settings-manager (0.5.6-14 -> 0.5.6-15)
[2021-09-01T16:03:18+0800] [ALPM] upgraded manjaro-settings-manager-notifier (0.5.6-14 -> 0.5.6-15)
[2021-09-01T16:03:19+0800] [ALPM] upgraded matcha-gtk-theme (20210802-1 -> 20210823-1)
[2021-09-01T16:03:19+0800] [ALPM-SCRIPTLET] 
[2021-09-01T16:03:19+0800] [ALPM-SCRIPTLET] Firefox theme
[2021-09-01T16:03:19+0800] [ALPM-SCRIPTLET] See /usr/share/doc/matcha-gtk-theme/firefox/README.md
[2021-09-01T16:03:19+0800] [ALPM-SCRIPTLET] 
[2021-09-01T16:03:19+0800] [ALPM-SCRIPTLET] Gedit theme
[2021-09-01T16:03:19+0800] [ALPM-SCRIPTLET] See /usr/share/doc/matcha-gtk-theme/gedit/README.md
[2021-09-01T16:03:19+0800] [ALPM-SCRIPTLET] 
[2021-09-01T16:03:19+0800] [ALPM] upgraded mesa-vdpau (21.1.6-1 -> 21.2.1-1)
[2021-09-01T16:03:19+0800] [ALPM] upgraded mhwd-nvidia (470.57.02-1 -> 470.63.01-1)
[2021-09-01T16:03:19+0800] [ALPM] upgraded modemmanager (1.16.8-1 -> 1.16.10-1)
[2021-09-01T16:03:19+0800] [ALPM] upgraded netpbm (10.73.34-1 -> 10.73.36-1)
[2021-09-01T16:03:19+0800] [ALPM] upgraded nm-connection-editor (1.22.0-1 -> 1.24.0-1)
[2021-09-01T16:03:19+0800] [ALPM] upgraded networkmanager (1.32.6-1 -> 1.32.10-1)
[2021-09-01T16:03:19+0800] [ALPM] upgraded network-manager-applet (1.22.0-1 -> 1.24.0-1)
[2021-09-01T16:03:19+0800] [ALPM] upgraded nodejs (16.6.1-1 -> 16.7.0-1)
[2021-09-01T16:03:20+0800] [ALPM] upgraded npm (7.20.5-1 -> 7.21.0-1)
[2021-09-01T16:03:20+0800] [ALPM] upgraded openssh (8.6p1-1 -> 8.7p1-1)
[2021-09-01T16:03:20+0800] [ALPM] upgraded opera-ffmpeg-codecs (92.0.4515.107-1 -> 92.0.4515.131-1)
[2021-09-01T16:03:20+0800] [ALPM] upgraded os-prober (1.78-0.1 -> 1.79-1)
[2021-09-01T16:03:20+0800] [ALPM] upgraded packagekit (1.2.3-1 -> 1.2.4-1)
[2021-09-01T16:03:20+0800] [ALPM] upgraded pacutils (0.11.0-4 -> 0.11.1-1)
[2021-09-01T16:03:28+0800] [ALPM] upgraded papirus-icon-theme (20210802-1 -> 20210802-2)
[2021-09-01T16:03:28+0800] [ALPM] upgraded pavucontrol (1:4.0-2 -> 1:5.0-1)
[2021-09-01T16:03:28+0800] [ALPM] upgraded pcsclite (1.9.2-2 -> 1.9.3-1)
[2021-09-01T16:03:28+0800] [ALPM] upgraded perl-term-ui (0.48-1 -> 0.50-1)
[2021-09-01T16:03:28+0800] [ALPM] upgraded python-mako (1.1.4-1 -> 1.1.5-1)
[2021-09-01T16:03:29+0800] [ALPM] upgraded python-pygments (2.9.0-1 -> 2.10.0-1)
[2021-09-01T16:03:29+0800] [ALPM] upgraded python-pyzmq (22.1.0-1 -> 22.2.1-1)
[2021-09-01T16:03:29+0800] [ALPM] upgraded python-ruamel-yaml (0.17.10-1 -> 0.17.11-1)
[2021-09-01T16:03:29+0800] [ALPM] upgraded python-tomli (1.2.0-1 -> 1.2.1-1)
[2021-09-01T16:03:29+0800] [ALPM] upgraded python-twisted (21.2.0-3 -> 21.2.0-4)
[2021-09-01T16:03:29+0800] [ALPM] upgraded python-virtualenv (20.7.0-1 -> 20.7.2-1)
[2021-09-01T16:03:29+0800] [ALPM] upgraded run-parts (4.11.2-1 -> 5.3-1)
[2021-09-01T16:03:29+0800] [ALPM] upgraded samba (4.14.6-1 -> 4.14.7-1)
[2021-09-01T16:03:29+0800] [ALPM] upgraded soundtouch (2.2-1 -> 2.3.0-1)
[2021-09-01T16:03:30+0800] [ALPM] upgraded terraform (1.0.3-2 -> 1.0.5-1)
[2021-09-01T16:03:30+0800] [ALPM] upgraded texinfo (6.8-1 -> 6.8-2)
[2021-09-01T16:03:30+0800] [ALPM] upgraded usbutils (013-1 -> 014-1)
[2021-09-01T16:03:30+0800] [ALPM] upgraded vala (0.52.4-1 -> 0.52.5-1)
[2021-09-01T16:03:30+0800] [ALPM] upgraded vulkan-intel (21.1.6-1 -> 21.2.1-1)
[2021-09-01T16:03:30+0800] [ALPM] upgraded vulkan-radeon (21.1.6-1 -> 21.2.1-1)
[2021-09-01T16:03:31+0800] [ALPM] upgraded wine-staging (6.14-1 -> 6.15-1)
[2021-09-01T16:03:31+0800] [ALPM] upgraded xorg-server-common (1.20.13-1 -> 1.20.13-3)
[2021-09-01T16:03:31+0800] [ALPM] upgraded xorg-server (1.20.13-1 -> 1.20.13-3)
[2021-09-01T16:03:32+0800] [ALPM] upgraded xorg-server-xvfb (1.20.13-1 -> 1.20.13-3)
[2021-09-01T16:03:32+0800] [ALPM] transaction completed
[2021-09-01T16:03:37+0800] [ALPM] running '20-systemd-sysusers.hook'...
[2021-09-01T16:03:37+0800] [ALPM] running '30-systemd-binfmt.hook'...
[2021-09-01T16:03:37+0800] [ALPM] running '30-systemd-daemon-reload.hook'...
[2021-09-01T16:03:37+0800] [ALPM] running '30-systemd-tmpfiles.hook'...
[2021-09-01T16:03:37+0800] [ALPM] running '30-systemd-udev-reload.hook'...
[2021-09-01T16:03:37+0800] [ALPM] running '30-systemd-update.hook'...
[2021-09-01T16:03:37+0800] [ALPM] running '40-update-ca-trust.hook'...
[2021-09-01T16:03:38+0800] [ALPM] running '60-depmod.hook'...
[2021-09-01T16:04:00+0800] [ALPM] running '90-mkinitcpio-install.hook'...
[2021-09-01T16:04:00+0800] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux419.preset: 'default'
[2021-09-01T16:04:00+0800] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-4.19-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.19-x86_64.img
[2021-09-01T16:04:00+0800] [ALPM-SCRIPTLET] ==> Starting build: 4.19.204-1-MANJARO
[2021-09-01T16:04:00+0800] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-09-01T16:04:01+0800] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-09-01T16:04:01+0800] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2021-09-01T16:04:01+0800] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-09-01T16:04:01+0800] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-09-01T16:04:01+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-09-01T16:04:02+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2021-09-01T16:04:02+0800] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2021-09-01T16:04:02+0800] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-09-01T16:04:02+0800] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-09-01T16:04:02+0800] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-4.19-x86_64.img
[2021-09-01T16:04:03+0800] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-09-01T16:04:03+0800] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux419.preset: 'fallback'
[2021-09-01T16:04:03+0800] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-4.19-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-4.19-x86_64-fallback.img -S autodetect
[2021-09-01T16:04:04+0800] [ALPM-SCRIPTLET] ==> Starting build: 4.19.204-1-MANJARO
[2021-09-01T16:04:04+0800] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-09-01T16:04:04+0800] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-09-01T16:04:04+0800] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-09-01T16:04:04+0800] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-09-01T16:04:07+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-09-01T16:04:08+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2021-09-01T16:04:08+0800] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2021-09-01T16:04:08+0800] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-09-01T16:04:11+0800] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-09-01T16:04:11+0800] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-4.19-x86_64-fallback.img
[2021-09-01T16:04:16+0800] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-09-01T16:04:16+0800] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux510.preset: 'default'
[2021-09-01T16:04:16+0800] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.10-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.10-x86_64.img
[2021-09-01T16:04:16+0800] [ALPM-SCRIPTLET] ==> Starting build: 5.10.60-1-MANJARO
[2021-09-01T16:04:16+0800] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-09-01T16:04:16+0800] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-09-01T16:04:16+0800] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2021-09-01T16:04:16+0800] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-09-01T16:04:16+0800] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-09-01T16:04:17+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-09-01T16:04:17+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2021-09-01T16:04:17+0800] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2021-09-01T16:04:17+0800] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-09-01T16:04:17+0800] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-09-01T16:04:17+0800] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-5.10-x86_64.img
[2021-09-01T16:04:18+0800] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-09-01T16:04:18+0800] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux510.preset: 'fallback'
[2021-09-01T16:04:18+0800] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.10-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.10-x86_64-fallback.img -S autodetect
[2021-09-01T16:04:18+0800] [ALPM-SCRIPTLET] ==> Starting build: 5.10.60-1-MANJARO
[2021-09-01T16:04:18+0800] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-09-01T16:04:19+0800] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-09-01T16:04:19+0800] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-09-01T16:04:19+0800] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-09-01T16:04:21+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-09-01T16:04:22+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2021-09-01T16:04:22+0800] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2021-09-01T16:04:22+0800] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-09-01T16:04:25+0800] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-09-01T16:04:25+0800] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-5.10-x86_64-fallback.img
[2021-09-01T16:04:31+0800] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-09-01T16:04:31+0800] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux54.preset: 'default'
[2021-09-01T16:04:31+0800] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.4-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.4-x86_64.img
[2021-09-01T16:04:31+0800] [ALPM-SCRIPTLET] ==> Starting build: 5.4.142-1-MANJARO
[2021-09-01T16:04:31+0800] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-09-01T16:04:31+0800] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-09-01T16:04:31+0800] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2021-09-01T16:04:31+0800] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-09-01T16:04:31+0800] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-09-01T16:04:32+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-09-01T16:04:32+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2021-09-01T16:04:32+0800] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2021-09-01T16:04:32+0800] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-09-01T16:04:32+0800] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-09-01T16:04:32+0800] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-5.4-x86_64.img
[2021-09-01T16:04:34+0800] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-09-01T16:04:34+0800] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux54.preset: 'fallback'
[2021-09-01T16:04:34+0800] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-5.4-x86_64 -c /etc/mkinitcpio.conf -g /boot/initramfs-5.4-x86_64-fallback.img -S autodetect
[2021-09-01T16:04:34+0800] [ALPM-SCRIPTLET] ==> Starting build: 5.4.142-1-MANJARO
[2021-09-01T16:04:34+0800] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2021-09-01T16:04:34+0800] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2021-09-01T16:04:34+0800] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2021-09-01T16:04:34+0800] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2021-09-01T16:04:37+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2021-09-01T16:04:39+0800] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2021-09-01T16:04:39+0800] [ALPM-SCRIPTLET]   -> Running build hook: [resume]
[2021-09-01T16:04:39+0800] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2021-09-01T16:04:41+0800] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2021-09-01T16:04:41+0800] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-5.4-x86_64-fallback.img
[2021-09-01T16:04:47+0800] [ALPM-SCRIPTLET] ==> Image generation successful
[2021-09-01T16:04:47+0800] [ALPM] running '90-packagekit-refresh.hook'...
[2021-09-01T16:04:47+0800] [ALPM] running '99-grub.hook'...
[2021-09-01T16:04:48+0800] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2021-09-01T16:04:48+0800] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/manjaro/theme.txt
[2021-09-01T16:04:49+0800] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-5.10-x86_64
[2021-09-01T16:04:49+0800] [ALPM-SCRIPTLET] Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.10-x86_64.img
[2021-09-01T16:04:50+0800] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-5.10-x86_64-fallback.img
[2021-09-01T16:04:50+0800] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-5.4-x86_64
[2021-09-01T16:04:50+0800] [ALPM-SCRIPTLET] Found initrd image: /boot/intel-ucode.img /boot/initramfs-5.4-x86_64.img
[2021-09-01T16:04:50+0800] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-5.4-x86_64-fallback.img
[2021-09-01T16:04:50+0800] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-4.19-x86_64
[2021-09-01T16:04:50+0800] [ALPM-SCRIPTLET] Found initrd image: /boot/intel-ucode.img /boot/initramfs-4.19-x86_64.img
[2021-09-01T16:04:50+0800] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-4.19-x86_64-fallback.img
[2021-09-01T16:04:50+0800] [ALPM-SCRIPTLET] Warning: os-prober will be executed to detect other bootable partitions.
[2021-09-01T16:04:50+0800] [ALPM-SCRIPTLET] Its output will be used to detect bootable binaries on them and create new boot entries.
[2021-09-01T16:04:51+0800] [ALPM-SCRIPTLET] Adding boot menu entry for UEFI Firmware Settings ...
[2021-09-01T16:04:51+0800] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2021-09-01T16:04:51+0800] [ALPM-SCRIPTLET] /usr/bin/grub-probe: warning: unknown device type nvme0n1.
[2021-09-01T16:04:51+0800] [ALPM-SCRIPTLET] done
[2021-09-01T16:04:51+0800] [ALPM] running 'dbus-reload.hook'...
[2021-09-01T16:04:51+0800] [ALPM] running 'dconf-update.hook'...
[2021-09-01T16:04:51+0800] [ALPM] running 'detect-old-perl-modules.hook'...
[2021-09-01T16:04:51+0800] [ALPM] running 'firefox-post.hook'...
[2021-09-01T16:04:51+0800] [ALPM] running 'fontconfig.hook'...
[2021-09-01T16:04:51+0800] [ALPM] running 'fontconfig-32.hook'...
[2021-09-01T16:04:52+0800] [ALPM] running 'glib-compile-schemas.hook'...
[2021-09-01T16:04:52+0800] [ALPM] running 'gtk-query-immodules-2.0.hook'...
[2021-09-01T16:04:52+0800] [ALPM] running 'gtk-query-immodules-3.0.hook'...
[2021-09-01T16:04:52+0800] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-09-01T16:04:59+0800] [ALPM] running 'networkmanager-connectivity.hook'...
[2021-09-01T16:04:59+0800] [ALPM] running 'texinfo-install.hook'...
[2021-09-01T16:04:59+0800] [ALPM] running 'update-desktop-database.hook'...
[2021-09-01T16:04:59+0800] [ALPM] running 'update-mime-database.hook'...
[2021-09-01T16:57:00+0800] [PAMAC] synchronizing package lists
[2021-09-01T21:57:10+0800] [PAMAC] synchronizing package lists
[2021-09-01T22:08:44+0800] [ALPM] transaction started
[2021-09-01T22:08:44+0800] [ALPM] upgraded lens-bin (5.1.3-1 -> 5.1.3-2)
[2021-09-01T22:08:45+0800] [ALPM] upgraded zoom (5.7.5-1 -> 5.7.6a-1)
[2021-09-01T22:08:45+0800] [ALPM] upgraded upwork (5.6.7.13-2 -> 5.6.8.0-1)
[2021-09-01T22:08:46+0800] [ALPM] upgraded slack-desktop (4.18.0-1 -> 4.19.2-1)
[2021-09-01T22:08:46+0800] [ALPM] upgraded google-chrome (92.0.4515.131-1 -> 93.0.4577.63-1)
[2021-09-01T22:08:46+0800] [ALPM-SCRIPTLET] tput: No value for $TERM and no -T specified
[2021-09-01T22:08:46+0800] [ALPM-SCRIPTLET] tput: No value for $TERM and no -T specified
[2021-09-01T22:08:46+0800] [ALPM-SCRIPTLET] tput: No value for $TERM and no -T specified
[2021-09-01T22:08:46+0800] [ALPM-SCRIPTLET] tput: No value for $TERM and no -T specified
[2021-09-01T22:08:46+0800] [ALPM-SCRIPTLET] ==> NOTE: Custom flags should be put directly in: ~/.config/chrome-flags.conf
[2021-09-01T22:08:46+0800] [ALPM-SCRIPTLET] ==> NOTE: The launcher is called: 'google-chrome-stable'
[2021-09-01T22:08:46+0800] [ALPM] transaction completed
[2021-09-01T22:08:47+0800] [ALPM] running '30-systemd-update.hook'...
[2021-09-01T22:08:47+0800] [ALPM] running '90-packagekit-refresh.hook'...
[2021-09-01T22:08:47+0800] [ALPM] running 'gtk-update-icon-cache.hook'...
[2021-09-01T22:08:47+0800] [ALPM] running 'update-desktop-database.hook'...
[2021-09-01T22:08:47+0800] [ALPM] running 'update-mime-database.hook'...

netpbm is a toolkit for manipulation of graphic images. The others are more likely. I have those versions here on Unstable and have been running them since 8/17/2021 with no issue. Given the amount of time to track down and possibly not fix these types of issues, I would be more inclined to restore my recent Clonezilla image. This happens so very infrequently to me.

I’ve just noticed that nmcli con show indicated following
eugene 9b3cb0d1-e9cc-4d86-ace2-f79160fe7275 wifi --
It has (wifi and\or eugene) also to be mentioned in nmcli dev show however I cannot find it. Are you sure you’ve listed the results till the end?