[PATCH] proxmark3 is not a modem, blacklist it.

Aleksander Morgado aleksander at aleksander.es
Sat Feb 20 15:33:17 UTC 2016


On Sat, Feb 20, 2016 at 1:37 PM, Michael <micolous at gmail.com> wrote:
> From: Michael Farrell <micolous at gmail.com>
>
> 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
>
> Signed-off-by: Michael Farrell <micolous at gmail.com>
> ---

Had to manually do the changes because it wouldn't apply. Then pushed
to git master and mm-1-4.

Thanks!

>  src/77-mm-usb-device-blacklist.rules | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/src/77-mm-usb-device-blacklist.rules
> b/src/77-mm-usb-device-blacklist.rules
> index 3d0abad..7f8609f 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"
> --
> 2.5.0
> _______________________________________________
> ModemManager-devel mailing list
> ModemManager-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel



-- 
Aleksander
https://aleksander.es


More information about the ModemManager-devel mailing list