Skip to main content
Topic: How do i connect to a wirelles internet network? (Read 6470 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

How do i connect to a wirelles internet network?

The wiki says i have to connect to wi-fi by myself during the installation. Even tho it doesn't say how to do it....

Re: How do i connect to a wirelles internet network?

Reply #1
"By myself" assumes not telling you how to do it, by definition. But that is still a false assessment of the wiki article in question:

https://wiki.artixlinux.org/Main/Installation#Connect_to_the_internet
Quote
A working internet connection is required and assumed. A wired connection is setup automatically, if found. Wireless ones must be configured by the user. Verify your connection before you proceed. If you want connect through a wireless interface you should use wpa_supplicant and dhcpcd to set it up.

Next step is to go to Arch wiki and search for wpa_supplicant.

Artix is not a handholding distribution. A certain level of "getting around" and "googling" skills are assumed from the user.

Update: This is documented in a post by our temporarily retired member, alium:
https://forum.artixlinux.org/index.php/topic,1923.0.html
Quote
What to do if I have a problem:
  • First go through wiki.archlinux.org and wiki.artixlinux.org and use the relevant parts (all except the systemd commands on the archlinux wiki) to set up your system really correctly.
  • Look at the internet to see if anyone has had a similar error (at least 90% of problems have already been solved on the internet before you) - often a question of 5 minutes before solving it here for days and peoples here will look at the internet anyway :-)
  • Follow the announcements on the main page at artixlinux / archlinux too

Re: How do i connect to a wirelles internet network?

Reply #2
"By myself" assumes not telling you how to do it, by definition. But that is still a false assessment of the wiki article in question:

https://wiki.artixlinux.org/Main/Installation#Connect_to_the_internet
Next step is to go to Arch wiki and search for wpa_supplicant.

Artix is not a handholding distribution. A certain level of "getting around" and "googling" skills are assumed from the user.

Update: This is documented in a post by our temporarily retired member, alium:
https://forum.artixlinux.org/index.php/topic,1923.0.html
I tried googling, but it didn't help me. So i decided to ask here. I'm familliar that it isn't a 'handholding' distro. I've already used arch for a long time so i know a bit

Re: How do i connect to a wirelles internet network?

Reply #3
You used arch Linux before?  Did you install it yourself?  Did you use WiFi or Ethernet during your arch install?  If you have followed the arch instructions for setting up WiFi during your arch install, do they not work also with artix?  You could literally just google the arch install instructions.

https://itsfoss.com/install-arch-linux/

https://wiki.archlinux.org/title/Installation_guide
Cat Herders of Linux

Re: How do i connect to a wirelles internet network?

Reply #4
You used arch Linux before?  Did you install it yourself?  Did you use WiFi or Ethernet during your arch install?  If you have followed the arch instructions for setting up WiFi during your arch install, do they not work also with artix?  You could literally just google the arch install instructions.

https://itsfoss.com/install-arch-linux/

https://wiki.archlinux.org/title/Installation_guide
I've installed arch following the wiki, connected to the internet using iwctl in it. Tho i did a bit of a diagnosing and ended up in finding out that it just doesn't have the right interface. I fired up ubuntu live iso and it had wlp3s0 and enp4s0. While artix live iso only has eth0 and lo. I'm not sure what to do with that

Re: How do i connect to a wirelles internet network?

Reply #5
I've installed arch following the wiki, connected to the internet using iwctl in it. Tho i did a bit of a diagnosing and ended up in finding out that it just doesn't have the right interface. I fired up ubuntu live iso and it had wlp3s0 and enp4s0. While artix live iso only has eth0 and lo. I'm not sure what to do with that

firmware & driver are not installed for your wireless card. Boot into Ubuntu live iso and find out what firmware & driver are used for wlp3s0 and install them in your Artix system.

 

Re: How do i connect to a wirelles internet network?

Reply #6
I've installed arch following the wiki, connected to the internet using iwctl in it. Tho i did a bit of a diagnosing and ended up in finding out that it just doesn't have the right interface. I fired up ubuntu live iso and it had wlp3s0 and enp4s0. While artix live iso only has eth0 and lo. I'm not sure what to do with that
Artix doesn't use the "predictable interface names" (I would rather call them "confusing") in use by "mainstream" distros, by default. Instead, it uses traditional interface names which were happily used for many years before such things as systemd, snap, flatpak, and so on. Thus, "wlan0" is the WiFi interface name in Artix. "eth0" is the Ethernet, "lo" is loopback.

Again, don't use iwd/iwctl but wpa_supplicant, as indicated in the wiki.

Update: I have updated the wiki article with additional clarifications and a table of interface names.