Hi.... I've lately had very bad luck trying to find a convenient GUI tool to manage wifi connections (long story... closely related to KDE and its dumping of 3.5.x, but let's not go there....) I need to take a business trip very soon, and use wifi on the road. I'm quite sufficiently techie, however, and not afraid to use the command line to manage my wifi connections (using /etc/init.d/net.wlan0, ifconfig, wpa_supplicant command, etc). There are just a few things I don't know:
In a case where there may be multiple networks present, how can I ensure that the ESSID I want to use is the one chosen to attach to?
How can I easily check which ESSID I am connected to at any given time?
The tools I know about don't seem to offer this capability. Is there another tool that deals at the ESSID level? If not, this seems like an odd gap in functional coverage...
Thanks very much in advance for any help. Any and all tips on best practices for managing wifi from CLI are most appreciated!
EDIT:
Of course it's only as soon as you've posted something like this that you think to google and then find some useful info. Googling reminded me of "iwconfig", which I had long forgotten about. I see that you can "set" the essid with this. But if I can get /etc/init.d/net.wlan0 to handle underlying details for me, including interfacing with wpa_supplicant, how would iwconfig fit into this scheme? Or would I need to specify ESSIDs in /etc/conf.d/net? (don't know the syntax for that - if there's a man page for this file, I can't find it).
Too many questions.... and much info on the web is specific to non-Gentoo distros, so I suppose asking here will have been worthwhile in the long run.... thanks again.


