Never mind folks... there was a PIN on the SIM card that I needed to enter. >.<
On Thu, Oct 11, 2012 at 4:20 PM, Aaron Mason <simplersolut...@gmail.com> wrote: > On Thu, Oct 11, 2012 at 4:15 PM, Aaron Mason <simplersolut...@gmail.com> > wrote: >> Hi all >> >> A USB 3G modem whose model number adorns my subject line has fallen >> into my lap, and I sought to see if it would dial into Telstra's >> Next-G network from OpenBSD - its dmesg output is below: >> >> umsm0 at uhub0 port 1 configuration 1 interface 0 "ZTE,Incorporated >> ZTE WCDMA Technologies MSM" rev 2.00/0.00 addr 2 >> umsm0 detached >> umsm0 at uhub0 port 1 configuration 1 interface 0 "ZTE,Incorporated >> ZTE WCDMA Technologies MSM" rev 2.00/0.00 addr 2 >> ucom0 at umsm0 >> umsm1 at uhub0 port 1 configuration 1 interface 1 "ZTE,Incorporated >> ZTE WCDMA Technologies MSM" rev 2.00/0.00 addr 2 >> ucom1 at umsm1 >> umass0 at uhub0 port 1 configuration 1 interface 2 "ZTE,Incorporated >> ZTE WCDMA Technologies MSM" rev 2.00/0.00 addr 2 >> umass0: using SCSI over Bulk-Only >> scsibus3 at umass0: 2 targets, initiator 0 >> sd0 at scsibus3 targ 1 lun 0: <ZTE, MMC Storage, 2.31> SCSI2 0/direct >> removable serial.19d20031567890ABCDEF >> umsm2 at uhub0 port 1 configuration 1 interface 3 "ZTE,Incorporated >> ZTE WCDMA Technologies MSM" rev 2.00/0.00 addr 2 >> ucom2 at umsm2 >> >> Despite following countless guides, I cannot for the life of me get it >> to establish a connection. At one point it would connect but then >> IPCP would timeout, now it simply and unhelpfully says "Connect script >> failed" - any ideas? >> >> My peer and chat files are below. Anybody in Australia who's managed >> to get connected to Telstra Next-G from OpenBSD (and one of the >> dongles they supply no less), please let me know which order I must >> chant and throw the chicken bones. >> >> # cat /etc/ppp/peers/telstra >> /dev/cuaU2 >> debug >> crtscts >> 921600 >> defaultroute >> noauth >> :10.64.64.64 >> connect '/usr/sbin/chat -v -f /etc/ppp/telstra.chat' >> # cat /etc/ppp/telstra.chat >> ABORT "NO CARRIER" >> ABORT "NO DIALTONE" >> ABORT "ERROR" >> ABORT "NO ANSWER" >> ABORT "BUSY" >> ABORT "Username/Password Incorrect" >> TIMEOUT 15 >> "" "ATZ" >> OK "ATE1" >> #OK "ATQ0V1E1S0=0&C1&D2+FCLASS=0" >> OK 'AT+CGDCONT=1,"IP","telstra.internet"' >> OK "ATDT*99***1#" >> TIMEOUT 30 >> CONNECT \d\c >> >> >> -- >> Aaron Mason - Programmer, open source addict >> I've taken my software vows - for beta or for worse > > An update - I followed the instructions at > http://karlbsd.blogspot.com/2011/03/openbsd-nc4200-using-celcom-zte-mf190.html > and got the following which may be more useful to those looking at > this: > > # ppp > Working in interactive mode > Using interface: tun0 > Warning: No default entry found in config file. > ppp ON kangaskhan> set device /dev/cuaU2 > ppp ON kangaskhan> set speed 384000 > ppp ON kangaskhan> show physical > Name: deflink > State: closed > Device: N/A > Link Type: interactive > Connect Count: 0 > Queued Packets: 0 > Phone Number: N/A > > Defaults: > Device List: "/dev/cuaU2" > Characteristics: 384000bps, cs8, no parity, CTS/RTS on > CD check delay: device specific > > Connect time: 0:00:00 > 0 octets in, 0 octets out > 0 packets in, 0 packets out > Overall 0 bytes/sec > ppp ON kangaskhan> term > deflink: Entering terminal mode on /dev/cuaU2 > Type `~?' for help > > AT > OK > ATZ > OK > AT+CGDCONT=1,"IP","telstra.internet"' > ERROR > AT+CGDCONT=1,"IP","telstra.internet" > ERROR > ATDT*99# > ERROR > > > -- > Aaron Mason - Programmer, open source addict > I've taken my software vows - for beta or for worse -- Aaron Mason - Programmer, open source addict I've taken my software vows - for beta or for worse