Comment 3 for bug 1723210

Revision history for this message
rhhoek (r-h-hoek) wrote :

Thanks Sugree. Your workaround works for me too!

I added 99-mm-gobi.rules to /etc/udev/rules.d with this contents:

ACTION!="add|change|move", GOTO="mm_gobi_end"

# gobi
# Bus 001 Device 007: ID 03f0:251d Hewlett-Packard Gobi 2000 Wireless Modem
# unset ID_MM_CANDIDATE on /dev/cdc-wdm*.
# 2017-10-09 [Bug 1723210] Re: mobile broadband connectie fail (timeout)
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="251d", SUBSYSTEM=="usb", KERNEL=="cdc-wdm*", ENV{ID_MM_CANDIDATE}="0"
ATTRS{idVendor}=="03f0", ATTRS{idProduct}=="251d", SUBSYSTEM=="usbmisc", KERNEL=="cdc-wdm*", ENV{ID_MM_CANDIDATE}="0"

LABEL="mm_gobi_end"