-
-
Notifications
You must be signed in to change notification settings - Fork 507
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
Issues running on RPI3 Kali 2019.1 #167
Comments
Thanks for the feedback. Would you be able to test out the
|
I think you forgot to commit a script. I get this in the logs:
|
You need to run |
After installing prereqs, I still have an issue with iptables-nft (needs to switch to iptables-legacy). The complete startup log is:
Log is the same if monitor interface is enabled |
Thanks again for the feedback! |
May be resolved by #225, if anyone can confirm we'll get this merged |
Closing due to inactivity, feel free to open a new issue if you are still having problems after trying the |
Hello, I've successfully flashed a Maxcio YX-DE02-F wall plug (https://www.amazon.fr/Maxcio-Connect%C3%A9e-Intelligente-Compatible-Contr%C3%B4le/dp/B07GWN7BVH?th=1), but I needed some little changes to make it work (mainly some kind of problems due to setting up AP).
I would like to share what i had to do to make it work, if that helps anyone.
First, kali 2019.1 comes with some kind of "new-generation" iptables that just simply don't work with rpi3 kernel, so you needed to switch to legacy mode with update-alternatives
root@kali:~/tuya-convert# update-alternatives --config iptables
Secondly, there is also some kind of changes to allow the AP mode on RPI3. I needed to activate a monitor interface before running the start_flash.sh script
iw phy phy0 interface add mon0 type monitor && ifconfig mon0 up
The text was updated successfully, but these errors were encountered: