Update Troubleshooting.md

added section about sudo
This commit is contained in:
Iceman 2020-04-25 21:15:39 +02:00 committed by GitHub
parent 0e1b1e166b
commit ec5d777580
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`