Comment 4 for bug 414458

Revision history for this message
Andrew Liu (andrewliu33) wrote :

This is how I make it worksin Ubuntu 10.04 Beta 2

1. apt-get install udev
2. add this to /lib/udev/rules.d/61-option-modem-modeswitch.rules
    ATTRS{idVendor}=="12d1", ATTRS{idProduct}=="1446", RUN+="modem-modeswitch -v 0x%s{idVendor} -p 0x%s{idProduct} -t option-zerocd"

The problem here is that id 12d1:1446 is not on the modem-modeswitch list. It was on the list in 9.10, however, it disappeared in 10.04.