Wi-Fi not connecting after second boot

Hi everyone!

When I was setting up my Manjaro installation and on its first boot, Wi-Fi is able to connect fine. I just press connect, enter the password, and it connects. However, on my next start, it says, No secrets were provided. Here is my inxi -F:

$ inxi -F
System:    Host: Desktop Kernel: 5.10.36-2-MANJARO x86_64 bits: 64 Desktop: KDE Plasma 5.21.5 Distro: Manjaro Linux 
Machine:   Type: Desktop System: ASUS product: N/A v: N/A serial: <superuser required> 
           Mobo: ASUSTeK model: ROG CROSSHAIR VIII FORMULA v: Rev X.0x serial: <superuser required> UEFI: American Megatrends 
           v: 3302 date: 03/05/2021 
CPU:       Info: 8-Core model: AMD Ryzen 7 3700X bits: 64 type: MT MCP cache: L2: 4 MiB 
           Speed: 4175 MHz min/max: 2200/3600 MHz Core speeds (MHz): 1: 4175 2: 4173 3: 4178 4: 4173 5: 4179 6: 4168 7: 4171 
           8: 2089 9: 4175 10: 4178 11: 4165 12: 4154 13: 4164 14: 2086 15: 4174 16: 4171 
Graphics:  Device-1: NVIDIA TU104 [GeForce RTX 2070 SUPER] driver: nvidia v: 460.80 
           Device-2: Logitech OrbiCam type: USB driver: snd-usb-audio,uvcvideo 
           Display: x11 server: X.Org 1.20.11 driver: loaded: nvidia resolution: 3440x1440~75Hz 
           OpenGL: renderer: GeForce RTX 2070 SUPER/PCIe/SSE2 v: 4.6.0 NVIDIA 460.80 
Audio:     Device-1: NVIDIA TU104 HD Audio driver: snd_hda_intel 
           Device-2: Advanced Micro Devices [AMD] Starship/Matisse HD Audio driver: snd_hda_intel 
           Device-3: Logitech OrbiCam type: USB driver: snd-usb-audio,uvcvideo 
           Sound Server-1: ALSA v: k5.10.36-2-MANJARO running: yes 
           Sound Server-2: PulseAudio v: 14.2 running: yes 
           Sound Server-3: PipeWire v: 0.3.28 running: yes 
Network:   Device-1: Aquantia AQC111 NBase-T/IEEE 802.3bz Ethernet [AQtion] driver: atlantic 
           IF: enp4s0 state: down mac: 04:d9:f5:5e:bc:51 
           Device-2: Intel I211 Gigabit Network driver: igb 
           IF: enp5s0 state: up speed: 1000 Mbps duplex: full mac: 04:d9:f5:5e:bc:50 
           Device-3: Intel Wi-Fi 6 AX200 driver: iwlwifi 
           IF: wlp6s0 state: down mac: 8a:63:26:f6:8b:07 
Bluetooth: Device-1: Intel AX200 Bluetooth type: USB driver: btusb 
           Report: rfkill ID: hci0 state: up address: see --recommends 
Drives:    Local Storage: total: 2.74 TiB used: 1.18 TiB (43.1%) 
           ID-1: /dev/nvme0n1 vendor: Samsung model: SSD 970 EVO 1TB size: 931.51 GiB 
           ID-2: /dev/sda type: USB vendor: Western Digital model: WD20EARS-00MVWB0 size: 1.82 TiB 
           ID-3: /dev/sdb type: USB model: General USB Flash Disk size: 14.92 GiB 
Partition: ID-1: / size: 906.86 GiB used: 41.65 GiB (4.6%) fs: ext4 dev: /dev/nvme0n1p2 
           ID-2: /boot/efi size: 299.4 MiB used: 296 KiB (0.1%) fs: vfat dev: /dev/nvme0n1p1 
Swap:      ID-1: swap-1 type: partition size: 8.8 GiB used: 2.5 MiB (0.0%) dev: /dev/nvme0n1p3 
Sensors:   System Temperatures: cpu: 64.8 C mobo: 0 C gpu: nvidia temp: 35 C 
           Fan Speeds (RPM): N/A gpu: nvidia fan: 26% 
Info:      Processes: 375 Uptime: 1h 40m Memory: 31.33 GiB used: 5.29 GiB (16.9%) Shell: Bash inxi: 3.3.04

journalctl -k | grep -i iwlwifi also says that that firmware seems to be loading fine:

$ journalctl -k | grep -i iwlwifi
May 27 15:53:59 Desktop kernel: iwlwifi 0000:06:00.0: enabling device (0000 -> 0002)
May 27 15:53:59 Desktop kernel: iwlwifi 0000:06:00.0: api flags index 2 larger than supported by driver
May 27 15:53:59 Desktop kernel: iwlwifi 0000:06:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.22
May 27 15:53:59 Desktop kernel: iwlwifi 0000:06:00.0: loaded firmware version 59.601f3a66.0 cc-a0-59.ucode op_mode iwlmvm
May 27 15:53:59 Desktop kernel: iwlwifi 0000:06:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
May 27 15:53:59 Desktop kernel: iwlwifi 0000:06:00.0: base HW address: 3c:f0:11:3c:25:da
May 27 15:54:00 Desktop kernel: iwlwifi 0000:06:00.0 wlp6s0: renamed from wlan0

I also do not have any other OS installed on this computer. Though this is after moving from Ubuntu 21.04 to Manjaro. When I was using Ubuntu, Wi-Fi was working fine and one the first boot Wi-Fi was working fine so I do not believe that it is a hardware issue. Please let me know if I need to provide any more information!

Thanks!

Hi @Newo ,
Welcome to the forum.
Maybe, you just look into the forum. I found a similar problem in the following post:
Intel AX200 only WIFI working

Hope this help, regards

Hi @j8a! I looked at that post that you sent. It seems like the solution was not found.

I will try installing XFCE to see if it’s a KDE issue.

After changing to XFCE, I have confirmed that this issue is only present on KDE. Should I raise this issue with them?