-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pluto Tx infinite loop #1690
Comments
Accidentally updated SDRangel to version 7.13.0-1.8 and got a problem. TRANSMISSION window won't load, persistent message, here's a snippet: 2023-05-08 21:26:45.667 (I) PluginManager::loadPluginsDir: loaded plugin libudpsource.so How to return to the old version? |
+1 I am seeing this as well with a Pluto Rev C. |
I had to switch to the old version 7.6.3-lp153.1.3.x86_64 |
Version 7.13.0-1.9 has the same problem |
interesting idea |
Is this settings as in user configuration? Can it be cleared by removing some config file?
Can also confirm that 7.6.0 works. while 7.9.0 does not which also points to that commit. |
No. I suspect it's a problem in the code. |
This issue is going to be closed due to inactivity |
Anybody having similar issue? |
too bad there won't be a FIX for TUMBLEWEED. |
One possible problem in plutosdroutput.cpp. We have:
This call to applySettings appears to be missing some settings keys. Just like in the input module, it should possibly be:
|
Alas this does not fix the issue |
The loop appears because the input wants to send some changes to the output and then the output to the input etc... You can figure out this only if you have debug messages:
This design prior to the implementation of "MIMO" devices is problematic because it tries to fit two plugins for the same physical device. In the BladeRF2 plugins equivalent pair the |
only 7.13.0 on https://software.opensuse.org/package/sdrangel, sorry |
We are not maintaining OpenSUSE packages sorry. We cannot deal with every distribution in the world. There are packages for Debian/Ubuntu, Windows, Mac and Android... In Open Source there is "source" so you know what you should be dealing with. |
thank, Edouard! |
Installed latest:
SDRangel 7.13.0 Qt 5.15.9 64b x86_64 openSUSE Tumbleweed
I can add Pluto RX channel fine. But after adding Pluto TX, SDRangel goes into infinite loop with this message repeated again and again:
Previous version (7.11?) worked fine
The text was updated successfully, but these errors were encountered: