Comment 4 for bug 316347

Revision history for this message
Mark Shuttleworth (sabdfl) wrote : Re: O2 GSM dongle does not show up in NM applet

Here is the pppd peers configuration that works:

connect "/usr/sbin/chat -v -t3 -f /etc/chatscripts/o2"
/dev/ttyUSB3
115200
noipdefault
usepeerdns
defaultroute
persist
noauth
debug

And this is the corresponding chatscript giving modem initialization:

'' AT
TIMEOUT 15
OK AT+CGDCONT=1,"IP","mobile.o2.co.uk",""
CONNECT ''

As you can see there are no username / password authentication requirements, just the correct initialization and serial line.