[CentOS] text-mode system and /media

Tue Jun 7 14:21:13 UTC 2011
Lamar Owen <lowen at pari.edu>

On Tuesday, June 07, 2011 09:42:48 AM Ljubomir Ljubojevic wrote:
> "system-network-config-cmd -p WirelessHome -a" will select existing 
> profile WirelessHome and activate it. It's not NetworkManager but 
> "network" service.

> "iwlist ath0 scanning will list all available AP's in range so you can 
> choose ESSID for system-config-network config screen (it should work in 
> console mode.

While I somewhat understand the reticence of some folks to try to understand NetworkManager, the fact of the matter is that that is upstream's preferred networking daemon these days (EL6 days, that is).  The older method will become less and less supported as time goes on.  Not that I'm a 'fan' of NetworkManager; I'm just a pragmatist in this regard: it's the preferred, supported, way to do things in that release, so might as well learn it, at least for those cases where it works well.  It's not that hard to learn how to use nmcli to do both of those operations as listed above.

The second operation, for instance, is:
nmcli dev wifi
which will list the AP's on all wifi interfaces.

To get a list of connections:
nmcli con list

To bring a connection up:
nmcli con $conid up

Configuring the connections is a different story; on Fedora at least there is cnetworkmanager, and it appears to not yet be in EPEL.  So getting the connections configured first seems to be a little more difficult.

But not having tried it....I can't intelligently comment.

According to the documentation at least the /etc/sysconfig/network-scripts directory is still there, and still usable with manual editing.