Skip to content
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

HackRF One TX works, RX not... #120

Open
LaneaLucy opened this issue Jun 8, 2023 · 6 comments
Open

HackRF One TX works, RX not... #120

LaneaLucy opened this issue Jun 8, 2023 · 6 comments

Comments

@LaneaLucy
Copy link

Using HackRF One with firmware 2018.01.1
terminate called after throwing an instance of 'zmq::error_t'
what(): Die Adresse wird bereits verwendet
Abgebrochen (Speicherabzug geschrieben)

@LaneaLucy
Copy link
Author

some other device string, same behavior...

[INFO] Opening HackRF One #0 325866e629417923...
terminate called after throwing an instance of 'zmq::error_t'
what(): Die Adresse wird bereits verwendet
Abgebrochen (Speicherabzug geschrieben)

@kantooon
Copy link
Collaborator

kantooon commented Jun 8, 2023

Thanks for the report. Which version are you using? If using a specific branch instead of release number, please specify the commit hash from which you build the binary.

The error seems to be related to a ZeroMQ socket address already being in use.
Stop qradiolink, remove all "mmdvm*.ipc" files from /tmp and try running again. This error is unlikey to occur if you have only one instance of qradiolink in use though.

@LaneaLucy
Copy link
Author

I downloaded the latest appimage. 0.8.9-1

This worked, there was 5 files

@kantooon
Copy link
Collaborator

kantooon commented Jun 8, 2023

You might have been using a very old git hash, this problem should not exist anymore as TCP sockets have been changed to IPC for zmq since at least two releases ago.

@LaneaLucy
Copy link
Author

Like I said, I used the newes release appimage

@kantooon
Copy link
Collaborator

kantooon commented Jun 8, 2023

Ok, I understand now. I could not reproduce the issue with the normal Debian package, so for now I'll assume it's specific to the appimage. Can you please provide the full console log from the startup until the issue occurs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants