From owner-freebsd-usb@FreeBSD.ORG Mon Feb 21 18:54:28 2011 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 E4733106564A for ; Mon, 21 Feb 2011 18:54:28 +0000 (UTC) (envelope-from fli@shapeshifter.se) Received: from mx1.h3q.net (mx1.h3q.net [IPv6:2001:16d8:ffe5:1::f1]) by mx1.freebsd.org (Postfix) with ESMTP id A41588FC1D for ; Mon, 21 Feb 2011 18:54:28 +0000 (UTC) Received: from smtp-auth.h3q.net (smtp-auth.h3q.net [127.0.0.1]) (Authenticated sender: hidden) by mx1.h3q.net (Postfix) with ESMTPSA id A7C9033C6F ; Mon, 21 Feb 2011 19:54:26 +0100 (CET) Message-ID: <4D62B4E1.6070700@shapeshifter.se> Date: Mon, 21 Feb 2011 19:54:25 +0100 From: Fredrik Lindberg User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: Brandon Gooch References: <4D62A120.8040604@shapeshifter.se> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-usb@freebsd.org Subject: Re: New uhso(4) device: Globetrotter HSUPA Modem Option N.V. 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: Mon, 21 Feb 2011 18:54:29 -0000 On 02/21/2011 07:28 PM, Brandon Gooch wrote: > On Mon, Feb 21, 2011 at 11:30 AM, Fredrik Lindberg wrote: >> On 02/18/2011 01:58 AM, Brandon Gooch wrote: >>> >>> I've recently got my hands on an Option N.V. Globetrotter HSUPA Modem, >>> rev 2.00/0.00, addr 2. >>> >> [...] >>> >>> Also, I tried doing something like this (as per the uhso(4) man page): >>> >>> brandon@x300:~$ sudo cu -l /dev/cuaU2 >>> Connected >>> uhso2: failed to set ctrl line state to 0x01: USB_ERR_TIMEOUT >>> uhso2: failed to set ctrl line state to 0x03: USB_ERR_TIMEOUT >>> ޭ���T+CGDCONT=1,, >>> OK >>> uhso1: failed to set ctrl line state to 0x01: USB_ERR_TIMEOUT >>> uhso1: failed to set ctrl line state to 0x03: USB_ERR_TIMEOUT >>> _OWANCALL: 1, 1 >>> aޭ��aޭ��Aޭ��Aޭ��Aޭ��Aޭ��Aޭ��Aޭ�ޭ��Aޭ�ޭ�� >>> >>> That's where I'm stuck. >>> >> >> Hmm. Not sure whats going on here. >> Could you try the other serial ports (except the diagnostic one) with >> cu or minicom and see if you get the same result with those? >> > > I did, but seemed to get no response at all from the others, or > couldn't connect. > > I sent an updated message with debugging turned on, not sure if you > got it, I can re-send if needed. > > Thanks for helping out with this, the device in question is the model > we are now getting here at the university for our AT&T mobile > broadband accounts. I may be able to try out a recent Ubuntu or Fedora > to see what's happening there, but it could be a couple of days... > Yeah, I got that message. Not connecting and not getting an serial console is a bit different. From the output above it looks like random garbage on the serial port. Try connecting to all different serial ports (without uhsoctl running) with minicom or cu and try typing AT. (The diagnostic port doesn't work, so skip that one). Fredrik