sdrangel icon indicating copy to clipboard operation
sdrangel copied to clipboard

SDRplay RSP1a - SDRAngel crashing after a few seconds

Open ecarvalho123 opened this issue 1 month ago • 0 comments

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

ecarvalho123 avatar May 15 '24 00:05 ecarvalho123