It is an audio backend that some programs use. CubicSDR for example. It would be considered a dependency when you install the port.What does it give me?
Some programs use OSS backend instead like SDR++.
It is an audio backend that some programs use. CubicSDR for example. It would be considered a dependency when you install the port.What does it give me?
You are thinking about it wrongly.Can I enable it and disable it as and when I want to try it?
pavucontrol. It shows in a GUI what its doing. Listening for a programs audio request.# XXX Use Portaudio as Gqrx is invariably linked to it
# (auto-detected and used through Gnuradio CMake files)
CMAKE_ARGS+= -DLINUX_AUDIO_BACKEND:STRING="Portaudio" \
May have been a bad choice of words on my part... in the FreeBSD Ports Collection, a browser would have build dependencies (all of 'em also in the Ports Collection). I would not call them security holes necessarily.Me and user astyle had a head bump years ago. He sorta accused me of lying about a browser reaching back into ports tree and running Build Components.
I got all huffy and said are you calling me a liar. Pretty crappy words but it was not false.
What I neglected to mention was I was running X11/SeaMonkey as root user and indeed Internet Components can access stuff you never imagined from the ports build directory when running as root.
Totally my fault and I am sorry I did not tell astyle all the facts. But I like to think I have reformed. Learned a valuable lesson.
I'm just getting started with SDR although I bought my RTL-SDR V4 dongle some time ago without knowing how to try it out.
After a recent post I managed to install various pkgs with varying degrees of success with their usage.
The only thing which has proved successful is rtl_fm from comms/rtl-sdr with which I have stumbled upon a frequency where I can actually listen to a radio station.
Can anyone suggest what else I should try? sdrpp says that it failed to detect any supported platform which is strange since rtl_fm uses the same device and works.
I have recently bought a dipole antenna but it doesn't seem to help reception. Maybe it isn't set up correctly.
With Xfce, PulseAudio default autostarts in Startup/Session settings. The only things I use that need PA's daemon are Firefox and OBS Studio, so I disable that PA autostart, use sndio instead for Firefox (sndiod autostart + cubeb), and for OBS I start up PA manually in a minimized Terminal so I can either close it when done with OBS or it auto-close withCan I enable it and disable it as and when I want to try it?
--exit-idle-time= (180's 3 mins; not sure if OBS holds PA open so idle might need disabled or increased):xfce4-terminal --minimize -T 'OBS [PA]' --window -x '/usr/local/bin/pulseaudio' --log-level='0' --exit-idle-time='180'
unitrunkers devd rules from reddit for the RTL-SDR stick.
Code:notify 100 { match "system" "USB"; match "subsystem" "DEVICE"; match "type" "ATTACH"; match "vendor" "0x0bda"; match "product" "0x283[28]"; action "chmod 660 /dev/$cdev"; };
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
Three different users told you you cannot use ROOT with Pulse.What can I check? Any ideeeas?
Is pulse the only program which outputs sound with SDR++?Three different users told you you cannot use ROOT with Pulse.
Period.
Are you using a proper user yet?
I really not sure what that will do for you. Never tried it.Take a look at "Configuration Options" on this port for example. PORTAUDIO Sink or RTAUDIO SINK
cat /dev/sndstat:-Installed devices:
pcm0: <Conexant CX20590 (Analog 2.0+HP/2.0)> (play/rec) default
No devices installed from userspace.
pciconf -lv | grep -B4 -A8 -i audio
dmesg | grep -i -E 'pcm|hda|audio'
Installed devices:
pcm0: <Conexant CX20590 (Analog 2.0+HP/2.0)> (play/rec) default
No devices installed from userspace.
class = serial bus
subclass = USB
hdac0@pci0:0:27:0: class=0x040300 rev=0x04 hdr=0x00 vendor=0x8086 device=0x1c20 subvendor=0x17aa subdevice=0x21cf
vendor = 'Intel Corporation'
device = '6 Series/C200 Series Chipset Family High Definition Audio Controller'
class = multimedia
subclass = HDA
pcib1@pci0:0:28:0: class=0x060400 rev=0xb4 hdr=0x01 vendor=0x8086 device=0x1c10 subvendor=0x17aa subdevice=0x21cf
vendor = 'Intel Corporation'
device = '6 Series/C200 Series Chipset Family PCI Express Root Port 1'
class = bridge
subclass = PCI-PCI
pcib2@pci0:0:28:1: class=0x060400 rev=0xb4 hdr=0x01 vendor=0x8086 device=0x1c12 subvendor=0x17aa subdevice=0x21cf
hdac0: <Intel Cougar Point HDA Controller> mem 0xf2620000-0xf2623fff irq 22 at device 27.0 on pci0
hdacc0: <Conexant CX20590 HDA CODEC> at cad 0 on hdac0
hdaa0: <Conexant CX20590 Audio Function Group> at nid 1 on hdacc0
pcm0: <Conexant CX20590 (Analog 2.0+HP/2.0)> at nid 31,25 and 35,27 on hdaa0
hdacc1: <Conexant (0x2c06) HDA CODEC> at cad 1 on hdac0
unknown: <Conexant (0x2c06) HDA CODEC Modem Function Group> at nid 2 on hdacc1 (no driver attached)
ugen0.6: <RTL2838 DVB-T Realtek Semiconductor Corp.> at usbus0, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON (500mAviev command
usbconfig
cat /etc/devfs.rules
user add operator, diag ?
X1# sdrpp
[15/08/2026 18:33:03.000] [INFO] SDR++ v1.2.1
[15/08/2026 18:33:03.000] [WARN] Root directory /root/.config/sdrpp does not exist, creating it
[15/08/2026 18:33:03.000] [INFO] Loading config
[15/08/2026 18:33:03.000] [WARN] Config file '/root/.config/sdrpp/config.json' does not exist, creating it
[15/08/2026 18:33:03.000] [WARN] ConfigManager locked, waiting...
[15/08/2026 18:33:03.000] [ERROR] Glfw Error 65550: Failed to detect any supported platform
zsh: segmentation fault (core dumped) sdrpp
I can't find what you mean. I don't see such an option.I am pretty sure I explained this in the other SDR thread. Here is summary.
You must add a new audio device from panel on left.
New 'PortAudio' Sink