No WI-FI interface found after installation
Hi internet!
I'm trying to set up my new Artix installation, but i can't find any wireless interface. It worked on the Artix live install, with ip link showing lo and wlan0. On my permanent installation, ip link only gives me lo.
After going through a few help forums and wiki articles, I tried installing linux-firmware, and learned how kernel modules work. Here are some of the commands I tried to help with diagnostics:
agel% ls /sys/class/net
lo
agel% modinfo wl
modinfo: ERROR: Module wl not found.
agel% lspci -kvv | grep wifi
Kernel modules: iwlwifi
agel% lspci -kvv | grep wifi
03:00.0 Network controller: Intel Corporation Centrino Advanced-N 6205 [Taylor Peak] (rev 96)
I've given it my best shot, but I'm afraid I'm not sure where to go from here. Any help is greatly appreciated, Thank you!