From ec5d777580d0e87d80ee9484372637ac18783a12 Mon Sep 17 00:00:00 2001 From: Iceman Date: Sat, 25 Apr 2020 21:15:39 +0200 Subject: [PATCH] Update Troubleshooting.md added section about sudo --- doc/md/Installation_Instructions/Troubleshooting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/md/Installation_Instructions/Troubleshooting.md b/doc/md/Installation_Instructions/Troubleshooting.md index 3fba71e1c..d2c062dcb 100644 --- a/doc/md/Installation_Instructions/Troubleshooting.md +++ b/doc/md/Installation_Instructions/Troubleshooting.md @@ -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 [](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`