gr-gsm

1,524 views
Skip to first unread message

Marwon Mahommed

unread,
Feb 2, 2021, 3:42:13 PM2/2/21
to gr-...@googlegroups.com
l have a problem with this

sudo grgsm_livemon
Warning: failed to XInitThreads()
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
[INFO] [UHD] linux; GNU C++ version 10.2.1 20201207; Boost_107400; UHD_3.15.0.0-4+b1
[ERROR] avahi_service_browser_new() failed: Bad state
Traceback (most recent call last):
File "/usr/local/bin/grgsm_livemon", line 385, in
main()
File "/usr/local/bin/grgsm_livemon", line 361, in main
tb = top_block_cls(args=options.args, collector=options.collector, collectorport=options.collectorport, fc=options.fc, gain=options.gain, osr=options.osr, ppm=options.ppm, samp_rate=options.samp_rate, serverport=options.serverport, shiftoff=options.shiftoff)
File "/usr/local/bin/grgsm_livemon", line 113, in init
args="numchan=" + str(1) + " " + str(grgsm.device.get_default_args(args))
File "/usr/lib/python3/dist-packages/grgsm/device.py", line 55, in get_default_args
raise RuntimeError("Unable to find any supported SDR devices")
RuntimeError: Unable to find any supported SDR devices

Al Higgins

unread,
Feb 2, 2021, 4:23:34 PM2/2/21
to Marwon Mahommed, gr-...@googlegroups.com
Without looking too deeply, you have at least a couple of problems here:

1. No device is detected, do you have a supported SDR connected to your (presumed) VM?

2. You haven't specified a frequency for grgsm_livemon to monitor. You will get this by running grgsm_scanner first and using the frequency value vice ARFCN to initiate grgsm_livemon. Example: grgsm_livemon -f 950.0M

Hope that helps.

Al

--
You received this message because you are subscribed to the Google Groups "gr-gsm" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gr-gsm+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gr-gsm/CAH8F54hsZ%2BEF6Hex5sjcpSGViR69GBriW%2BcpaUbwFRH_whas3g%40mail.gmail.com.

Saul Turnbull

unread,
Nov 9, 2021, 4:49:03 PM11/9/21
to gr-gsm
Yo Marwon,

try the following:

sudo apt-get install avahi-daemon

sudo apt-get install avahi-discover

sudo apt-get install -y avahi-utils

file /etc/init.d (should be dir)

cd /etc/init.d

./avahi-daemon stop

./avahi-daemon status

./avahi-daemon start

grgsm_livemon  


Lmk if it runs, happy hunting.


Reply all
Reply to author
Forward
0 new messages