this post was submitted on 14 Apr 2024
1 points (100.0% liked)

artixlinux

143 readers
1 users here now

Posts about Artix GNU+Linux distribution

founded 4 years ago
 

I want to install Artix, but I'm having some problems.

First, I tried using the community KDE ISO. Install went fine and dandy. But I couldn't do pacman -Syu because of conflicts with libjdk or some such. I want to note that the Artix wiki says the ISOs are rebuilt every 2 weeks, but the most current ones are from last July. Are there more recent ISOs available?

So I tried doing it the hard way with the base install. I used the community ISO again to get the wireless working during the install, but when it gets to rebooting the laptop I don't have working wifi. This is on a Lenovo Thinkpad T480.

/etc/conf.d/net has

modules_wlan0="wpa_supplicant"
config_wlan0="dhcp"

/etc/wpa_supplicant/wpa_supplicant.conf has

country=us
update_config=1
ctrl_interface=/var/run/wpa_supplicant

network={
     scan_ssid=1
     ssid="<my wifi network>"
     psk="<wifi password>"
}

This fails on bootup with

Bringing up interface wland0
  Caching network module dependencies
  Starting wpa_supplicant on wlan0 ...
Successfully initialized wpa_supplicant
rfkill: WLAN soft blocked
rfkill: WLAN soft blocked
  dhcp ...
    running dhcpcd ...
dhcpcd-10.0.6 starting
dhcpcd_prestartinterface: Operation not possible due to RF-kill
wlan0: waiting for carrier
timed out
ERROR: net.wlan0 failed to start

Any ideas on what I'm doing wrong? Why is my wlan0 soft blocked?

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 11 months ago* (last edited 11 months ago)

It may not be the same problem, but I took notes on connecting a bare bones Artix ISO to WiFi using wpa supplicant a while back. Take a look, see if that helps. I believe you have to change some settings using rfkill.

I highly recommend signing up and using Artix's official forums. As long as you provide enough context about your problem, the devs and community there is super helpful.