Wifi Not Working

Hello new to Endeavouros. Just finished installing and for some reason I am unable to get wifi. During the install wifi was working fine but after reboot there is no option to select a network. Any help would be appreciated.

Hello, welcome to EndeavourOS community.

First up check whether the WiFi driver is detected or not by :
lspci -k or lsusb -v command, depending on if the card is connected by PCI(e) or USB.

If your driver is mentioned, then check output of the ip link command to see if a wireless interface was created.
The output of this command should begin with “w”.
Now run
ip link set your_interface up.

You can also try:

$ systemctl start NetworkManager 
$ systemctl enable NetworkManager

Thank you for your help. I was able to get it resolved with help from the Telegram group. Just missing the linux-firmware-marvell package drivers.

Glad you got your wifi working, but his thread is of little help to other users without your wifi chip info.

Please post some information to aid in ID’ing your wifi in use:

inxi naz

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.