Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] Can't install Artix Linux base due to not being able to connect to wifi (Read 1006 times) previous topic - next topic
0 Members and 5 Guests are viewing this topic.

[SOLVED] Can't install Artix Linux base due to not being able to connect to wifi

I've been really wanting to install Artix Linux on my laptop,  First of all my laptop model is 20DM000VUS ThinkPad S3 Yoga 14 and here is the section of the lspci -k command that shows my wifi card:
Code: [Select]
02:00.0 Network controller: Intel Corporation Wireless 7260 (rev 83)
Subsystem: Intel Corporation Dual Band Wireless-AC 7260
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
This laptop doesn't have an ethernet port, so I have to rely on wifi to Install it, but I can't connect to wifi at all! I 've Installed couple of distros multiple times on this machine, Linux Mint, Pop OS, Manjaro and recently switched to Arch, none of them really had an Issue like that, so I think it might not be an Issue with my wifi card. I've tried many methods I've found on the internet. but none of them seem to work, for example: this video from Mental Outlaw, this article, also some other stuff I can't find right now. When it comes to that article, when I ran
Code: [Select]
wpa_supplicant -B -D wext -i wlan0 -c /etc/wpa_supplicant.conf
and then
Code: [Select]
iw wlan0 link
It always showed Not connected. I tried replacing wext with iwlwifi in wpa_supplicant -B -D wext -i wlan0 -c /etc/wpa_supplicant.conf it gave an error along the lines of
Code: [Select]
"iwlwifi" is not a supported driver
and it still says Not connected. I really don't know what to do tbh, any help would be appreciated, thank you :)

Re: Can't install Artix Linux base due to not being able to connect to wifi

Reply #1
Try "-D nl80211" instead of wext
ARMtix


Re: Can't install Artix Linux base due to not being able to connect to wifi

Reply #3
Just remove connman, use network manager instead. Iwlwifi has some problems with connman. It's too big of a bug, don't even waste time.