-
I am very curious since there's already support for other TX hardware, any chance of adding support for FL2K dongles? Been doing some playing around off and on trying to get something going myself but…
-
Let's say your prefix is in `/usr/` or somewhere else on the system. Currently, you need to run `sudo pybombs`, but then everything is run elevated.
If we add some smarts, we can run only the parts t…
-
After running `pybombs auto-config` and `pybombs recipes add-defaults`, `pybombs prefix init ~/gr38 -R gnuradio-default` encounters an error installing package uhd
```
[INFO] Prefix Python version…
-
That's basically what it says and then it aborts the installation.
-
When GNU Radio 3.8 is installed from the package manager in Ubuntu 18.04, `GR_LIBRARY_DIR` is set to `lib/x86_64-linux-gnu` by GnuradioConfig.cmake. Subsequently, when an OOT module is built from sour…
-
This manual step is needed to install the Cheetah egg from Python:
``` sh
pip install Cheetah
```
because I can't figure out how to add it as a dependency in the Homebrew formula, so it would be aut…
-
Recently I try to use DFS Pulse Tester. But I facing some problem.
I not sure it is my hackrf's HW fault or software not setting in the correct way.
It could generate rf signal but in the wrong freq…
-
Installing gr-gsm
I have done this.
sudo apt-get update && \
sudo apt-get install -y \
cmake \
autoconf \
libtool \
pkg-config \
build-essential \
python-docutils \
…
-
When trying to install a package into a folder that requires root permissions (e.g., /opt), if forgetting to use `sudo`, the error the user gets is:
```PyBOMBS.Packager.source - ERROR - Problem occ…
-
Hello, I don't really know from where the error is coming from, but I have had this issue trying to follow the read me to install gnuradio with pybombs.
Anyway...I've just installed Ubuntu 18.04 so i…