From fd91f629944b38a33f73599e0f05e9604e6a7f0d Mon Sep 17 00:00:00 2001 From: soxrok2212 Date: Tue, 27 Jun 2017 19:28:47 -0400 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/FAQ.md b/FAQ.md index c96fb9b..7e04d81 100644 --- a/FAQ.md +++ b/FAQ.md @@ -2,21 +2,21 @@ Welcome to the reaver-wps-fork-t6x 1.6b wiki! ![](http://pix.toile-libre.org/upload/original/1498011423.png) -**What to do if I cannot merge this repository when I do git pull?** +**Why can't I update my repo with git pull?** - In case you get merge errors when doing git pull, try the following steps + In case you get errors when doing git pull, try the following steps `git merge --abort` `git fetch off` (where off is the name of the upstream repo) `git branch -m master master-old_local` (rename your master branch to master-old_local) `git checkout off/master` `git checkout -b master` -... and you have current master +... You should now have the current master branch. -**My USB with a Ralink WiFi Chip barely associate and I cannot send correctly a single PIN... Any solution?** +**My USB with a Ralink Chip doesn't associate and Reaver won't send single PIN... Is there a fix?** There is a known issue with the devices that uses **rt2800usb** drivers (chips RT3070, RT3272, RT3570, RT3572 etc) . -There is unfortunately right now no solution. You can try to use *bully*: it works a little better with this chipsets. +There is unfortunately right now no solution. You can try to use *bully*: which works a little better with these chipsets. -**What can i do when reaver is blocked with the message "*AP rate limitng*"?** +**What can I do when Reaver reports "*AP rate limitng detected*"?** -Wait until the the Acces Point stop blocking the WPS or reboot the Acess Point. No, reaver has no option to unblock routers. If you find a way to reboot remotely a router or to revert the WPS state remotely, open an issue to share your method and we will be very glad to introduce it in reaver. \ No newline at end of file +Wait until the the Access Point re-enables WPS or try to reboot the Acess Point remotely. Reaver does not have an option to unlock routers with rate limiting. If you find a way to remotely reboot a router or to revert the WPS state remotely, open an issue to share your method and we will be very glad to introduce it in reaver. \ No newline at end of file