mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-07 08:38:35 +08:00
Update Troubleshooting.md
added section about sudo
This commit is contained in:
parent
0e1b1e166b
commit
ec5d777580
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,7 @@ Always use the latest repository commits from *master* branch. There are always
|
|||
* [Pixmap / pixbuf warnings](#pixmap--pixbuf-warnings)
|
||||
* [Usb cable](#usb-cable)
|
||||
* [WSL 2 explorer.exe . doesnt work](#WSL-2)
|
||||
* [Troubles with running the Proxmark3 client](#troubles-with-running-the-proxmark3-client)
|
||||
|
||||
## `pm3` or `pm3-flash*` doesn't see my Proxmark
|
||||
|
||||
|
@ -173,3 +174,7 @@ Trying to access the dump files created in WSL, you will need to run ```explore
|
|||
|
||||
[<img src="http://www.icedev.se/proxmark3/rdv40/wsl2_p9np.png">](www.icedev.se/proxmark3/rdv40/wsl2_p9np.png)
|
||||
|
||||
## Troubles with running the Proxmark3 client
|
||||
Some reports has stated that they needed to execute the Proxmark3 as root on their *nix system.
|
||||
Try running it with
|
||||
`sudo ./pm3`
|
||||
|
|
Loading…
Reference in a new issue