Hi all, I am facing a wmediumd socket problem running Mininet-WiFi on Ubuntu 22.04 inside VirtualBox. Any help?
Running sudo python3 mn_wifi/examples/mesh.py fails at startup with:
which wmediumd → /usr/bin/wmediumd
ps aux | grep wmediumd → no running process, no socket file:
What I tried
Ran sudo util/install.sh -l from the mn-wifi repo (it compiled and installed wmediumd to /usr/bin).
Observed that mn-wifi attempts to connect to /var/run/wmediumd.sock but no socket is created because wmediumd is not started in server mode.
I have following questions
Should Mininet-WiFi itself spawn wmediumd -s -c <cfg> automatically? If so, why would it not start it after a fresh install?
Anything specific to VirtualBox guests I should check (permissions, SELinux/AppArmor, mac80211_hwsim)? I did not see any wmediumd logs — it just exits when started without -s.
Thanks in advance.