Replies: 14 comments 14 replies
-
you need to do |
Beta Was this translation helpful? Give feedback.
-
Thanks Alexandre, However, in GQRX, it does work fine. |
Beta Was this translation helpful? Give feedback.
-
Well, I'm building from source to make sure everything is up to date. Also to gather data for my next video. I'm going to walk people through building it on the Raspberry Pi and then publish a script to automate building it on the Pi. (Since there's no .deb provided for the Pi, I figure that will be useful for Pi users.) Here's the startup. |
Beta Was this translation helpful? Give feedback.
-
By the way, GQRX wasn't running and this was after a reboot. |
Beta Was this translation helpful? Give feedback.
-
I did remove the config and it still didn't work with an API fail message. |
Beta Was this translation helpful? Give feedback.
-
Oh, I went and looked at the pi script, cool! I'll probably still do a video though. I think it will be helpful for folks to have a walkthrough. |
Beta Was this translation helpful? Give feedback.
-
When I finish the video, I'll send you a link. I might post it here in the General section if that's ok. |
Beta Was this translation helpful? Give feedback.
-
Yep, it's me. I wondered if you'd spot the vid when I published it. |
Beta Was this translation helpful? Give feedback.
-
Hello again. If libvolk1 is incompatible and it doesn't work, I'll have to download the latest raspian and start over. I'll let you know. If it does work, maybe add a check on the raspian version that downloads the appropriate version for the users OS version. |
Beta Was this translation helpful? Give feedback.
-
Got it. The first build attempt failed on the bladeRF stuff. The cascade of errors started with this: I removed that option from the cmake line and restarted the build. Compiling now, it takes awhile. |
Beta Was this translation helpful? Give feedback.
-
It's working. A little bit of crackle to the audio occasionally, but it worked with both my SDRPlay and Airspy HF + discovery. Below is the script that works, with my modifications. In the video I cover each change and why, I also mention that some of the issues may go away with newer versions of raspian. Finally, I direct people to check your script on the github page and just use it once you've updated it. Script authored by Alexandre Rouma, tested and modified by Kevin Loughin, KB9RLW, Sept 15th 2021set -e [ $(id -u) = 0 ] && echo "Please do not run this script as root" && exit 100 echo "Installing dependencies" get the sourcecd ~/Desktop echo "Preparing build" echo "Building" echo "Installing" echo "Done!" |
Beta Was this translation helpful? Give feedback.
-
Ah, recorded audio from the program was clean without crackling. I think that's an external issue with my HDMI audio to the monitor. Disregard that comment about the audio. |
Beta Was this translation helpful? Give feedback.
-
I did mention that, and a few other things. |
Beta Was this translation helpful? Give feedback.
-
Well, my goal is to create a simple single script so that the user only has to download one simple item and run it. Make it as easy as possible for the end user. The less they have to do, the happier they are and the better your project will do. |
Beta Was this translation helpful? Give feedback.
-
Howdy,
cmake .. -OPT_BUILD_SDRPLAY_SOURCE
It seemed to build fine, but my SDRPlay RSPdx does not appear in the sources list. GQRX does see it fine and it works there.
Did I do it wrong?
Beta Was this translation helpful? Give feedback.
All reactions