Results 285 comments of Vasil Velichkov

Hi @nocomp, > first of all thxx for this great tool i used to have working, but no idea what i ve did, almost spend a day to get it...

> CMake Error at CMakeLists.txt:150 (message): GnuRadio Runtime required to compile gr-gsm > so i guess there is nothing i can do ? As I said in my previous message...

``` rm -rf gr-gsm git clone -b maint-3.8 https://github.com/velichkov/gr-gsm.git cd gr-gsm mkdir build cd build cmake .. make sudo make install sudo ldconfig ```

> i ve installed liborcus-dev no luck same error > tried after installing sudo apt-get install liborc-0.4-0 no luck, same error You need to install `liborc-dev` and not `liborcus-dev` nor...

> nocomp@8uR34ud3sL1c0rn35:~/tools/sdr/gr-gsm/build$ grgsm_scanner > Traceback (most recent call last): > File "/usr/local/bin/grgsm_scanner", line 33, in > import grgsm > ModuleNotFoundError: No module named 'grgsm' You need to add `/usr/local/lib/python3/dist-packages/` to...

> but wont use it, need to fgure out how clean that in order to get some hd space. Run `docker ps -a` and then for every `CONTAINER ID` or...

> when i grgsm_scanner with your fork version i get only one result > if i grgsm_scanner on another computer that has it preinstalled i get 14 results > >...

> and the normal version on HamOS What is the exact version? What SDR device do you use and how is connected to the host - USB 2/3 or ethernet?

> i ve used a standard nooelec blue rtlsdr to usb3 NESDR Mini 2 or NESDR Mini 2+ ? Run the following commands on both HamOS and Kali, wait them...

> 8gb ram USB 3 ssd hd i3 8th gen Dose your CPU support AVX2 or FMA instructions? Provide the output of `cat /proc/cpuinfo | grep flags` There is a...