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 had my proxmark3 working on my laptop and my desktop, both running Ubuntu 14.04 LTS 64bit. I did an apt-get upgrade and apt-get dist-upgrade on my desktop. Now for the life of me I can not get it to communicate on my desktop. Any ideas?
Offline
Without details no idea, but if you want you can post the output of command dmesg for understand what happens when you insert PM3 in usb port.
What does mean "I can not get it to communicate"? Is there the device /dev/ttyACM0? Have you some errors?
Sorry but when I bought PM3 "magic ball" is not included.
Offline
I do get a /dev/ttyACM0 but when I connect to it this is all i get
sudo ./proxmark3 /dev/ttyACM0
proxmark3> hw status
Status command failed. USB Speed Test timed out
proxmark3> hw ping
Ping failed
proxmark3>
Here is output from syslog when connecting the device:
Oct 20 16:59:48 desktop kernel: [23112.154380] usb 2-1.5: new full-speed USB device number 31 using ehci-pci
Oct 20 16:59:48 desktop kernel: [23112.923008] usb 2-1.5: new full-speed USB device number 32 using ehci-pci
Oct 20 16:59:53 desktop kernel: [23118.021403] usb 2-1.5: New USB device found, idVendor=2d2d, idProduct=504d
Oct 20 16:59:53 desktop kernel: [23118.021406] usb 2-1.5: New USB device strings: Mfr=1, Product=0, SerialNumber=0
Oct 20 16:59:53 desktop kernel: [23118.021408] usb 2-1.5: Manufacturer: proxmark.org
Oct 20 16:59:53 desktop kernel: [23118.021721] cdc_acm 2-1.5:1.0: This device cannot do calls on its own. It is not a modem.
Oct 20 16:59:53 desktop kernel: [23118.021742] cdc_acm 2-1.5:1.0: ttyACM0: USB ACM device
Oct 20 16:59:53 desktop mtp-probe: checking bus 2, device 32: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.5"
Oct 20 16:59:53 desktop mtp-probe: bus: 2, device: 32 was not an MTP device
Offline
have you flashed bootrom & fullimage before you run the client?
Offline
Maybe PM3 stay in bootloader mode, LED A(yellow) and C(red) are ON after you attach PM3 or go OFF?
Offline
Yes I flashed the bootrom and fullimage yesterday from my laptop. Everything works when using the laptop. Also I pulled the latest from github, verified arm gcc version and compiled. Still the same symptoms.
arm-none-eabi-gcc --version
arm-none-eabi-gcc (devkitARM release 41) 4.7.1
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Offline
Pages: 1