Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2011 23:27:44 -0500
From:      Ryan Coleman <editor@d3photography.com>
To:        freebsd-net@freebsd.org
Subject:   Re: Setting up Novatel Mifi 2200 on 8.2-REL
Message-ID:  <C489D509-690E-4EE2-A37E-DD4508D02111@d3photography.com>
In-Reply-To: <9F7A8C1B-5603-4B34-8EC2-5F542A908ECB@d3photography.com>
References:  <BA603911-8320-4ECA-A622-3A2451784CBC@d3photography.com> <10FEF549-E793-4EAB-92FB-9EBD14203C15@d3photography.com> <B9909E6F-DF6C-4938-B678-BC4902E3F532@d3photography.com> <201103150054.26198.milu@dat.pl> <9F7A8C1B-5603-4B34-8EC2-5F542A908ECB@d3photography.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I've searched high and low and have no idea where to start to get this =
thing going... It's recognizing it now but I am not finding any details =
online (like people who have shared their full configuration details) on =
how they got the VirginMobile version going. In fact, I've found so few =
pieces I am not sure how I might piece it all together. I've tried to =
hack a VZW one through but no luck.

Thanks again. I'm working, also, on getting VPN to work should this not =
be settled by the time the machine needs to be installed.

Current ppp.conf details:
virgin:
>         set device /dev/cuau0
>         set speed 230400
>         set phone "#99*"
>         set authname ""
>         set authkey ""
>         set server /var/run/ppp.pid "" 0177
>         set dial "ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "
>         AT OK
>         ATZ0 OK
>         ATQ0 OK
>         ATV1 OK
>         ATE1 OK
>         AT+EFCS=3D2 OK
>         AT&V OK
>         #\dATDT\T TIMEOUT 30 CONNECT"
>         set login
>         set redial 3 0
>         set timeout 0
>         set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
>         add! default HISADDR
>         enable dns
>         disable ipv6cp
>         enable lqr
>         accept lqr
>         set cd off
>         # set mru 2048
>         # set mtu 2048
>         # set mru 2048
>         # set mtu 2048
>         # set ctsrts off
>         # set escape 0xff
>         # set accmap 000a0000
>         # enable echo
>         # set echoperiod 30
>         # disable vjcomp
>         # deny vjcomp
>         # disable deflate pred1 vjcomp acfcomp chap chap81 mppe
>         # deny deflate pred1 vjcomp acfcomp chap chap81 mppe
>         # disable vjcomp pred1 deflate lqr
>         # deny vjcomp pred1 deflate lqr
>         # disable vjcomp pred1 deflate
>         # deny vjcomp pred1 deflate
>         # disable lqr
>         # deny lqr

Test connection:
> Mar 15 04:26:50 camserve kernel: tun2: link state changed to UP
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: Local: bind: =
Address already in use
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: set server: Failed =
2
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: AT: Invalid command
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: AT: Failed 1
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: ATZ0: Invalid =
command
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: ATZ0: Failed 1
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: ATQ0: Invalid =
command
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: ATQ0: Failed 1
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: ATV1: Invalid =
command
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: ATV1: Failed 1
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: ATE1: Invalid =
command
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: ATE1: Failed 1
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: AT+EFCS=3D2: =
Invalid command
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: AT+EFCS=3D2: Failed =
1
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: AT&V: Invalid =
command
> Mar 15 04:26:50 camserve ppp[8111]: tun2: Warning: AT&V: Failed 1


Included in case some wants it:
> [root@camserve /usr/ports/comms/minicom]# ppp -auto virgin
> Working in auto mode
> Using interface: tun5
> Warning: Local: bind: Address already in use
> Warning: set server: Failed 2
> Warning: AT: Invalid command
> Warning: AT: Failed 1
> Warning: ATZ0: Invalid command
> Warning: ATZ0: Failed 1
> Warning: ATQ0: Invalid command
> Warning: ATQ0: Failed 1
> Warning: ATV1: Invalid command
> Warning: ATV1: Failed 1
> Warning: ATE1: Invalid command
> Warning: ATE1: Failed 1
> Warning: AT+EFCS=3D2: Invalid command
> Warning: AT+EFCS=3D2: Failed 1
> Warning: AT&V: Invalid command
> Warning: AT&V: Failed 1

> [root@camserve /usr/ports/comms/minicom]# ppp virgin
> Working in interactive mode
> Using interface: tun6
> Warning: Local: bind: Address already in use
> Warning: set server: Failed 2
> Warning: AT: Invalid command
> Warning: AT: Failed 1
> Warning: ATZ0: Invalid command
> Warning: ATZ0: Failed 1
> Warning: ATQ0: Invalid command
> Warning: ATQ0: Failed 1
> Warning: ATV1: Invalid command
> Warning: ATV1: Failed 1
> Warning: ATE1: Invalid command
> Warning: ATE1: Failed 1
> Warning: AT+EFCS=3D2: Invalid command
> Warning: AT+EFCS=3D2: Failed 1
> Warning: AT&V: Invalid command
> Warning: AT&V: Failed 1
> ppp ON camserve>=20
>=20




On Mar 14, 2011, at 8:07 PM, Ryan Coleman wrote:

> Score! thanks.
>=20
> On Mar 14, 2011, at 6:54 PM, Maciej Milewski wrote:
>=20
>> Monday 14 of March 2011 23:56:17 Ryan Coleman napisa=B3(a):
>>> An update:
>>>=20
>>> I rebuilt the kernel and still don't see it. On the office server it =
was
>>> immediately recognized...
>>>=20
>>> x5020 =3D the embeded zeroCD
>>> x6000 must be the modem and there's a line for it already
>>> "product NOVATEL U760            0x6000  Novatel U760"
>>>=20
>>> Any further ideas?
>> Check if u3g module is loaded(kldstat) if not make kldload u3g.
>> It may need to detach and attach again the device but I'm not sure.
>>=20
>> Maciej
>> _______________________________________________
>> freebsd-net@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-net
>> To unsubscribe, send any mail to =
"freebsd-net-unsubscribe@freebsd.org"
>=20
> _______________________________________________
> freebsd-net@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-net
> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C489D509-690E-4EE2-A37E-DD4508D02111>