-
Notifications
You must be signed in to change notification settings - Fork 822
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
nl80211 not found #7617
Comments
Thanks, are there other families that will be needed or just this one? |
Apparently only this one is missing. |
Has there been any progress on this? I see a lot of similar bug reports starting from 2020 but not any real progress. Did I miss something? |
Curious about this myself, still seeing this behavior |
Is there any workaround for this while it's out of the kernel? I can see usb wifi adapter, but iw complains the same way, it's a pity... |
Encountered this issue myself, I managed to find a work around. Here is a gist of my notes: https://gist.github.com/fOmey/33b0e8b2b492bacd1a0839e929ecffea |
Compile a custom kernel - it will likely be needed for any USB WLAN driver modules anyway. |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
Version
Microsoft Windows [Version 10.0.22000.282]
WSL Version
Kernel Version
5.10.60.1
Distro Version
Kali Linux Rolling
Other Software
USB/IP for Windows
Repro Steps
I have an USB/IP setup as it is described in this git repo.
After I bind the
usbip
connection between the host and wsl2 instance, I see the usb device.When I run
sudo iw dev
orsudo iw dev wlan0 set type monitor
, I get the following line:nl80211 not found.
That indicates that
nl80211
, which is a netlink interface for wireless devices is not working in the current kernel.The kernel was recompiled and it was enabled
CONFIG_NL80211_TESTMODE=y
(but I also attached the entire kernel config).Expected Behavior
nl80211
is in the kernel. Since this interface is a generic wifi interface and not a specific one, it should work as being part of the kernel.Actual Behavior
sudo iw dev
nl80211 not found.
Diagnostic Logs
I don't upload all the kernel config file, but
grep 80211 config
sudo dmesg
The text was updated successfully, but these errors were encountered: