Results 1 to 3 of 3
I like to do a lot of my tasks through the command line, and was wondering, is there a way to see all the wireless networks available in the terminal? ...
- 07-29-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 22
How do I find wireless networks in Terminal?
I like to do a lot of my tasks through the command line, and was wondering, is there a way to see all the wireless networks available in the terminal? I tried 'iwlist scan', and it said all the interfaces do not support scanning. Is there anything I can do?
- 07-29-2010 #2
Hello and Welcome.
Try this but change Devicename to your actual device.
Code:sudo iwlist devicename scan
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 07-29-2010 #3Just Joined!
- Join Date
- Jul 2010
- Posts
- 22
Thanks!
It worked. Thanks for the help


Reply With Quote