I'm running latest Ibex version: 0.7~~svn20080928t225540+eni0-0ubuntu2
I see no difference trying to connect two or three times.

No, I don't need any dummy password, as I said, I'm able to connect with
my own ppp scripts:

/etc/ppp/peers/simyo:

-detach
/dev/ttyUSB0
115200
debug
defaultroute
usepeerdns
persist
noauth
crtscts
lock
connect '/usr/sbin/chat -v -t6 -f /etc/ppp/peers/simyo_chat'

/etc/ppp/peers/simyo_chat:

# Connection script for Sierra Wireless GSM/UMTS modems
# Note: This demo script is setup to work on the Cingular EDGE network
#
SAY 'Starting Sierra Wireless GSM connect script...\n'
SAY '\n'

#######################################
SAY 'Setting the abort string\n'
SAY '\n'
# Abort String ------------------------------
ABORT 'NO DIAL TONE' ABORT 'NO ANSWER' ABORT 'NO CARRIER' ABORT DELAYED

#######################################
SAY 'Initializing modem\n'
# Modem Initialization 
'' AT
OK ATZ

#######################################
SAY '\n'
SAY     'Setting APN\n'
# Access Point Name (APN) 
# Incorrect APN or CGDCONT can often cause errors in connection.
OK     'AT+CGDCONT=1,"IP","gprs-service.com"'

#######################################
SAY '\n'
SAY     'Dialing...\n'
# Dial the ISP

OK ATD*99***1#
CONNECT ''


>From there, I extract the APN and Dial number to use it with  Network Manager, 
>but it doesn't work.

I also used the broadband wizard, removing any previous configuration
and found that my provider was not in the list
(https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/277455)
so I had to configure it manually.


Hmm, Ok, I just changed the phone number, from *99***1# (which I use in my ppp 
scripts) to *99# as you suggested and it works now. I got the phone number from 
my provider and it works with my ppp scripts so I don't know why does it 
happen...

Anyway, thanks!

** Changed in: network-manager (Ubuntu)
       Status: Incomplete => Invalid

-- 
Sierra mobile broadband card doesn't work
https://bugs.launchpad.net/bugs/277459
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