-
Notifications
You must be signed in to change notification settings - Fork 210
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
Cant connect GRC on Windows (Radioconda) #1039
Comments
Yes, the way red_pitaya.py handles sockets and file descriptors is incompatible with Windows. If you want to use the 122-16 board with GNU Radio on Windows, then I think that the easiest solution is to use the applications compatible with HPSDR and the following GNU Radio block: https://github.com/Tom-McDermott/gr-hpsdr Another solution is to use Windows Subsystem for Linux (WSL) to run GNU Radio: https://wiki.gnuradio.org/index.php/WindowsInstall#WSL_|_Ubuntu |
I have just realized that gr-hpsdr also requires Linux. So, looks like using WSL is the only solution. |
Thanks Pavel - will try the WSL-solution.
/jens
|
I went to native linux (Ubuntu 20.4) and now I got the connection working with GR 3.10.1.1. |
Fixed with the new "Band-pass filter taps" block in GRC 3.9 och 3.10 |
Description of the setup:
Description of the problem:
The Red Pitaya Souce block is not able to connect to RP application
Traceback (most recent call last):
.....
..... red_pitaya.py", line 44, in init
fd = os.dup(self.data_sock.fileno())
OSError: [Errno 9] Bad file descriptor
Connecting to Alpine (pTTy) works fine. Running PowerSDR with sdr_receiver_hpsdr_122_88 also works fine so the hardware seems OK.
Is there some Linux/WIndows incompatibility ?
Steps to reproduce the problem:
The text was updated successfully, but these errors were encountered: