- Joined
- Oct 15, 2015
- Messages
- 22
I used this helpful guide to do an install several years ago on a Raspberry Pi 3+.
Today I loaded up a fresh install of the 64 bit Raspberry Pi OS (as I’d previously installed an outdated version and had some random issues not related to OP25) using this guide and went to follow the guide again, but am having an issue out that gate that would seem simple…yet I’m struggling with. In fairness, I don’t know python…and am not great with Linux.
When I run rx.py for the first time (as below) I get an error: ‘gnuradio.op25’ has no attribute ‘fsk4_demod_ff’
./rx.py –args ‘rtl’ -N ‘LNA:47’ -S 2500000 -x 2 -f 857.2625e6 -o 17e3 -X
I opened up rx.py and see references to things fsk4_demod, but not with the _ff. Perhaps this is coming from something else being referenced in the script that’s loading packages? I see that op25 is actually gr-op25, and when I go to ~/op25/op25/gr-op25 I find ~/op25/op25/gr-op25/include/gnuradio/op25/fsk4_demod_ff.h. In there I see class OP25_API fsk4_demod_ff, so to me, this has the same name, but why is it not being found or invoked properly?
Today I loaded up a fresh install of the 64 bit Raspberry Pi OS (as I’d previously installed an outdated version and had some random issues not related to OP25) using this guide and went to follow the guide again, but am having an issue out that gate that would seem simple…yet I’m struggling with. In fairness, I don’t know python…and am not great with Linux.
When I run rx.py for the first time (as below) I get an error: ‘gnuradio.op25’ has no attribute ‘fsk4_demod_ff’
./rx.py –args ‘rtl’ -N ‘LNA:47’ -S 2500000 -x 2 -f 857.2625e6 -o 17e3 -X
I opened up rx.py and see references to things fsk4_demod, but not with the _ff. Perhaps this is coming from something else being referenced in the script that’s loading packages? I see that op25 is actually gr-op25, and when I go to ~/op25/op25/gr-op25 I find ~/op25/op25/gr-op25/include/gnuradio/op25/fsk4_demod_ff.h. In there I see class OP25_API fsk4_demod_ff, so to me, this has the same name, but why is it not being found or invoked properly?