Trying to work through some gnuradio tutorials. Tutorial as constructed on my computer is not getting any audio.
In “audio sink block”, output device name is input as: “hw:CARD=PCH” which was determined from aplay -L and the default selected and input to audio sink block as “hw:CARD=PCH”.
On first run, got a message that[hw:CARD=PCH]: unable to support sampling rate 32000
Card requested 44100 instead.
That value was set into sample rate variable block. Seems that, at least, gnuradio is finding the right audio device.
Now, I get error message below:
“Qt: Session management error: None of the authentication protocols specified are supported”
Don’t know if this is from gnuradio or python or what session manager is.
Anyone solved this problem?
thanks, tom kosvic
Does anyone have gnuradio audio sink running on opensuse linux to get sound to speakers or headphones? If so, send me a list of the parameters in your audio_sink block.
Solved. I ran unset SESSION_MANAGER in terminal prior to starting gnuradio from the same terminal. I now run the same grc file in gnuradio and I don’t get the SESSION_MANAGER error message. SESSION_MANAGER is not anymore in my env. And I do get audio sound through my wired headphones. That’s a first.
My bluetooth wireless headphones do not get sound from gnuradio though. The wireless phones do work for youtube, and vlc. Something else to figure out but progress has been made.
Good you figured out how to do it via a terminal session, that can also be done editing the GNU entry.
The fact that your Blutooth headset is not working yet for gnuradio likely has to do with setting “hw:CARD=PCH”, this looks to me the sound card/chip in your PC.
I had a look at my “aplay -l” output with a BT headset connected