gstalnaker
gstalnaker
I'll try that tomorrow.
Update - running from gdb (now I know how) produces no issues in this morning's testing (multiple runs). Of course LOL I'll keep working at it to try and get...
1. I was using the latest, and I did update the packages. BUT ... I was using the wrong python. I have a python v3 venv (I know) because of...
Welp. Added a print line to the py code to determine if running in the venv, and no, it is not: ``` print("In venv? ", sys.prefix == sys.base_prefix) ``` Output:...
``` [master][~/src/nrsc5-dui]$ git pull origin master --tags From https://github.com/markjfine/nrsc5-dui * branch master -> FETCH_HEAD Already up to date. ``` Will update here when I have something. Thus far today it...
Update: nrsc5 and/or nrsc5-dui issue. What I hear. Normal output, then, in this specific instance, Frank Sinatra singing "Or she could laugh" that repeats every 12 or so seconds. What...
Architecture in the first post. I used no additional build options, so built with the defaults. And just to confirm, I just ran ``` *[master][~/bin/nrsc5-dui]$ nrsc5 104.1 1 ``` The...
FYI. While exploring use of pulseaudio to stream the audio from ncrs5 and SDR++, I horked pulseaudio. To fix that I attempted to upgrade/reinstall packages using MXLinux's package tool. The...
That took WAY longer than I'd hoped, but system now functioning. The update failed to successfully reconfigure installed packages. That has led to issues with the i915 GPU system. I've...
Almost got it -- could not install the v0.0.16 version available through the Calibre PlugIns UI, but DID successfully install the v0.1.0 you've made available on another issue here. Created...