-
Notifications
You must be signed in to change notification settings - Fork 456
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
Can't setup nexmon for Nexus 6P #633
Comments
You answered it yourself already. Compile
Adding a monitor interface that way won't work as the driver isn't aware that the interface can be operated as such.
Not a bug, this is expected. You have to configure the interface after reloading the firmware.
For an example on how to use Magisk to install patched firmware, have a look at https://github.com/seemoo-lab/nexmon/tree/master/patches/bcm4389c1/20_101_57_r1035009/nexmon . |
Summary
Hello there!
I installed nexmon firmware to my Nexus 6P. Because I use magisk to root and installed Kali Nethunter by Magisk, the
/system
is read only and I changed the utils installation path to/vendor
and the firmware and tools installed successfully. But when I run any monitor steps in README, it doesn't work.Use `nexutil -m2`
and it freezed. (I found that only
sh
binary is aarch64, both libnexmon.so and airodump-ng is arm.)Use iw phy `iw dev wlan0 info | gawk '/wiphy/ {printf "phy" $2}'` interface add mon0 type monitor
And another bug(Idk if it is called a bug) is, if I don't run
ifconfig wlan0 up
, my WLAN chip is not useable. This is mentioned there.dmesg output
If i bring up wlan0 by
ifconfig wlan0 up
, it is working.dmesg output
Any ideas is welcome. Thanks!
Environment
Nexus 6P running Android Oreo (8.1) and Kali Nethunter
`nexutil -v` output
Kernel version
Linux kali 3.10.73-g309d642 #1 SMP PREEMPT Thu Oct 11 19:39:39 UTC 2018 aarch64
The text was updated successfully, but these errors were encountered: