** Bug watch added: Red Hat Bugzilla #519617
   https://bugzilla.redhat.com/show_bug.cgi?id=519617

** Also affects: udev via
   https://bugzilla.redhat.com/show_bug.cgi?id=519617
   Importance: Unknown
       Status: Unknown

** Description changed:

  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-
- [email protected]/msg08733.html)?  And should modem-modeswitch be
+ [email protected]/msg08733.html)?  And modem-modeswitch should be
  modified to handle more mode switching strings than the one hardcoded
- into it?
+ into it, or replaced by the more functional usb_modeswitch.

-- 
Needs rule for UM175 (Verizon/Alltel 3G Modem)
https://bugs.launchpad.net/bugs/419357
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to