NetworkManager-wifi not installed

General support questions
Post Reply
ClifRa_Jones
Posts: 10
Joined: 2014/11/21 13:14:35

NetworkManager-wifi not installed

Post by ClifRa_Jones » 2015/06/02 17:45:09

[Moderator: split this topic off from viewtopic.php?f=47&t=47246 as it really has no relationship to that]

This is interesting and obviously is still the case.

My real concern is this:

As a lot of us are now finding ourselves in WiFi only environments (not so much corporate but personal) I have found that the Minimal install does not install the drivers for WiFi. Now, maybe I did something wrong but I could not activate the WiFi on a minimal install even though the adapter was present and nmtui showed it properly configures. So to get WiFi support a GUI needed to be installed and Server with GUI is a darn large install to do a Net Install for when you really may or may not need a GUI.

Personally I prefer Mate or Mate w/Cinnamon as opposed to Gnome. Less bloated and much better for a GUI server. So minimal install and then do the rest myself is my preferred method.

User avatar
TrevorH
Site Admin
Posts: 33220
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: NetworkManager-wifi not installed

Post by TrevorH » 2015/06/02 17:48:08

There is a bug that means that NetworkManager-wifi is not installed.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

ClifRa_Jones
Posts: 10
Joined: 2014/11/21 13:14:35

Re: NetworkManager-wifi not installed

Post by ClifRa_Jones » 2015/06/02 18:24:55

TrevorH wrote:There is a bug that means that NetworkManager-wifi is not installed.
That makes perfect sense but makes it hard to get past that point when all you have available is WiFi.

User avatar
TrevorH
Site Admin
Posts: 33220
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: NetworkManager-wifi not installed

Post by TrevorH » 2015/06/02 19:29:23

Mount the DVD iso image and install it from there? Download it from a mirror and put it on a USB stick and transfer it over? It's an upstream bug caused by the recent split of the monolithic NetworkManager package into numerous sub-packages. When RHEL fixes it, then CentOS will inherit the fix but I wouldn't expect it before 7.2 since it's an install time bug.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

loden888
Posts: 1
Joined: 2015/08/06 00:48:17

Re: NetworkManager-wifi not installed

Post by loden888 » 2015/08/06 00:56:29

Thanks for this post, it saved me a lot of time.

Code: Select all

yum search networkmanager | grep wifi
This returns the package name, which in my case was NetworkManager-wifi.x86_64.

Code: Select all

sudo yum install NetworkManager-wifi.x86_64
Installs the extension.
Reboot.
The NetworkManager applet will now show available Wifi SSIDs.

kmiklas
Posts: 5
Joined: 2016/05/02 19:19:48

Re: NetworkManager-wifi not installed

Post by kmiklas » 2018/03/20 01:44:24

loden888 wrote:Thanks for this post, it saved me a lot of time.

Code: Select all

yum search networkmanager | grep wifi
This returns the package name, which in my case was NetworkManager-wifi.x86_64.

Code: Select all

sudo yum install NetworkManager-wifi.x86_64
Installs the extension.
Reboot.
The NetworkManager applet will now show available Wifi SSIDs.
I also needed to issue this command:

Code: Select all

sudo service network-manager restart
See this post:
https://askubuntu.com/questions/528000/ ... ger-applet

Post Reply