From owner-freebsd-usb@FreeBSD.ORG Thu Aug 13 21:49:39 2009 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F0891065690 for ; Thu, 13 Aug 2009 21:49:39 +0000 (UTC) (envelope-from edwin@mavetju.org) Received: from k7.mavetju.org (ppp113-58.static.internode.on.net [150.101.113.58]) by mx1.freebsd.org (Postfix) with ESMTP id 8E7628FC62 for ; Thu, 13 Aug 2009 21:49:37 +0000 (UTC) Received: by k7.mavetju.org (Postfix, from userid 1001) id 91A9C45116; Fri, 14 Aug 2009 07:41:35 +1000 (EST) Date: Fri, 14 Aug 2009 07:41:35 +1000 From: Edwin Groothuis To: freebsd-usb@FreeBSD.org Message-ID: <20090813214135.GA89900@mavetju.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Cc: freebsd-mobile@freebsd.org Subject: Verizon Novatel U760 (u3g) X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2009 21:49:39 -0000 (cc to -mobile) > Also, not sure if its an "activation" thing or not, but we had to run > the device once on a windows machine, otherwise we would get 0.0.0.0 > as the IP address assigned. We had the same with the Huawei E220 (http://www.mavetju.org/weblog/html/00192.html): And dial: $ ppp three ppp> dial Ppp> PPp> That's not good, there should be three capital P's... Going through the PPP log, you will see that the IPCP layer doesn't get initialized properly. Why? No idea. How to resolve it? Put your USB modem in a windows machine, run it once there and put it back into your FreeBSD machine. Why? No idea. It works. The USB modem didn't work with under MacOS/X neither until I did this trick. Why? No idea. It works. With my adventures with the E169 (http://www.mavetju.org/weblog/html/00278.html) on which I had the same issue but couldn't get it resolved with the Windows trick I found out that unless I first got a manually picked the carrier and COPS code: AT+COPS=1,2,"50502",2 OK \ AT+CGDCONT=1,\\\"IP\\\",\\\"VirginBroadband\\\" OK \ I got a CONNECT string back instead of a CONNECT 7200000. With the CONNECT string I got the IPCP layer failure, with the CONNECT 7200000 the PPP session got setup properly. Lots of magic happening in the air :-) Edwin -- Edwin Groothuis Website: http://www.mavetju.org/ edwin@mavetju.org Weblog: http://www.mavetju.org/weblog/