Find the answer to your Linux question:
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? ...
  1. #1
    Just 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?

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    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.

  3. #3
    Just Joined!
    Join Date
    Jul 2010
    Posts
    22

    Smile Thanks!

    It worked. Thanks for the help

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...