I am trying to run dump978 on linux debian buster rasp pi 3 it gets stuck on “Allocating 15 zero-copy buffers” when I run the command rtl_srd -f 978000000 -s 2083334 -g 48 - | ./dump978 | ./uat2text
Is there a bug in the code I need to fix or is it just slow?
When using dump-fa and there are no nearby signals would an output such as
Signal caught exiting!
Shirt write, samples lost, exiting!
Happen when running
rtl_sdr -f 978000000 -s 30000 -g 48 - | ./dump978 | ./uat2text
dump978-fa is standalone and does not require separate use of rtl_sdr / uat2text
The demodulator of both dump978 and dump978-fa expects a sample rate of exactly twice the UAT bitrate (i.e. 2.083334MHz); anything else will just not work at all. 30kHz is just never going to work regardless of what you do with the demodulator anyway, it’s way too slow.
Thanks. I am getting the same thing but without the Allocating 15 zero-copy buffers. Maybe because I am not using a pi and just running it on a linux laptop due to ram issues with pi.