Debugging help needed
Posted: Sat May 16, 2020 4:14 pm
My Pluto had not been used for a while and had been moved to a 192.168.4.x subnet, the reasons for which have since become obsolete, so I updated the firmware to v0.31 and reverted to the default 192.168.2.1 & 192.168.2.10 addresses. Wide coverage and the 2nd CPU core are enabled.
Mouse, eBay sound USB Pluto (rev. B hardware) and Ethernet are connected. The build completes without generating an error in the SSH console and the Raspberry Pi reboots. The loading screen displays for a minute of so before the terminal prompt "pi@raspberrypi:~$" appears in the bottom right of the loading graphic.
Following the Debug instructions, only the GUI is running. The other TX and RX programs are not. I then killed the GUI and ran the process list to confirm that no process is running from the Langstone folder.
I then ran the RX program manually and got this:
pi@raspberrypi:~ $ cd ~/Langstone
pi@raspberrypi:~/Langstone $ python Lang_RX.py &
[1] 1048
pi@raspberrypi:~/Langstone $ ERROR: Unable to find host: Name or service not known
Traceback (most recent call last):
File "Lang_RX.py", line 239, in <module>
main()
File "Lang_RX.py", line 231, in main
tb = top_block_cls()
File "Lang_RX.py", line 45, in __init__
self.pluto_source_0 = iio.pluto_source('ip:192.168.2.1', 1000000000, 529200, 2000000, 0x800, True, True, True, "slow_attack", 64.0, '', True)
File "/usr/lib/python2.7/dist-packages/gnuradio/iio/iio_pluto_source_swig.py", line 126, in make
return _iio_pluto_source_swig.pluto_source_make(*args, **kwargs)
RuntimeError: Unable to create context
Not being a Linux user, this doesn't mean much to me. Here's the content of the Langstone folder:
pi@raspberrypi:~/Langstone $ ls
build GUI Lang_TX.grc splashload.bgra
ControlRX.py install.sh Lang_TX.py stop
ControlTX.py Lang_RX.grc Mouse.h Touch.h
'Debugging Notes.txt' Lang_RX.py README.md update
Font.h Langstone.conf run
Graphics.h LangstoneGUI.c splash.bgra
pi@raspberrypi:~/Langstone $
I'd very much appreciate some help with this please; after four rebuilds and not getting any further it's doing my head in!
Thanks
Clive G3GJA
Mouse, eBay sound USB Pluto (rev. B hardware) and Ethernet are connected. The build completes without generating an error in the SSH console and the Raspberry Pi reboots. The loading screen displays for a minute of so before the terminal prompt "pi@raspberrypi:~$" appears in the bottom right of the loading graphic.
Following the Debug instructions, only the GUI is running. The other TX and RX programs are not. I then killed the GUI and ran the process list to confirm that no process is running from the Langstone folder.
I then ran the RX program manually and got this:
pi@raspberrypi:~ $ cd ~/Langstone
pi@raspberrypi:~/Langstone $ python Lang_RX.py &
[1] 1048
pi@raspberrypi:~/Langstone $ ERROR: Unable to find host: Name or service not known
Traceback (most recent call last):
File "Lang_RX.py", line 239, in <module>
main()
File "Lang_RX.py", line 231, in main
tb = top_block_cls()
File "Lang_RX.py", line 45, in __init__
self.pluto_source_0 = iio.pluto_source('ip:192.168.2.1', 1000000000, 529200, 2000000, 0x800, True, True, True, "slow_attack", 64.0, '', True)
File "/usr/lib/python2.7/dist-packages/gnuradio/iio/iio_pluto_source_swig.py", line 126, in make
return _iio_pluto_source_swig.pluto_source_make(*args, **kwargs)
RuntimeError: Unable to create context
Not being a Linux user, this doesn't mean much to me. Here's the content of the Langstone folder:
pi@raspberrypi:~/Langstone $ ls
build GUI Lang_TX.grc splashload.bgra
ControlRX.py install.sh Lang_TX.py stop
ControlTX.py Lang_RX.grc Mouse.h Touch.h
'Debugging Notes.txt' Lang_RX.py README.md update
Font.h Langstone.conf run
Graphics.h LangstoneGUI.c splash.bgra
pi@raspberrypi:~/Langstone $
I'd very much appreciate some help with this please; after four rebuilds and not getting any further it's doing my head in!
Thanks
Clive G3GJA