From e58921aed859132bba975b5e96c309863656bb0b Mon Sep 17 00:00:00 2001 From: Victor Golovanenko Date: Sat, 28 May 2022 00:52:36 +0300 Subject: [PATCH] Updated README: possible solution to Wi-Fi issues on MediaTek SoC --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 94f886a..ec76add 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,12 @@ Launch online WPS bruteforce with the specified first half of the PIN: ```sudo rfkill unblock wifi``` #### "Device or resource busy (-16)" Try disabling Wi-Fi in the system settings and kill the Network manager. Alternatively, you can try running OneShot with ```--iface-down``` argument. +#### The wlan0 interface disappears when Wi-Fi is disabled on Android devices with MediaTek SoC + Try run the following: +``` +sudo chmod 644 /dev/wmtWifi +sudo sh -c 'echo 1 > /dev/wmtWifi' +``` # Acknowledgements ## Special Thanks * `rofl0r` for initial implementation;