From 6e7ff47109058e553beb4d9044a302d78e17944c Mon Sep 17 00:00:00 2001 From: Michael Farrell Date: Sat, 20 Feb 2016 16:29:11 +0100 Subject: proxmark3 is not a modem, blacklist it. ModemManager locks the proxmark3 when it is connected. As it is not a modem, ModemManager shouldn't be talking to it. At present, the recommended action in the proxmark3 documentation is to purge ModemManager to fix this issue. Note that this vendor uses an unregistered USB device ID, so it is instead matched by the manufacturer string. References: - http://store.ryscc.com/blogs/news/45802433 - http://www.proxmark.org/forum/viewtopic.php?id=1759 --- src/77-mm-usb-device-blacklist.rules | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/77-mm-usb-device-blacklist.rules b/src/77-mm-usb-device-blacklist.rules index 3d0abad5..7f8609fa 100644 --- a/src/77-mm-usb-device-blacklist.rules +++ b/src/77-mm-usb-device-blacklist.rules @@ -161,4 +161,7 @@ ATTRS{idVendor}=="0830", ATTRS{idProduct}=="0003", ENV{ID_MM_DEVICE_IGNORE}="1" # POSNET POLSKA S.A. do not produce modems and are unlikely to do so in future ATTRS{idVendor}=="1424", ENV{ID_MM_DEVICE_IGNORE}="1" +# proxmark3 +ATTRS{manufacturer}=="proxmark.org", ENV{ID_MM_DEVICE_IGNORE}="1" + LABEL="mm_usb_device_blacklist_end" -- cgit v1.2.3-70-g09d2