Wifi problems after latest testing updates

I just installed the updates, and my wifi adapter disappeared. Can anyone help me on where to start troubleshooting or things to try and fix it real quick?

It looks like it’s not working on the latest kernel (6.0.8) and my LTS Kernel (5.15.78).

Thanks!

Looks like package wpa_supplicant was updated…got anything from journalctl -f ?

See a lot of connection fails, no errors on my actual NIC or Wifi connection though.

What hardware? Did you need a custom driver from AUR that might have to be rebuilt or reinstalled (I had to install a driver from AUR after installing Manjaro on a SurfacePro 3)?

Hi @A4orce84,

It might be that the driver for your NIC was dropped from the kernel, or even something else entirely. Whatever the reason, in order for us, or anyone for that matter, to be able to provide assistance, more information is necessary. To that end, please see:

Hope you manage!


:bangbang: Tip: :bangbang:

To provide terminal output, copy the text you wish to share, and paste it here, surrounded by three (3) backticks, a.k.a grave accents. Like this:

```
pasted text
```

This will just cause it to be rendered like this:

Portaest sed
elementum
cursus nisl nisi
hendrerit ac quis
sit
adipiscing
tortor sit leo commodo.

Instead of like this:

Portaest sed elementum cursus nisl nisi hendrerit ac quis sit adipiscing tortor sit leo commodo.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby improving legibility and making it much easier for those trying to be of assistance.

:bangbang: Also, if your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

Please edit your post accordingly.

1 Like