Re: Cannot find GNU Radio "config.conf" file

2024-07-02 Thread Marcus Müller
Hi, GNU Radio falls back to the old path when it finds no config in the new path but one in the old. That's why we have the `gnuradio-config-info` utility; it will tell you where the system configuration and the user configuration paths are, when run as `gnuradio-config-info --prefsdir` and

LAST CHANCE - GRCon24 Abstracts Due July 8

2024-07-02 Thread Josh Morman (GNU Radio)
Just a quick reminder that our Call for Participation Abstract Deadline submission has been extended to *July 8 [Monday] - less than 1 week away.* If you thought you missed it but have a great project or idea for a presentation/workshop/poster/tutorial - go ahead and submit your abstract by *July

Re: Cannot find GNU Radio "config.conf" file

2024-07-02 Thread Steve Hageman
Solved. Thanks to Ryan and Marcus for their help. /Note: Some of these paths might be different depending on exactly how you installed Radioconda, this is how it installed on my system./ Open a command window at, |C:\Users\steve\radioconda\Scripts| (Or where ever you find a ‘conda.exe’ in y

GnuRadio 3.10 - Audio sink under Linux does not support stereo

2024-07-02 Thread David Hagood
I have the packages for GnuRadio from the default Ubuntu Noble repos. I try to create a flow graph with an audio sink with 2 inputs, to do stereo. The flow graph compiles, but when it runs: RuntimeError: check topology failed on audio_alsa_sink(43) using ninputs=2, noutputs=0 Has anybody