Please, add the following lines to src/77-mm-usb-device-blacklist.rules # All devices from Pycom LTD # Since Pycom is not producing any modems, it is safe to blacklist all Pycom LTD devices. ATTRS{idVendor}=="04d8", ENV{ID_MM_DEVICE_IGNORE}="1" References: https://forum.pycom.io/topic/1418/failed-to-set-dtr-rts/10 https://github.com/pycom/pycom-micropython-sigfox/issues/69
Thanks, pushed to git master, mm-1-6 and mm-1-4.
As per https://forum.pycom.io/topic/1418/failed-to-set-dtr-rts/17# the Pycom blacklist requires idProducts anyway. Here are the first two. I am waiting for more. # Pycom Pysense ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="f012", ENV{ID_MM_DEVICE_IGNORE}="1" # Pycom Pytrack ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="f013", ENV{ID_MM_DEVICE_IGNORE}="1"
(In reply to Serge Stroobandt from comment #2) > As per https://forum.pycom.io/topic/1418/failed-to-set-dtr-rts/17# > the Pycom blacklist requires idProducts anyway. > > Here are the first two. I am waiting for more. > > # Pycom Pysense > ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="f012", > ENV{ID_MM_DEVICE_IGNORE}="1" > > # Pycom Pytrack > ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="f013", > ENV{ID_MM_DEVICE_IGNORE}="1" No, why? The devices are already blacklisted by the VID, there shouldn't be any need to also use PID in addition to just the VID.
Ah! it's Microchip's VID... gah
I've pushed the 2 blacklisted devices with rules including vid:pid, but I've also added the whole vid to the "usb adapters greylist", which are only probed if manually requested to do so, so should help to avoid interference with other Microchip-vid-tagged devices. https://cgit.freedesktop.org/ModemManager/ModemManager/commit/?id=c2b956aefce495865cbdcb9971e2b3cd99cd0e99
OK, it will be just these two products, so far. Pycom engineers will take care of reporting any future devices over here. See also: https://forum.pycom.io/topic/1418/failed-to-set-dtr-rts/23#
(In reply to Serge Stroobandt from comment #6) > OK, it will be just these two products, so far. > Pycom engineers will take care of reporting any future devices over here. > See also: https://forum.pycom.io/topic/1418/failed-to-set-dtr-rts/23# On the next MM 1.8 stable release we're going to release a mechanism that should allow avoiding the need of the blacklist all together, and making MM not touch those kind of TTYs.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.