WB4EOT
Member
Attempts to run OP25 on Mint Linux with the following command ./ry.py ---args 'rtl' -N 'LNA:48' -f 857.1625e6 results in the following.
osmosdr source c creation failure
Traceback (most recent call last):
File "./rx.py ", line 836, in module rx = rx_main()
File "./rx.py", line 760, in_int_self.tb=p25_rx_block(self.options)
File "./rx.py", line 121, in_init_gain_names = self.src.get_gain_names()
AttributeError: 'NoneType' object has no attribute 'get_gain_names'
rtl_test command finds RTL-SDR dongle.
GQRX finds and executes with RTL-SDR dongle.
I do have OP25 with same RTL-SDR dongle running on Raspberry Pi 3 with no errors.
Something tells me OP25 did not install correctly or I have missing command line arguments.
Joe
WB4EOT
osmosdr source c creation failure
Traceback (most recent call last):
File "./rx.py ", line 836, in module rx = rx_main()
File "./rx.py", line 760, in_int_self.tb=p25_rx_block(self.options)
File "./rx.py", line 121, in_init_gain_names = self.src.get_gain_names()
AttributeError: 'NoneType' object has no attribute 'get_gain_names'
rtl_test command finds RTL-SDR dongle.
GQRX finds and executes with RTL-SDR dongle.
I do have OP25 with same RTL-SDR dongle running on Raspberry Pi 3 with no errors.
Something tells me OP25 did not install correctly or I have missing command line arguments.
Joe
WB4EOT