I'm having a problem trying to connect with md300.
I've already added the line below to /etc/udev/rules.d/50-md300modem.rules
ACTION!=”add”, GOTO=”3G_End”
BUS==”usb”, SYSFS{idProduct}==”d0cf”, SYSFS{idVendor}==”0fce”, PROGRAM=”/bin/sh -c ‘echo 3 > /sys/%p/device/bConfigurationValue’”
LABEL=”3G_End”
The modem is beeing recognized (I think), because when I plug the modem, it shows a notification about modem connected to ttyACM0.
So I've created a GSM connection, added APN, number, login and password (I don't know what to put on the other fields), and when I try to connect, nothing happens (on Windows, the modem flashes red when it is looking for a network and blue when it finds the HSPDA network. and on Jaunty, it doesn't do anything).
I think the main problem is it doesn't look for any network before trying connect.
Maybe the network manager isn't fully supporting 3G connections yet.
I've already added the line below to /etc/udev/rules.d/50-md300modem.rules
ACTION!=”add”, GOTO=”3G_End”
BUS==”usb”, SYSFS{idProduct}==”d0cf”, SYSFS{idVendor}==”0fce”, PROGRAM=”/bin/sh -c ‘echo 3 > /sys/%p/device/bConfigurationValue’”
LABEL=”3G_End”
The modem is beeing recognized (I think), because when I plug the modem, it shows a notification about modem connected to ttyACM0.
So I've created a GSM connection, added APN, number, login and password (I don't know what to put on the other fields), and when I try to connect, nothing happens (on Windows, the modem flashes red when it is looking for a network and blue when it finds the HSPDA network. and on Jaunty, it doesn't do anything).
I think the main problem is it doesn't look for any network before trying connect.
Maybe the network manager isn't fully supporting 3G connections yet.
Comment