You are not logged in.

#1 2013-07-31 07:10:26

mschaeuble
Member
Registered: 2013-07-31
Posts: 7

NetworkManager: automatically enable wi-fi after boot [SOLVED]

Hi all

After a fresh installation of ArchLinux, I always have to manually enable wi-fi in the context menu of the NetworkManager applet after booting and the first login. This wasn't the case before and I already spent hours on googling this issue. Unfortunately, I didn't find any solution that worked for me so far. Does anyone have any hints?

Thanks & Regards, Michele

Last edited by mschaeuble (2013-08-20 19:36:00)

Offline

#2 2013-07-31 07:12:45

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: NetworkManager: automatically enable wi-fi after boot [SOLVED]


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2013-07-31 07:48:56

mschaeuble
Member
Registered: 2013-07-31
Posts: 7

Re: NetworkManager: automatically enable wi-fi after boot [SOLVED]

Yes, service is enabled and running.

Offline

#4 2013-08-10 23:49:39

zipcode
Member
Registered: 2013-08-10
Posts: 1

Re: NetworkManager: automatically enable wi-fi after boot [SOLVED]

I have the same issue I didn't find yet a solution.
-------------------------------------------------------------------------
This is the issue
Captura_de_pantalla_160813_23_11_23.png

By default the option from the foto is disabled, how to enable it.

Last edited by zipcode (2013-08-16 19:15:47)

Offline

#5 2013-08-20 19:35:02

mschaeuble
Member
Registered: 2013-07-31
Posts: 7

Re: NetworkManager: automatically enable wi-fi after boot [SOLVED]

This is how I solved the problem:

add user to rfkill group: usermod -a -G rfkill <username>

created a file /etc/X11/xinit/xinitrc.d/10-rfkill:

#!/bin/bash
rfkill unblock all

make the file executable: chmod 755 10-rfkill

Offline

Board footer

Powered by FluxBB