Ubuntu Forums Archive Viewer

[SOLVED] Where is the list of wireless networks (Intrepid)

Archived thread 1000748 from Networking & Wireless. Markdown source: Networking_&_Wireless/thread_1000748_[SOLVED]_Where_is_the_list_of_wireless_networks_(I.md

Original URL About this archive
#1

Hello all

I'm sure there is a simple answer, but where is the list of local wireless networks in Ubuntu Intrepid?

The new Network Configuration tool (nm-connection-editor) is very nice but I can't find the old list of local networks (complete with icons to say whether they are secure on insecure). There is also no help button in this tool!

I know I can install WiCD or use the shell etc, but I must be missing something obvious.

Thanks in advance

#2

Left click on the NetworkManager applet icon in your top panel.

#3

Thanks: that will be the problem. The Notification Area applet broke when I upgraded to Intrepid.

#4

try:

sudo iwlist wlan0 scan

replace wlan0 with your wireless interface

#5

Or if you like a gui try wifi-radar or KWiFiManager

#6

Thanks guys