Re: Wifi and Audio don't work on Artix
Reply #9 –
Occasionally wifi is blocked for some reason - in a terminal, try:
$ rfkill
Other quick things to investigate, as mentioned in LemonPie's links above:
$ ip link show
$ iw dev
# lspci -vvv (look at "Network controller" section)
This will give more info to see if your wifi is detected, whether it is up or down, what it's name is, what driver it's using and the chipset number, so you can search this data online and ensure the correct driver is being loaded. Also you can search the Arch wiki and elsewhere to find if any special driver packages are needed for your wifi card.