From owner-freebsd-mobile@FreeBSD.ORG Tue Feb 6 12:04:21 2007 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B2AF16A409 for ; Tue, 6 Feb 2007 12:04:21 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from frontmail.ipactive.de (frontmail.maindns.de [85.214.95.103]) by mx1.freebsd.org (Postfix) with ESMTP id 0735F13C47E for ; Tue, 6 Feb 2007 12:04:20 +0000 (UTC) (envelope-from volker@vwsoft.com) Received: from mail.vtec.ipme.de (Q7cbb.q.ppp-pool.de [89.53.124.187]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by frontmail.ipactive.de (Postfix) with ESMTP id 814AA12883B; Tue, 6 Feb 2007 13:04:14 +0100 (CET) Received: from [192.168.16.3] (cesar.sz.vwsoft.com [192.168.16.3]) by mail.vtec.ipme.de (Postfix) with ESMTP id 492AE2E568; Tue, 6 Feb 2007 13:04:08 +0100 (CET) Message-ID: <45C86EB9.5010907@vwsoft.com> Date: Tue, 06 Feb 2007 13:04:09 +0100 From: Volker User-Agent: Thunderbird 1.5.0.9 (X11/20070119) MIME-Version: 1.0 To: John Nielsen References: <45C7B643.2030904@vwsoft.com> <200702052235.24916.lists@jnielsen.net> In-Reply-To: <200702052235.24916.lists@jnielsen.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-VWSoft-MailScanner: Found to be clean X-MailScanner-From: volker@vwsoft.com X-ipactive-MailScanner-Information: Please contact the ISP for more information X-ipactive-MailScanner: Found to be clean X-ipactive-MailScanner-From: volker@vwsoft.com Cc: freebsd-mobile@freebsd.org Subject: Re: Verizon V620 wireless card X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 12:04:21 -0000 John, On 02/06/07 04:35, John Nielsen wrote: > On Monday 05 February 2007 17:57, Volker wrote: >>> ucom0: Novatel Wireless Inc. Novatel Wireless Merlin CDMA, rev >>> 1.10/0.00, addr 2 >>> ucom0: ubsa_request: STALLED >>> ucom0: ubsa_request: STALLED >>> ... >>> (lots more STALLED messages) >> John, >> >> just added myself to mobile@ (thanks for cross-posting this to usb@ >> so I got notice of this discussion). >> >> If you're using the V620 (or any other (W-)CDMA) card with ppp, you >> should make sure you're using: >> >> set cd 30! (note the exclamation mark at the end) >> >> I've seen _a lot_ of problem reports (not just with FreeBSD) where >> ppp does not recognize a connection loss when using W-CDMA cards. >> The exclamation mark forces ppp into waiting for a carrier and >> following that CD signal. > > I'll play around with that, thanks. > >> I suspect your problems might come from a bad signal. I don't know >> much about the V620 (just that it's only used in nothern america) >> but if it's a high-speed card (transfer rate > 56k, 3G mode?) you >> should force your card into GPRS or 3G mode. > > I'll experiment with that too. One thing I'm not sure I mentioned in my > first post is that the STALLED messages only show up when the device is > opened and closed. If I use ppp in manual mode I get about six of them when > I first start ppp but none while I issue any AT commands or while the link > is active. Then I get about six more when I close the link. You may even try to open the device with a speed setting of 1200 baud. I've played with userland ppp and found that when using speeds above 115kbit ppp might behave oddly. For any tty device which is not associated with a real UART chip the speed should not matter. Even in the driver the speed setting function is a dummy function which does nothing but ppp takes care of the speed. I suggest to use a lower speed setting with ppp and try again. You should have no throughput impact when using 38400 baud with ppp. At least this is what I was experiencing using 3G hardware. Please try that (plus the 'set cd xx!' setting) and see if the stalled messages are gone. > Thanks for the link. More documentation is almost always better. :) If you have any good docs for the V620 with the differences to the U630 I'll put them up also if you can give me pointers. I'm trying to assemble as much 3G infos as possible as this is a really interesting infrastructure (I like the idea to have the internet to go). > I was a little surprised when I first plugged it in under Windows and a USB > hub popped up. But hey, I didn't design the card or even choose to buy it > (it's part of the lucky ball-and-chain package I get from work when I'm on > call). Most current 3G cards do have an interface like that. I think Qualcomm designed that and most manufacturers took that. Just the newer Option Globetrotter cards (3G Max, 3G +) do have a different interface. Greetings, Volker