SDR Quest: Looking for Software Defined Radios for FreeBSD

I have it working but I increased the permissions to 770 from 660 in my devd rule. Not sure that is OK but I had to try.
CubicSDR Audio Output now running well.
Time to recheck users.
 
pw groupmod audio -m $user_name
There is no audio group.
But you set me on the right path.
cat /etc/group
Code:
pulse:*:563:xorg
pulse-access:*:564:xorg
pulse-rt:*:557:xorg
With these three I have my permissions back where they should be to 660 in my devd rule.
pw groupmod pulse -m $user_name
pw groupmod pulse-access -m $user_name
pw groupmod pulse-rt -m $user_name
 
How would we know? Are you expecting us to watch that video to find out?
What's wrong with people, can you not write a question using words?
I have only just started using SDR and am having a hard time getting anywhere with it.

Running sdrpp starts up but there are so many options, none of which I understand, and I was simply wondering if any knowledgeable person could tell I could achieve similar results on FreeBSD.

If anyone is aware of a useful video for SDR beginners, I'd appreciate a link.
 
I have only just started using SDR and am having a hard time getting anywhere with it.

Running sdrpp starts up but there are so many options, none of which I understand, and I was simply wondering if any knowledgeable person could tell I could achieve similar results on FreeBSD.

If anyone is aware of a useful video for SDR beginners, I'd appreciate a link.
According to

View: https://www.youtube.com/watch?v=9PzvGyBWeHM


to get started you only need these components to get started:- device, computer, software, drivers. antenna.

As far as drivers go, are they built in to the FreeBSD kernel or does each pkg come with them built in? And if each pkg has its own drivers would they all use the same drivers or could there be differences between different offerings?
 
Back
Top