From 90ce82190b76a04322e4b044b16a6294a568e809 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Fri, 6 Jan 2023 00:29:33 +0100 Subject: [PATCH] updated readme --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 6c5a7a6b..209f9036 100644 --- a/readme.md +++ b/readme.md @@ -407,9 +407,8 @@ To solve, this, simply downgrade to libusb1.3 ## SDR++ crashes when starting a HackRF -If you also have the SoapySDR module loaded (not necessarily enabled), this is a bug in libhackrf. It's caused by libhackrf not checking if it's already initialized. -The solution until a fixed libhackrf version is released is to completely remove the soapy_source module from SDR++. To do this, delete `modules/soapy_source.dll` on windows -or `/usr/lib/sdrpp/plugins/soapy_source.so` on linux. +If you also have the SoapySDR module enabled, this is a bug in libhackrf. It's caused by libhackrf not checking if it's already initialized. +The solution until a fixed libhackrf version is released is to disable the soapy_source module from SDR++. For this, go into the "Module Manager" menu and click the `-` button next to the row with "soapy_source". ## Issue not listed here?