Hi everyone,
I've been struggling to get the gr-ieee802-11
library working on Ubuntu 24.04 with GNU Radio 3.10.9.2 and would appreciate any advice. Here's what I've tried and the errors I'm hitting:
Problem Summary
The library fails to:
-
Install via
apt
(package missing) -
Compile from source (CMake errors)
-
Import in Python (
ModuleNotFoundError
)
Steps Taken
1. Installation Attempts:
# Tried official packages (not found) sudo apt install gr-ieee802-11 # → E: Unable to locate package # Tried pip (externally-managed error) pip install git+https://github.com/bastibl/gr-ieee802-11.git # → error: externally-managed-environment
2. Manual Compilation:
git clone https://github.com/bastibl/gr-ieee802-11.git cd gr-ieee802-11 && mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=/usr ..
Errors:
CMake Error: include could not find requested file: GrSwig CMake Error: Unknown CMake command "GR_SWIG_MAKE"
3. Workarounds Tried:
-
Used
libgnuradio-ieee80211
fromgnuradio-releases
PPA (not updated for Noble) -
Tried older branches (
maint-3.8
,maint-3.9
) – same issues
Questions
-
Has anyone successfully built this on Ubuntu 24.04?
-
Are there forks with updated CMake support?
-
Any alternatives for WiFi MAC-layer decoding in GNU Radio?
I would like to ask for help, using GNURADIO, over here it's a picture of my work it's correct? How can I do better? I hope to detect the Wi-Fi name at least
No comments:
Post a Comment