Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: Nostos on 29 July 2020, 06:39:35

Title: Block wifi on boot
Post by: Nostos on 29 July 2020, 06:39:35
In the Artix live images wifi is blocked on boot and I have to press the XF86WLAN key on my laptop to activate it. However, when I installed Artix, I did so from the base iso image and set everything up myself.
I'm wondering how I could configure wifi to be blocked on boot myself. I'm using runit with connman and wpa_supplicant as a backend.
Title: Re: Block wifi on boot
Post by: SGOrava on 29 July 2020, 07:43:13
I would try to run rfkill at startup, before any network daemon starts.
Title: Re: Block wifi on boot
Post by: Nostos on 29 July 2020, 18:37:56
I would try to run rfkill at startup, before any network daemon starts.
What would be the preferred way to do that?  I assuming that I would have to run rfkill before runit initializes connmand.