-
Notifications
You must be signed in to change notification settings - Fork 548
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
GQRX freezes with hackRF 2021.03.1 driver #959
Comments
If I use the official appimage of Gqrx (last version, same as archlinux package : 2.14.4) then there is no freeze, no bug with hackRF 2021-03-1 driver : The bug occurs with the archlinux package of Gqrx. |
But the appimage can also contain hackRF lib in 2018-01 version, that can explain why there is no freeze. |
I made a git bisect and I found the faulty commit in the hackrf lib :
greatscottgadgets/hackrf@1442014 This faulty commit triggers crash on GQRX when using a recent hackRF chinese model (bought in april 2021), and for the moment only GQRX is affected. Reverting this commit should fix the problem. Full git bisect log :
|
Sadly reverting this commit from hackrf is not enough for solving freezes in Gqrx, as recent commits in hackrf change also start/stop rx, tx functions, |
The bug is fixed by these commits made by Martinling : The bug was due to a race condition triggered by 2021.3 driver and firmware version of hackRF. |
Closing, as the issue appears to have been resolved upstream. |
Hello,
I use archlinux, recently they have updated hackRF driver 2018 to 2021.03.1 version :
https://archlinux.org/packages/community/x86_64/hackrf/
With 2021.3.1 hackrf driver version I notice that GQRX 2.14.4 freezes randomly when I switch several times frequency mode option in the GUI (for example AM to FM, FM to LSB), randomly (30% of the time) GQRX freezes and then I hear no sound from hackRF (a 2014 PCB version),
if I downgrade hackrf driver to 2018 version then all is OK, no random freezes from GQRX when changing frequency mode (AM, FM, LSB etc...), I use 2021-03 firmware.
Thanks.
The text was updated successfully, but these errors were encountered: