add access denied error to troubleshooting

This commit is contained in:
Mirabellensaft 2020-07-16 12:41:02 +02:00
parent d75b61af56
commit d71095251d
2 changed files with 4 additions and 0 deletions

View file

@ -60,3 +60,4 @@
- [`cargo-build` fails to link](./troubleshoot-cargo-build.md)
- [`dongle-flash` is not working](./troubleshoot-dongle-flash.md)
- [Dongle USB functionality is not working](./troubleshoot-usb-dongle.md)
- [USB error: Access denied](./troubleshoot-usb-error-access-denied.md)

View file

@ -0,0 +1,3 @@
## USB error while taking control over USB device: Access denied (insufficient permissions)
If you get this Error when trying to run a different process, check if the old process is still running. If this is the case, end it. Try again.