Re: Huawei ME906s-158 cannot connect
Posted: 25 Nov 2018, 12:20
I'm reviving this old thread, as it would appear that the patch I sent to add support for the HP lt4132 has only been partially applied as of usb-modeswitch-data-20170806. The new file usb_modeswitch.d/03f0:a31d has been included, however, the corresponding udev rule in 40-usb_modeswitch.rules has not been. The result is that the HP lt4132 does not Just Work⢠as intended.tore wrote:I tested with your updated files plus the attached patch to add support for the HP lt4132.
Note that running gen-rules.tcl generates a new 40-usb_modeswitch.rules that does include the necessary udev rule:
Code: Select all
# HP lt4132
ATTR{idVendor}=="03f0", ATTR{idProduct}=="a31d", RUN+="usb_modeswitch '/%k'"
Presumably this is an accidental omission, and ought to be included in the next release?
Tore