-
Notifications
You must be signed in to change notification settings - Fork 461
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
Raspberry Pi Model 3 B - How to turn monitor mode off? #49
Comments
…mmunicate with the driver. also had to change the nexudp_ioctl_header struct to indicate if we set or get a firmware ioctl.
How could i solve the problem on a raspberry?
Are there any missing files or permissions? |
Did you compile and load the nexmon brcmfmac driver. you also need to run
nexutil as root
Am 25.02.2017 2:05 nachm. schrieb "haensche" <[email protected]>:
… How could i solve the problem on a raspberry?
***@***.***:~/nexmon/patches/bcm43438/7_45_41_26/nexmon/src# nexutil
nex_init_netlink: socket error (93: Protocol not supported)
nex_init_netlink: socket error (93: Protocol not supported)
nex_init_netlink: bind error (9: Bad file descriptor)
nex_init_netlink: connect error (9: Bad file descriptor)
Are there any missing files or permissions?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#49 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALP_7mHUoAwkcnEcchLYLUUaGLKfwofiks5rgCc2gaJpZM4MLwJH>
.
|
Thank you!
|
I went from monitor to managed mode like this:
however I'm still unable to change wlan0 channel in managed mode using 'iwconfig'. |
I followed steps without any changes.but I still cannot run it. |
I run it on 3B ,4.19.50. |
@haensche |
I have successfully built nexmon and used
nexutil -m2
to get into monitor mode. How do I get out of monitor mode back into managed mode?I tried
nexutil -m0
and thensudo ifconfig wlan0 down
andsudo ifconfig wlan0 up
but i still can't connect.edit:
iwconfig
tells mewlan0
is inMode:Managed
butifconfig
listswlan0
asUP BROADCAST NOTRAILERS RUNNING PROMISC ALLMULTI
edit2: can confirm that rebooting the Raspberry Pi resolves the issue.
ifconfig
listswlan0
asUP BROADCAST RUNNING MULTICAST
after a reboot.is there any way to solve this without a reboot?
edit3: after rebooting i can't run
nexutil
any more. tryingnexutil
gives the following error:The text was updated successfully, but these errors were encountered: