Looked through the message thread but didn't find an answer. I start ./rx.py and get the errors below and then back to the command line. Anyone have a solution to try?
john@john-GB-BXA8-5557:~/op25/op25/gr-op25_repeater/apps$ ./rx.py --args "rtl=0" -N 'LNA:48' -f 385.0625e6 -S 2560000 -q 82
linux; GNU C++ version 4.8.4; Boost_105400; UHD_003.010.git-90-g33419b5f
gr-osmosdr v0.1.4-58-g810a981d (0.1.5git) gnuradio 3.7.10git-12-gddb1e778
built-in source types: file osmosdr fcd rtl rtl_tcp uhd hackrf bladerf rfspace airspy redpitaya
Using device #0 Realtek RTL2838UHIDIR SN: 00000001
Detached kernel driver
Found Rafael Micro R820T tuner
[R82XX] PLL not locked!
gain: name: LNA range: start 0 stop 0 step 0
setting gain LNA to 48
supported sample rates 250000-2560000 step 24000
[R82XX] PLL not locked!
Using Volk machine: avx_64_mmx
Using two-stage decimator for speed=2560000, decim=20/4 if1=128000 if2=32000
Traceback (most recent call last):
File "./rx.py", line 837, in <module>
rx = rx_main()
File "./rx.py", line 761, in __init__
self.tb = p25_rx_block(self.options)
File "./rx.py", line 186, in __init__
self.open_usrp()
File "./rx.py", line 688, in open_usrp
self.__set_rx_from_osmosdr()
File "./rx.py", line 633, in __set_rx_from_osmosdr
self.__build_graph(self.src, capture_rate)
File "./rx.py", line 260, in __build_graph
self.decoder = p25_decoder.p25_decoder_sink_b(dest='audio', do_imbe=self.options.vocoder, num_ambe=num_ambe, wireshark_host=self.options.wireshark_host, udp_port=udp_port, do_msgq = True, msgq=self.rx_q, audio_output=self.options.audio_output, debug=self.options.verbosity, nocrypt=self.options.nocrypt)
File "/home/john/op25/op25/gr-op25_repeater/apps/p25_decoder.py", line 106, in __init__
self.p25_decoders.append(op25_repeater.p25_frame_assembler(wireshark_host, udp_port, debug, do_imbe, do_output, do_msgq, msgq, do_audio_output, do_phase2_tdma, do_nocrypt))
File "/home/john/target/lib/python2.7/dist-packages/op25_repeater/op25_repeater_swig.py", line 722, in make
return _op25_repeater_swig.p25_frame_assembler_make(*args, **kwargs)
TypeError: p25_frame_assembler_make() takes at most 9 arguments (10 given)
Reattached kernel driver
john@john-GB-BXA8-5557:~/op25/op25/gr-op25_repeater/apps$