Research, development and trades concerning the powerful Proxmark3 device.
Remember; sharing is caring. Bring something back to the community.
"Learn the tools of the trade the hard way." +Fravia
You are not logged in.
Time changes and with it the technology
Proxmark3 @ discord
Users of this forum, please be aware that information stored on this site is not private.
Pages: 1
So I am posting this to help someone else who might run into this problem.
When following the guide I would get to the point I wanted to run the proxmark.
Dmesg|grep -i usb
confirm its ttyACM0
Then
cd client
./proxmark3 /dev/ttyACM0
and I get ERROR: invalid serial port
Try adding a ***SUDO***
sudo ./proxmark3 /dev/ttyACM0
what a stupid problem to have.
Offline
Thanks for the trick. I had the same problem on Ubuntu.
Offline
Or you can, you know, fix the permissions problem and give the user you're logged in as read permission to the serial port.
sudo is bad, mmmk?
Offline
Pages: 1