Closed r00tb3 closed 5 years ago
Please do not spam. You wrote me emails, opened a thread with a similar question in an unrelated repository, and now you open another issue... I already responded in this issue: https://github.com/bastibl/gr-ieee802-11/issues/184 If there are still problems, please continue in this thread.
I've installed this module using PyBOMBS.
If I install manually I get compilation errors and it doesn't work.
I've tried building this module and the 802.15.4 using the maint-3.7 and maint-3.8 and master branch but it fails and none of it works.
So I finally decided to go the PyBOMBS way.
Installed GNURadio, gr-foo, gr-ieee-80211, gr-ieee-802154 using PyBOMBS and now facing the above error stated in this thread.
Your log suggests that gr-ieee802-15-4 was installed in the system root. I don't think that PyBombs put it there (actually no one should ever put it there). Please use the flow graphs from your PyBombs src dir. It also has the repository checked out. Also make sure you only have one installation of GNU Radio on your system.
Okay, indeed I was loading the OQPSK and CSS_PHY from a wrong folder.
Now I've loaded it from the PyBOMBS folder but the files are read-only.
What does that mean? GNU Radio flow graphs have no permission. You probably cannot write into the directory where the flow graph is stored (maybe you ran pybombs as root or something like that). In that case change permissions of the directory. If that's not the case, what exactly are your permission problems.
Okay, I chmod' ed to 777 and now the grc files are loaded correctly.
But the CSS_Loopback and CSS_USRP still say CSS_PHY is missing.
Note:I haven't connected the USRP yet.
You have to open the PHY flow graph, build it, and reload the blocks or reopen GRC.
You have to open the PHY flow graph, build it, and reload the blocks or reopen GRC.
Thanks for all the help @bastibl .
I know I troubled you a lot.
Thanks again.
Chao.
I've installed
GNUradio
andIEEE-802-154
using Pybombs.GNURadio Version:-
3.7.10
I'm receiving the following errors when I open all the files from the examples folder.
transceiver_OQPSK.grc
ieee802_15_4_CSS_PHY.grc
What am I missing here?
Is my installation broken?