mirror of
https://github.com/t6x/reaver-wps-fork-t6x.git
synced 2025-09-21 17:17:38 +02:00
Updated FAQ (markdown)
parent
73841eb4b5
commit
fd91f62994
14
FAQ.md
14
FAQ.md
@ -2,21 +2,21 @@ Welcome to the reaver-wps-fork-t6x 1.6b wiki!
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
**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 merge --abort`
|
||||||
`git fetch off` (where off is the name of the upstream repo)
|
`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 branch -m master master-old_local` (rename your master branch to master-old_local)
|
||||||
`git checkout off/master`
|
`git checkout off/master`
|
||||||
`git checkout -b 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 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.
|
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.
|
Loading…
x
Reference in New Issue
Block a user