Archives For November 30, 1999

LinSSID is a graphical and functional wifi scanner for Ubuntu Linux, which is similar to iwscanner and Inssider. It can be easily installed in Ubuntu and Linux Mint via PPA repository.

wifi-scanner

LinSSID is written from scratch entirely in C++ using Linux wireless tools and Qt4. It displays the information available from iwlist tool in graphical format. LinSSID displays a table of all of the local wireless networks that your device can receive, and information about them. It also displays charts of the signal strength of each network by channel number and over time. LinSSID will work with more than one wireless device attached to a system, but only one at a time (selectable).

LinSSID requires root privilege to run the iwlist tool. So you’ll be prompt to input the user password when start the program from Unity Dash.

password to open wifi scanner

Install LinSSID wifi scanner for Ubuntu & Linux Mint users

Press Ctrl+Alt+T on your keyboard to open terminal. When it opens, run below command to add the LinSSID ppa. So far, the ppa supports for Ubuntu 13.04 Raring, 12.10 Quantal, 12.04 Precise and Linux Mint 13, 14, 15.

sudo add-apt-repository ppa:wseverin/ppa

After that, you can use your favorite application manager to install the wireless scanner. Or just run below commands:

sudo apt-get update; sudo apt-get install linssid

Once installed, you’re able to open it from Unity Dash Home. Enjoy!

linssid wifi scanner in ubuntu