No network devices available since the installation

Hi,
I just install Manjaro i3wm on my computer (dual boot with windows).
But since the beginning it doesn’t detect any network devices. So I did the installation and I connected my computer with my phone in usb. I did all the updates but I can’t find a solution to connect to the wifi.

Does anyone have a solution ? I’m kind new to Linux.
Thanks

Hi @S1m8n ,
So nmtui Activate shows nothing in (terminal mod + Return) ((mod is Win key))
What is the output of
inxi -N

inxi -Nazy

will provide more info while formatting the output and hiding sensitive info. :wink:

When I came back to my Linux, the wifi was working, I don’t know why because I did nothing.

Here the result of inxi -Nazy :

  Device-1: Intel Wireless 8265 / 8275 driver: iwlwifi v: kernel pcie: gen: 1
    speed: 2.5 GT/s lanes: 1 bus-ID: 01:00.0 chip-ID: 8086:24fd class-ID: 0280

Let us know if it … stops working I guess?
The output looks normal. It is using the intel iwlwifi driver.

@S1m8n ,
Reading this: Wi-Fi stopped working after updating drivers and rebooting system

I would make a test using tethering installing kernel 5.10.197-1 with
manjaro-settings-manager
Kernel
update grub with
grub-mkconfig -o /boot/grub/grub.cfg
and select this kernel during boot in Advanced… line

btw
yay -Ss iwlwifi | grep Installed
should show the installed status (if your system language is English)

Uhm… no?
yay is an AUR helper.
You also used search available packages, when we already have search installed.
pacman -Qs iwlwifi
But
Its not a standalone package … its a module included in the kernels.
So there is no package to search.

(though, back in the AUR there are a handful of packages like iwlwifi-next, etc)

Thank you. I was wrong.