Activity for LinSSID

  • rtkppchn68 rtkppchn68 posted a comment on discussion Feature Requests

    LinSSID detects 6 GHz networks, lists their frequency correctly, but the channel number ist always 0. The 6 GHz networks are shown in the 5 GHz graph on the extreme left side. They should be in an own graph with correct channel number. The protocol column of the table omits 802.11 a, ax and be capabilities. My 802.11be networks are shown as "bg" when they should be "abgnacaxbe".

  • robert h. williams robert h. williams posted a comment on discussion Feature Requests

    Hi! Please make it so log file can be moved to another directory other than /root. Thank You! Have A Healthy, Prosperous Day! - - -rob

  • StariCat StariCat modified a comment on discussion Bug Reporting

    I'm running Arch Linux with Hyprland and downloaded LinSSID through the Arch repository but anytime I launch it it prompts me for my root password and after entering the password it crashes giving this output when run in terminal. Authorization required, but no authorization protocol specified qt.qpa.xcb: could not connect to display :1 qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be...

  • StariCat StariCat posted a comment on discussion Bug Reporting

    I'm running Arch Linux with Hyprland and downloaded LinSSID through the Arch repository but anytime I launch it it prompts me for my root password and after entering the password it crashes giving this output when run in terminal. Authorization required, but no authorization protocol specified qt.qpa.xcb: could not connect to display :1 qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be...

  • Joao ERIBERTO Mota Filho Joao ERIBERTO Mota Filho modified a comment on discussion Bug Reporting

    Dear developer, The source code of linssid is no longer compatible with armhf. Please, see below: MainForm.cpp: In member function ‘void MainForm::doLogData()’: MainForm.cpp:1296:68: error: cannot convert ‘long int’ to ‘const time_t’ {aka ‘const long long int’} 1296 | std::strftime(nowStr, 100, "%Y/%m/%d.%H:%M:%S", std::localtime(&MainForm::now)); | ^~~~~~~~~~~~~~ | | | long int A full log is available at https://buildd.debian.org/status/fetch.php?pkg=linssid&arch=armhf&ver=3.6-8%2Bb2&stamp=1711139760&raw=0...

  • Joao ERIBERTO Mota Filho Joao ERIBERTO Mota Filho posted a comment on discussion Bug Reporting

    Dear developer, The package linssid is no longer compatible with armhf. Please, see below: MainForm.cpp: In member function ‘void MainForm::doLogData()’: MainForm.cpp:1296:68: error: cannot convert ‘long int’ to ‘const time_t’ {aka ‘const long long int’} 1296 | std::strftime(nowStr, 100, "%Y/%m/%d.%H:%M:%S", std::localtime(&MainForm::now)); | ^~~~~~~~~~~~~~ | | | long int A full log is available at https://buildd.debian.org/status/fetch.php?pkg=linssid&arch=armhf&ver=3.6-8%2Bb2&stamp=1711139760&raw=0...

  • Francis Gernet Francis Gernet posted a comment on discussion Known Issues

    When installing linssid_3.6-1_amd64.deb, I got an error: Dependency is not satisfiable: libboost-regex1.65.1. But I can only find later versions (1.67, 1.71, 1.74) of libboost-regex. Best regards -- Francis

  • Luigi Baldoni Luigi Baldoni posted a comment on discussion Bug Reporting

    The attached patch fixes the problem for me.

  • Luigi Baldoni Luigi Baldoni posted a comment on discussion Bug Reporting

    Correction, I suspect this is caused by qwt 6.2.0. Anyway I'm at loss.

  • Luigi Baldoni Luigi Baldoni posted a comment on discussion Bug Reporting

    Using linssid 3.6 on openSUSE Tumbleweed. After (I believe) updating to gcc11, I see a build error, see attached log.

  • Rogério Nunes Wolff Rogério Nunes Wolff modified a comment on discussion Bug Reporting

    Hi! I found the same behaviour. It's a Dell Vostro machine with Ubuntu 16.04 LTS. When I first installed LinSSD, it worked fine. LinSSD version now is 2.7 and Ubuntu tells me that 2,7 already is the newest version . Since some update Linssd doesn't show any WiFi graph.

  • Rogério Nunes Wolff Rogério Nunes Wolff posted a comment on discussion Bug Reporting

    Hi! I found the same behaviour. It's a Dell Vostro machine with Ubuntu 16.04 LTS. When I first installed LinSSD, it works fine. LinSSD version now is 2.7 and Ubuntu tells me that 2,7 already is the newest version . Since some update Linssd doesn't show any WiFi graph.

  • Ascaris Ascaris modified a comment on discussion General Discussion

    Registered an account here so I could share what I learned. I've been a user of the Ubuntu family since I started using Linux, but now I am giving Fedora (KDE) a try, and LinSSID is the only thing thus far that I have not found a Fedora binary for that I had in Ubuntu. In order to get this to compile on Fedora (32, currently), I installed the following packages: qt5-qtbase-devel qt5-qtsvg-devel qwt-devel boost-devel qwt5-qt5-devel when those are installed, enter this: sudo ln -s /usr/lib64/libqwt-qt5.so.6...

  • Ascaris Ascaris posted a comment on discussion General Discussion

    Registered an account here so I could share what I learned. I've been a user of the Ubuntu family since I started using Linux, but now I am giving Fedora (KDE) a try, and LinSSID is the only thing thus far that I have not found a Fedora binary for that I had in Ubuntu. In order to get this to compile on Fedora (32, currently), I installed the following packages: qt5-qtbase-devel qt5-qtsvg-devel qwt-devel boost-devel qwt5-qt5-devel when those are installed, enter this: sudo ln -s /usr/lib64/libqwt-qt5.so.6...

  • Nicola Nicola posted a comment on discussion General Discussion

    Hi. Tnx for the tool. Trying to install, but i get this error during make "In file included from Getter.cpp:17: MainForm.h:16:10: fatal error: qwt.h: File o directory non esistente 16 | #include <qwt.h></qwt.h>" Thanks in advance (Working on Ubuntu 20.04 LTS with linSSID already installed and ok)

  • Joao ERIBERTO Mota Filho Joao ERIBERTO Mota Filho posted a comment on discussion Bug Reporting

    Hi again, Today I fixed a new warning from Debian. The .desktop file should use a 64x64 (or higher) icon to be compliant with AppStream, followed by Debian. Consequently, I did the following change: -Icon=/usr/share/pixmaps/linssid48.png +Icon=/usr/share/pixmaps/linssid.png Cheers, Eriberto

  • Joao ERIBERTO Mota Filho Joao ERIBERTO Mota Filho posted a comment on discussion Feature Requests

    Hi Warren, I attached manpages created in Debian Project. Feel free to use it and modify if needed. Regards, Eriberto

  • Joao ERIBERTO Mota Filho Joao ERIBERTO Mota Filho posted a comment on discussion Bug Reporting

    Hi Warren, The attached patch, sent to Debian, allows linssid to build in several environments. Regards, Eriberto

  • Joao ERIBERTO Mota Filho Joao ERIBERTO Mota Filho posted a comment on discussion Bug Reporting

    Hi Warren, I am putting here a copy of a email message sent by me in 2018-10-12. The intent is not forget some ideas. Regards, Eriberto The new version of LinSSID was sent to Debian. The .desktop file has some issues. Please, check the following lintian messages in Google: desktop-entry-contains-encoding-key: I: linssid: desktop-entry-contains-encoding-key usr/share/applications/linssid.desktop:4 Encoding desktop-entry-lacks-keywords-entry: I: linssid: desktop-entry-lacks-keywords-entry usr/share/applications/linssid.desktop...

  • hcm hcm posted a comment on discussion General Discussion

    Hi I appreciate the tool and the source. I've extended some functions that I find useful/necessary for very crowded environment. If you are interested to incorparate any into your package, please free feel to review and pick it up here: https://github.com/chunmeng/linssid-ex

  • James Gossage James Gossage posted a comment on discussion General Discussion

    Reason for me installing LinSSId was that in using wifi at Starbucks at least two people, one who spends probably 7 or more hours here seem to overpower Starbucks' wifi signal. My thinking was to find some proof of this and report to FCC. My surprise after installing the program to Debian 9 and scanning I no longer have the problem. While my netbook is using wifi successfully, attempt to use wifi on my Android phone often doesn't work and am assuming it is the idiots interfering. One thing I've learned...

  • u666sa u666sa posted a comment on discussion Feature Requests

    Please make available FLATPAK of this application and an RPM for Fedora 30. Not everyone is using DEB.

  • Ivanov Vladimir Ivanov Vladimir posted a comment on discussion Feature Requests

    Hi everyone! Using LinSSID version 3.6. I do not have enough to export the scan result to a file, such as a .csv file. Is it possible to implement this? Still. The LinSSID settings have the "Log Data" option. Write, please, what is this option, what is the data and where is it written?

  • kiziuk kiziuk posted a comment on discussion Feature Requests

    Hi, the behaviour I'm looking for is to clear the list and forget all attach points. Therefore it woule be the same result as closing and reopening the application. Button will be nice, but I would also love keyboard shortcut (like mentioned Ctrl+X) ;-) PS. should I get e-mail notification every time the topic is updated if I check the below "Subscribe to this topic" link?

  • coderf coderf posted a comment on discussion Feature Requests

    Great WIFI tool. I've used inssider for a while on windows and this tool fills the need on Linux. I have version 3.6 compiled under Raspbian Stretch running on raspberry pi 3B+ and 0W hardware. Very useful. Is there a method/option to get it to start up in the running state? I attached a pi to a monitor and have linssid startup under autostart but it comes up paused, requiring a mouse to be attach to start scanning. Thanks!

  • wseverin wseverin posted a comment on discussion Feature Requests

    I'm guessing that the behavior you'd like to see is a button (or similar) to hide all of the currently displayed attach points, both in the list and in the charts. A similar behavior would be would be to have a button to clear and forget all of the found attach points, effectively starting from scratch, but of course the list and charts would fill up again with all of the previously cleared entries. Am I correct that the first behaviour is the one you're looking for, and not the second?

  • kiziuk kiziuk posted a comment on discussion Feature Requests

    Hallo, I've recently came across LinSSID when I was searching suitable replacement for WifiInfoView (great tiny tool) on Linux. While it seems that LinSSID would be a good replacement, I miss the ability to clean detected network list. In WifiInfoView it is done by Ctrl+X. The advantage is that if I test something in the lab, I want to get rid of all non-existent networks on the list. BR, Kiziuk.

  • kiziuk kiziuk posted a comment on discussion Feature Requests

    Hallo, I've recently came across LinSSID when I was searching suitable replacement for WifiInfoView (great tiny tool) on Linux. While it seems that LinSSID would be a good replacement, I miss the ability to clean detected network list. In WifiInfoView it is done by Ctrl+X. The advantage is that if I test something in the lab, I want to get rid of all non-existent networks on the list. BR, Kiziuk PS. I've sent an e-mail before to create this topic, but since I can't see it, I'm posting the usual way...

  • wseverin wseverin posted a comment on discussion General Discussion

    Version 3.6 now latest, OK, so I've been really bored. Plus, my neighbor just installed a mesh network with 16(!) attach points!. Dual band, so 8 nodes. One for each room in his house plus a bathroom or two. (What is he thinking!?) Another neighbor has a mesh as well, so now able to see if LinSSID can decipher mesh. This release makes an attempt to decipher mesh according to 802.11s. WDS is still up in the air.

  • LinSSID LinSSID released /README_3.6

  • LinSSID LinSSID released /LinSSID_3.6/README_3.6

  • LinSSID LinSSID released /LinSSID_3.6/linssid_3.6-1_i386.deb

  • LinSSID LinSSID released /LinSSID_3.6/linssid_3.6.orig.tar.gz

  • LinSSID LinSSID released /LinSSID_3.6/linssid_3.6-1_amd64.deb

  • wseverin wseverin posted a comment on discussion General Discussion

    I got bored and made another couple of tweeks to LinSSID. Version 3.5 is now current. What changed: Vendor database now includes not just IEEE MAC large block subscribers, but also medium and small block subscribers. The trick was to find a way to match 6-nibble, 7-nibble, and 9-nibble MAC address groups in a binary chop search. SSID display now shows "<hidden>" instead of just blank for hidden attach points.

  • LinSSID LinSSID released /README_3.5

  • LinSSID LinSSID released /LinSSID_3.5/README_3.5

  • LinSSID LinSSID released /LinSSID_3.5/linssid_3.5.orig.tar.gz

  • LinSSID LinSSID released /LinSSID_3.5/linssid_3.5-1_i386.deb

  • LinSSID LinSSID released /LinSSID_3.5/linssid_3.5-1_amd64.deb

  • wseverin wseverin posted a comment on discussion General Discussion

    Version 3.4 is now current. This is a bug-fix revision. It fixes the issue that began in version 3.1, where the necessity of using Policykit caused the preferences and datalog files to be stored in /root and owned by root. Now, using the standard .desktop launch with pkexec, the preferences and and datalog files are placed in $HOME and owned by $USER as it should be. Also fixed is the vendor database file which in version 3.3 had some extraneous characters at the end of the vendor names that played...

  • LinSSID LinSSID released /LinSSID_3.4/README_3.4

  • LinSSID LinSSID released /README_3.4

  • LinSSID LinSSID released /LinSSID_3.4/linssid_3.4-1_amd64.deb

  • LinSSID LinSSID released /LinSSID_3.4/linssid_3.4.orig.tar.gz

  • LinSSID LinSSID released /LinSSID_3.4/linssid_3.4-1_i386.deb

  • wseverin wseverin modified a comment on discussion Known Issues

    Dear Vítězslav, Thank you for the report. I will look into it immediately. Edit 20180613_0103 UTC: I have gone through my stack of WiFi USB adapters and all work with LInSSID with two adapters active. I can not reproduce the problem. If you will launch LinSSID in a terminal window with: linssid-pkexec 2>&1 and report any error messages it will be helpful. Thanks! -Warren

  • wseverin wseverin posted a comment on discussion Known Issues

    Dear Vítězslav, Thank you for the report. I will look into it immediately.

  • Vítězslav Dvořák Vítězslav Dvořák posted a comment on discussion Known Issues

    With two APs with the same essid Application won't start scaning and hang with no lines in chart. Maybe bug ? Anyway - very good application. Thank you for your code!

  • wseverin wseverin posted a comment on discussion General Discussion

    Latest LinSSID is 3.3. This version adds the ability to select table font size within a limited range. A small feature, but a lot of work. You wouldn't believe.

  • LinSSID LinSSID released /README_3.3

  • LinSSID LinSSID released /LinSSID_3.3/README_3.3

  • LinSSID LinSSID released /LinSSID_3.3/linssid_3.3-1_amd64.deb

  • LinSSID LinSSID released /LinSSID_3.3/linssid_3.3-1_i386.deb

  • LinSSID LinSSID released /LinSSID_3.3/linssid_3.3.orig.tar.gz

  • LinSSID LinSSID released /README_3.2

  • wseverin wseverin posted a comment on discussion General Discussion

    Latest LinSSID is 3.2. The channel plots now place a marker for the control channel on the plots of APs of 40 MHz or greater bandwidth. Also a small change to fix a potential but unverified memory leak.

  • LinSSID LinSSID released /LinSSID_3.2/README_3.2

  • LinSSID LinSSID released /LinSSID_3.2/linssid_3.2.orig.tar.gz

  • LinSSID LinSSID released /LinSSID_3.2/linssid_3.2-1_i386.deb

  • LinSSID LinSSID released /LinSSID_3.2/linssid_3.2-1_amd64.deb

  • wseverin wseverin modified a comment on discussion General Discussion

    I have just posted a significant update to LinSSID, now version 3.1. I hope to have fixed most of the hang problems. From the README file: - Big change - now requires polkit (policykit) authentication. No way around this as debian/ubuntu/etc has emasculated su and sudo. A step backward IMHO. Now the whole app must run as root. So, all of the prefs and log files are now in /root and are owned by root. And, the whole app must run as root instead of just well-tested system parts. - Major rewrite of...

  • wseverin wseverin modified a comment on discussion General Discussion

    I have just posted a significant update to LinSSID, now version 3.1. I hope to have fixed most of the hang problems. From the README file: Big change - now requires polkit (policykit) authentication. No way around this as debian/ubuntu/etc has emasculated su and sudo. A step backward IMHO. Now the whole app must run as root. So, all of the prefs and log files are now in /root and are owned by root. And, the whole app must run as root instead of just well-tested system parts. Major rewrite of the...

  • wseverin wseverin modified a comment on discussion General Discussion

    I have just posted a significant update to LinSSID, now version 3.1. I hope to have fixed most of the hang problems. From the README file: Big change - now requires polkit (policykit) authentication. No way around this as debian/ubuntu/ has emasculated su and sudo. A step backward IMHO. Now the whole app must run as root. So, all of the prefs and log files are now in /root and are owned by root. And, the whole app must run as root instead of just well-tested system parts. Major rewrite of the synchronization...

  • wseverin wseverin modified a comment on discussion General Discussion

    I have just posted a significant update to LinSSID, now version 3.1. I hope to have fixed most of the hang problems. From the README file: Big change - now requires polkit (policykit) authentication. No way around this as debian/ubuntu/ has emasculated su and sudo. A step backward IMHO. Now the whole app must run as root. So, all of the prefs and log files are now in /root and are owned by root. And, the whole app must run as root instead of just well-tested system parts. Major rewrite of the synchronization...

  • wseverin wseverin modified a comment on discussion General Discussion

    I have just posted a significant update to LinSSID, now version 3.1. I hope to have fixed most of the hang problems. From the README file: Big change - now requires polkit (policykit) authentication. No way around this as debian/ubuntu/ has emasculated su and sudo. A step backward IMHO. Now the whole app must run as root. So, all of the prefs and log files are now in /root and are owned by root. And, the whole app must run as root instead of just well-tested system parts. Major rewrite of the synchronization...

  • wseverin wseverin posted a comment on discussion General Discussion

    I have just posted a significant update to LinSSID, now version 3.1. I hope to have fixed most of the hang problems. From the README file: Big change - now requires polkit (policykit) authentication. No way around this as debian/ubuntu/ has emasculated su and sudo. A step backward IMHO. Now the whole app must run as root. So, all of the prefs and log files are now in /root and are owned by root. And, the whole app must run as root instead of just well-tested system parts. Major rewrite of the synchronization...

  • LinSSID LinSSID released /LinSSID_3.1/README_3.1

  • LinSSID LinSSID released /LinSSID_3.1/linssid_3.1-1_amd64.deb

  • LinSSID LinSSID released /LinSSID_3.1/linssid_3.1-1_i386.deb

  • LinSSID LinSSID released /README_3.1

  • LinSSID LinSSID released /LinSSID_3.1/linssid_3.1.orig.tar.gz

  • Kenny Divinger Kenny Divinger posted a comment on discussion Known Issues

    Thankful for Indispensable everywhere tool . Please add ability to change interface font size

  • ConiKost ConiKost posted a comment on discussion Bug Reporting

    Hi! The shipped .desktop file should be updated in 2 points: Version=2.9 -> That version is invalid, as it not specify the package version, but desktop entry specification. -> Either remove or change to 1.0 Categories=Application;Network;Internet; The categories Application and Internet are deprecated and should not be used anymore. -> Proposal: Network;System Cheers Conrad

  • CIV CIV modified a comment on discussion General Discussion

    Hello: My system runs Devuan. =-) groucho@devuan:~$ uname -a Linux devuan 3.16.0-5-amd64 #1 SMP Debian 3.16.51-3+deb8u1 (2018-01-08) x86_64 GNU/Linux groucho@devuan:~$ The desktop environment is the default LXDE. I've installed LinSSID 2.7 to be able to fine tune the channel setting I use for my wireless. The problem is that it will not run from 'Menu' -> 'Internet' -> LinSSID. The usual window for running administrative tasks pops-up (because of iwscan needing root access) and when I enter the PW...

  • CIV CIV posted a comment on discussion General Discussion

    Hello: My system runs Devuan. =-) groucho@devuan:~$ uname -a Linux devuan 3.16.0-5-amd64 #1 SMP Debian 3.16.51-3+deb8u1 (2018-01-08) x86_64 GNU/Linux groucho@devuan:~$ The desktop environment is the default LXDE. I've installed LinSSID 2.7 to be able to fine tune the channel setting I use for my wireless. The problem is that it will not run from 'Menu' -> 'Internet' -> LinSSID. The usual window for running administrative tasks pops-up (because of iwscan needing root access) and when I enter the PW...

  • wseverin wseverin posted a comment on discussion Known Issues

    The first question is, have you disconnected your laptop from your WiFi attach point when you initiate LinSSID? This is important. Scans, as from LinSSID, will take up nearly 100% of the availability of your WiFi card. Meanwhile, if your laptop is connected to an attach point, other processes are trying to do periodic communications with their mother ships. In this case queues get backed up and not all WiFi drivers and versions of the OS handle this well. So, if you've not done so, disconnect your...

  • Rich Painter Rich Painter posted a comment on discussion Known Issues

    I realize this is an old report thread but I'm now just having this same problem on Ubuntu. I recall not long ago this was working.... It now hangs during the scan and never reports. I have to kill the process. LinSSD 2.7 on Linux 4.4.0-93-generic #116~14.04.1-Ubuntu SMP Mon Aug 14 16:07:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Lenovo T530 Laptop. Let me know if I can dredge up info with your guidance. regards rich

  • Frank Breitling Frank Breitling posted a comment on discussion General Discussion

    I would like to know the same!

  • Alessandro Sap Alessandro Sap posted a comment on discussion General Discussion

    Hi All, It's possible install LinSSID on Raspbian ? I'm a newbie of linux but anyway...

  • wseverin wseverin posted a comment on discussion General Discussion

    Version 2.9 is released. (Version 2.8 was never released.) This new version is a...

  • wseverin wseverin posted a comment on discussion Bug Reporting

    This is true. LinSSID was designed to alternatively be launched with sudo or gksudo,...

  • LinSSID LinSSID released /LinSSID_2.9/linssid_2.9.orig.tar.gz

  • LinSSID LinSSID released /LinSSID_2.9/linssid_2.9-1_i386.deb

  • LinSSID LinSSID released /LinSSID_2.9/README_2.9

  • LinSSID LinSSID released /LinSSID_2.9/linssid_2.9-1_amd64.deb

  • Bjørn Forsman Bjørn Forsman posted a comment on discussion Bug Reporting

    Hi linssid developers! Do you know that the password that is input in the small dialog...

  • Prema Prema posted a comment on discussion General Discussion

    The data logged like signal strength, quality and the rest can it be output to a...

  • rezso rezso posted a comment on discussion Feature Requests

    https://github.com/rezso/ub/blob/master/linssid/patches/qt5.4.patch HTH.

  • Sergey Avseyev Sergey Avseyev posted a comment on discussion Feature Requests

    Any updates on the topic. The source tarball is not compilable on my fedora. Having...

  • Youfo Youfo posted a comment on discussion Bug Reporting

    To recap, I'm trying to use LinSSID on two old ThinkPads. LinSSID doesn't work on...

  • wseverin wseverin posted a comment on discussion Bug Reporting

    I hope the problem has been merely some silliness between the wifi card and its driver....

  • Youfo Youfo modified a comment on discussion Bug Reporting

    I just downloaded from SourceForge and installed LinSSID 2.7 386 on another ThinkPad...

  • Youfo Youfo posted a comment on discussion Bug Reporting

    I just downloaded from SourceForge and installed LinSSID 2.7 386 on another ThinkPad...

  • wseverin wseverin posted a comment on discussion General Discussion

    Just to let you know that the next revision is well underway. Linssid has NOT gone...

  • Youfo Youfo modified a comment on discussion Bug Reporting

    I already removed the Debian build and reinstalled from the wseverin/ppa repository,...

  • Youfo Youfo posted a comment on discussion Bug Reporting

    I already removed the Debian build and reinstalled from the wseverin/ppa repository,...

  • wseverin wseverin posted a comment on discussion Bug Reporting

    Thanks for you help in squashing bugs in Linssid!! Yes, Linssid works on x386 as...

  • Youfo Youfo modified a comment on discussion Bug Reporting

    Thanks for the quick reply. Great support. As I said in the original post, I don't...

  • Youfo Youfo posted a comment on discussion Bug Reporting

    Thanks for the quick reply. Great support. As I said in the original post, I don't...

1 >
MongoDB Logo MongoDB