Public bug reported:

Binary package hint: udev-extras

The Huawei E1550 GSM/UMTS modem requires the following udev rules to
work properly when plugged in:

-- begin /etc/udev/rules.d/etc/15-huawei-e1551.rules --
ACTION!="add", GOTO="huawei_zerocd_end"

SUBSYSTEM=="usb", ATTR{bDeviceClass}!="ff" ,ENV{DEVTYPE}=="usb_device", 
GOTO="huawei_zerocd_disable"
SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", GOTO="huawei_zerocd_disable"
GOTO="huawei_zerocd_end"

LABEL="huawei_zerocd_disable"
ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1446", RUN+="modem-modeswitch -v 
0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd"

LABEL="huawei_zerocd_end"
-- end /etc/udev/rules.d/etc/15-huawei-e1551.rules --

I'm not claiming false credit for this rule, found it on this swedish
ubuntu blog: http://patas-
ubuntu.blogspot.com/2009/07/huawei-e1550-guide-2-comviq-kontant.html

I have however verified that it works on Ubuntu 9.04 with udev-extras as
detailed below:

$ lsb_release -rd
Description:    Ubuntu 9.04
Release:        9.04

$ apt-cache policy udev-extras
udev-extras:
  Installed: 0~-2~gite5fb9bd-1
  Candidate: 0~-2~gite5fb9bd-1
  Version table:
 *** 0~-2~gite5fb9bd-1 0
        500 http://se.archive.ubuntu.com jaunty/universe Packages
        100 /var/lib/dpkg/status

** Affects: udev-extras (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Add udev rules for Huawei E1550 GSM modem
https://bugs.launchpad.net/bugs/401655
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to