-
Notifications
You must be signed in to change notification settings - Fork 735
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gnuradio 3.8 compatibility #74
Comments
I have the same problem... :( |
Hi guys, |
Sorry, I've been a little busy in other projects... |
Most likely you have just python3 / GNU Radio 3.8 installed. I have the same issue with this combination. Instead of python I type python3 before scan and livemon, but no idea if it actually works. I think maybe the IMSI catcher could use some updating or checking against the gnuradio 3.8 gr-gsm branch mentioned above. |
I have found how to run python3 + GNU Radio 3.8 + simple_IMSI-catcher.py on LinuxMint 20 / Ubuntu 20.04 \o/
|
The README.md files states that for gnuradio 3.7, we shall use https://git.osmocom.org/gr-gsm but that requires Gnuradio 3.8 since May. Both https://github.com/velichkov/gr-gsm.git and https://git.osmocom.org/gr-gsm/ seem to require Gnuradio 3.8. Interestingly, Vasil has spent an effort into https://git.osmocom.org/gr-gsm/ recently but not into https://github.com/velichkov/gr-gsm . Which one to use? Somewhat difficult to build for Debian Buster these days that uses 3.7. |
aaaah...
or
|
|
Instead of compiling gr-gsm from Github there are packages on Debian (https://packages.debian.org/bookworm/gr-gsm) and on Arch Linux through the AUR (https://aur.archlinux.org/packages/gr-gsm-git) that seem to work. The compilation error seems to be an incompatibility thing between gr-gsm and the newer versions of gnuradio PS I have only tested this "fix" on Manjaro and it seems to work just fine, I have not tested this fix on Debian. |
If you’re trying to compile gr-gsm for the latest gnuradio 3.10.. use the PR labeled 3.10-3.11 support to do so. The PR still not been pulled into main, so if you’re using main and trying to compile on recent distributions it’s almost guaranteed to fail. |
Recently gnuradio was updated to release 3.8.
Using @velichkov tips in [https://github.com/ptrkrysik/gr-gsm/issues/480] I think I fixed the troubles with gnuradio and gr-grsm packages compatibility, but when I try to run scan-and-livemon...
Using Kali in VMWare.
I think it's a matter of compatibility
The text was updated successfully, but these errors were encountered: