You are not logged in.

#1 2016-06-18 08:42:49

nextstopmars
Member
Registered: 2015-11-25
Posts: 11

[SOLVED]How to enable network manager in Xfce4?

Every time I have to connect to wifi using wifi-menu from the terminal.To switch to Network manager I have installed networkmanager and the nm-applet but the problem is I can see the icon but when I click on the icon it shows "Network manager is not running..".

When I try to enable it using :
systemctl start NetworkManager.service

I get the following output:
Failed to start NetworkManager.service: Unit NetworkManager.service not found

Any help?

Last edited by nextstopmars (2016-06-20 15:38:15)

Offline

#2 2016-06-18 09:23:00

madpierre
Member
Registered: 2016-05-27
Posts: 188

Re: [SOLVED]How to enable network manager in Xfce4?

Sorry, can't help much with NetworkManager. May I suggest wicd and wicd-gtk?

Offline

#3 2016-06-18 12:46:13

Docbroke
Member
From: India
Registered: 2015-06-13
Posts: 1,433

Re: [SOLVED]How to enable network manager in Xfce4?

If you are already using wifi-menu, just install netctl, it can use profile generated by wifi-menu.
You can then enable your profile with "sudo netctl enable <profile-name>", you can look for generated profiles with "netctl list"

Offline

#4 2016-06-18 14:32:46

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,732
Website

Re: [SOLVED]How to enable network manager in Xfce4?

@OP: Please post the output of:

systemctl list-unit-files --state=enabled
pacman -Q networkmanager

Note that using `systemctl start` does *not* enable a .service to start at boot, please read `man systemctl`

Offline

#5 2016-06-18 14:58:56

JohnBobSmith
Member
From: Canada
Registered: 2014-11-29
Posts: 804

Re: [SOLVED]How to enable network manager in Xfce4?


I am diagnosed with bipolar disorder. As it turns out, what I thought was my greatest weakness is now my greatest strength.

Everyday, I make a conscious choice to overcome my challenges and my problems. It's not easy, but its better than the alternative...

Offline

#6 2016-06-20 11:48:35

everyone
Member
Registered: 2015-12-13
Posts: 4

Re: [SOLVED]How to enable network manager in Xfce4?

nextstopmars wrote:

I have installed networkmanager

nextstopmars wrote:

When I try to enable it using :
systemctl start NetworkManager.service

One simply does not enable a service by installing a package.
One simply does not start a service that hasn't been enabled first.

The magical incantation that thou shalt enter in the almighty spell executor is:

systemctl enable NetworkManager.service

and then:

systemctl start NetworkManager.service

as in the blessed books was written.

Offline

#7 2016-06-20 15:30:01

nextstopmars
Member
Registered: 2015-11-25
Posts: 11

Re: [SOLVED]How to enable network manager in Xfce4?

Reinstalling and then enabling and starting the service of networkmanager package solved the issue.

Thanks all of you for your time.

Last edited by nextstopmars (2016-06-20 15:33:12)

Offline

Board footer

Powered by FluxBB