Here are 2 scripts to get the card working everytime, you will notice it
includes a udev rule

#/etc/udev/rules.d/51-mobiledata.rules
# Rules for HAUWEI e220
SUBSYSTEM=="usb", SYSFS{idVendor}=="12d1", SYSFS{idProduct}=="1003",
RUN="/usr/local/bin/start_e220.sh"
KERNEL=="ttyUSB0", SYMLINK="modem", GROUP="dialout", MODE="0660"
KERNEL=="ttyUSB1", GROUP="dialout" MODE="0660"
KERNEL=="ttyUSB2", GROUP="dialout" MODE="0660"


#/usr/local/bin/start_e220.sh
#!/bin/bash
rmmod option
sleep 2
rmmod -r usbserial
sleep 2
modprobe usbserial vendor=0x12d1 product=0x1003

-- 
HUAWEI E220 no longer works in Feisty
https://bugs.launchpad.net/bugs/105545
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to