-
Notifications
You must be signed in to change notification settings - Fork 26
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
Get Kernel Headers #52
Comments
Which version of raspberry os are you running this? It seems the bundled python doesn't have requests module installed |
Enable monitor mode, bcm4355c0 Pi4 5.10.92-v7l+ root@raspberrypi:/home/pi/nexmon/patches/bcm43455c0/7_45_189/nexmon_csi/utils/makecsiparams# iw phy iw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}' interface add mon0 type monitor root@raspberrypi:/home/pi# iw dev how to solve it, thank you |
and after reboot |
I think it's because of the symbolic link of the python. |
"sudo wget https://raw.githubusercontent.com/RPi-Distro/rpi-source/master/rpi-source -O /usr/local/bin/rpi-source && sudo chmod +x /usr/local/bin/rpi-source && /usr/local/bin/rpi-source -q --tag-update"
Traceback (most recent call last):
File "/usr/local/bin/rpi-source", line 14, in
import urllib.request, urllib.parse, urllib.error
ImportError: No module named request
The text was updated successfully, but these errors were encountered: