Skip to content

Commit

Permalink
Updated README: possible solution to Wi-Fi issues on MediaTek SoC
Browse files Browse the repository at this point in the history
  • Loading branch information
drygdryg committed May 27, 2022
1 parent 545bb24 commit e58921a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit e58921a

Please sign in to comment.