[Bug 419357] Re: Needs usb_modeswitch rule for UM175 (Verizon/Alltel 3G Modem)
asux
419357 at bugs.launchpad.net
Fri Mar 9 06:58:33 UTC 2012
try install hwinfo .and updateing
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to udev in Ubuntu.
https://bugs.launchpad.net/bugs/419357
Title:
Needs usb_modeswitch rule for UM175 (Verizon/Alltel 3G Modem)
Status in udev - /dev/ management daemon:
Confirmed
Status in “udev” package in Ubuntu:
Won't Fix
Bug description:
As noted in Bug 328309, we need a udev rule for the UM175. This is
Verizon's current 3G modem
(http://shop.verizonwireless.com/?id=Verizon+Wireless+UM175+USB+Modem+USB%20Modem).
My (current, but see below) rule is:
SUBSYSTEM=="usb", ATTR{idProduct}="3b03", ATTR{idVendor}=="106c",
RUN+="/usr/local/sbin/usb_modeswitch"
having previously configured /etc/usb_modeswitch. I understand that
the new udev code uses modem-modeswitch, but we still need a udev rule
to invoke a switcher for this modem. Accordingly, I replaced my rule
with:
ATTRS{idVendor}=="106c", ATTRS{idProduct}=="3b03", RUN+="modem-
modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd"
but that appears NOT to work (see below).
Perhaps someone should go through the current usb_modeswitch.conf file
and generate udev rules for the missing {idVendor,idProduct}-pairs
(q.v., http://www.mail-archive.com/ubuntu-devel-
discuss at lists.ubuntu.com/msg08733.html)? And modem-modeswitch should
be modified to handle more mode switching strings than the one
hardcoded into it, or replaced by the more functional usb_modeswitch.
To manage notifications about this bug go to:
https://bugs.launchpad.net/udev/+bug/419357/+subscriptions
More information about the foundations-bugs
mailing list