f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.72k stars 421 forks source link

SDRplay RSP1a - SDRAngel crashing after a few seconds #2111

Closed ecarvalho123 closed 7 hours ago

ecarvalho123 commented 1 month ago

I've followed all steps to build SDRAngel with apparent success. For hardware, I've chosen SDRPlay RSP1A (the one I have). Problem is, when I start it, the radio runs for a few seconds and freezes without my interaction. When I attempt to do anything, SDRAngel crashes. I can restart everything but fails again the same way. Any help is greatly appreciated as time permits.

Running Ubuntu 22.04.4 LTS 64bit Linux zeus 6.5.0-35-generic #35~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 7 09:00:52 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

dmesg doesn't show MSi2500 anywhere. I've included the below in /etc/modprobe.d/blacklist.conf

blacklist sdr_msi3101
blacklist msi001
blacklist msi2500

Last few lines of the log:

2024-05-14 06:59:58.847 (D) SDRPlayInput::handleMessage: MsgStartStop:  start
2024-05-14 06:59:58.847 (D) DSPDeviceSourceEngine::initAcquisition
2024-05-14 06:59:58.847 (D) DSPDeviceSourceEngine::handleSynchronousMessages:  DSPAcquisitionInit
2024-05-14 06:59:58.847 (D) DSPDeviceSourceEngine::gotoIdle
2024-05-14 06:59:58.847 (D) DSPDeviceSourceEngine::gotoInit:   m_deviceDescription:  MSi2500 (SN 00000001)  sampleRate:  1536000  centerFrequency:  7040000
2024-05-14 06:59:58.848 (D) DSPDeviceSourceEngine::gotoInit: initializing  SpectrumVis
2024-05-14 06:59:58.848 (D) DSPDeviceSourceEngine::gotoInit: initializing  SSBDemod
2024-05-14 06:59:58.848 (D) DSPDeviceSourceEngine::startAcquisition
2024-05-14 06:59:58.848 (D) DSPDeviceSourceEngine::handleSynchronousMessages:  DSPAcquisitionStart
2024-05-14 06:59:58.848 (D) DSPDeviceSourceEngine::gotoRunning
2024-05-14 06:59:58.848 (D) DSPDeviceSourceEngine::gotoRunning:  MSi2500 (SN 00000001)  started
Segmentation fault (core dumped)

If anything else is needed please let me know. Thank you. Eduardo

github-actions[bot] commented 5 days ago

This issue is going to be closed due to inactivity