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
/proxmark3/linux# ./proxmark3
detach kernel driver failed: (-113) could not detach kernel driver from interface 0: No route to host!
claim failed: could not claim interface 0: No such file or directory!
PROXMARK3: NOT FOUND!
proxmark3> exit
I am in a Mac Book running this thru a Linux VM.
Any ideas?
Offline
Why don't you just run it using mac os?
Offline
I am new, as you stated. Everyone has to start somewhere right?
Well, there was zero info on that, so i decided to go with something that had some semblance of instructions. Maybe the mac would be easier, not sure.
Offline
mac os and linux are quite close if you use macport to install the missing requirement (don't forget to compile/install stuff with the +universal variant if you're are under snow leopard though. And for QT install the framework only from nokia).
BTW for your problem using vmware, are you sure you told VMWare to attach the device? I've run the proxmark using windows under VMWare but never linux. So I don't really know.
Offline
Yes I have told it to attach under VMWare in Linux
Interesting tho, when I ran a dmesg I get some weird output
usb 2-1: new full speed USB device using uhci_hcd and address 3
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: can't set config #1, error -71
usb 2-1: USB disconnect, address 3
usb 2-1: new full speed USB device using uhci_hcd and address 4
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: can't set config #1, error -71
usb 2-1: USB disconnect, address 4
usb 2-1: new full speed USB device using uhci_hcd and address 5
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: can't set config #1, error -71
usb 2-1: reset full speed USB device using uhci_hcd and address 5
usb 2-1: reset full speed USB device using uhci_hcd and address 5
usb 2-1: USB disconnect, address 5
usb 2-1: new full speed USB device using uhci_hcd and address 6
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: can't set config #1, error -71
usb 2-1: reset full speed USB device using uhci_hcd and address 6
usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd lsusb rqt 128 rq 6 len 255 ret -110
usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd lsusb rqt 128 rq 6 len 255 ret -110
usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd lsusb rqt 128 rq 0 len 2 ret -84
usb 2-1: USB disconnect, address 6
usb 2-1: new full speed USB device using uhci_hcd and address 7
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: can't set config #1, error -71
usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd lsusb rqt 128 rq 6 len 255 ret -110
usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd lsusb rqt 128 rq 6 len 255 ret -110
usb 2-1: usbfs: USBDEVFS_CONTROL failed cmd lsusb rqt 128 rq 0 len 2 ret -84
usb 2-1: reset full speed USB device using uhci_hcd and address 7
usb 2-1: reset full speed USB device using uhci_hcd and address 7
usb 2-1: reset full speed USB device using uhci_hcd and address 7
usb 2-1: USB disconnect, address 7
usb 2-1: new full speed USB device using uhci_hcd and address 8
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: can't set config #1, error -71
usb 2-1: reset full speed USB device using uhci_hcd and address 8
usb 2-1: reset full speed USB device using uhci_hcd and address 8
usb 2-1: reset full speed USB device using uhci_hcd and address 8
usb 2-1: USB disconnect, address 8
usb 2-1: new full speed USB device using uhci_hcd and address 9
usb 2-1: configuration #1 chosen from 1 choice
usb 2-1: can't set config #1, error -71
usb 2-1: reset full speed USB device using uhci_hcd and address 9
usb 2-1: reset full speed USB device using uhci_hcd and address 9
Offline
Interesting
I rebooted the VM while the P3 is plugged in and now i do not get that error on running proxmark3
but...take a look
root@bt4:~/proxmark3/linux# sudo ./proxmark3
proxmark3> hidfskdemod
> hidfskdemod
write failed: could not detach kernel driver from interface 0: No data available!
Trying to reopen device...
proxmark3> proxmark3>
Offline
this bug is still lurking around. I've got the same thing happening under VMware fusion 3.11 and the latest svn HEAD.
Offline
Pages: 1