From owner-freebsd-current@FreeBSD.ORG  Tue Jan 13 12:24:56 2009
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
Delivered-To: freebsd-current@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D2D07106567E;
	Tue, 13 Jan 2009 12:24:56 +0000 (UTC)
	(envelope-from hselasky@c2i.net)
Received: from swip.net (mailfe15.swipnet.se [212.247.155.193])
	by mx1.freebsd.org (Postfix) with ESMTP id 3972A8FC19;
	Tue, 13 Jan 2009 12:24:55 +0000 (UTC)
	(envelope-from hselasky@c2i.net)
X-Cloudmark-Score: 0.000000 []
X-Cloudmark-Analysis: v=1.0 c=1 a=hfdbDOCUeWkA:10 a=TdXgZlt1Ox8A:10
	a=nklthdr5v5AUSfVrlghuJA==:17 a=oukXC1YikBlUp5osGcsA:9
	a=nEPJNl8pQmFybkG3y_pbNZs89gkA:4 a=LY0hPdMaydYA:10
Received: from [62.113.132.62] (account mc467741@c2i.net [62.113.132.62]
	verified) by mailfe15.swip.net (CommuniGate Pro SMTP 5.2.6)
	with ESMTPA id 433621855; Tue, 13 Jan 2009 13:24:54 +0100
From: Hans Petter Selasky <hselasky@c2i.net>
To: freebsd-current@freebsd.org,
 rea-fbsd@codelabs.ru
Date: Tue, 13 Jan 2009 13:26:48 +0100
User-Agent: KMail/1.9.7
References: <33615c8e0901121328h5e594c7fw43ff42943baf70d0@mail.gmail.com>
	<+BE8V3eWlNumNoeRVXGwF9oosbU@Nxyl89WskzuM4RJ7pF/cdJZbOMo>
In-Reply-To: <+BE8V3eWlNumNoeRVXGwF9oosbU@Nxyl89WskzuM4RJ7pF/cdJZbOMo>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200901131326.49448.hselasky@c2i.net>
Cc: Rohit Tripathi <rohit.trip@gmail.com>, current@freebsd.org
Subject: Re: hints on setting up usb cdma modem?
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>, 
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 13 Jan 2009 12:25:00 -0000

On Tuesday 13 January 2009, Eygene Ryabinkin wrote:
> Mon, Jan 12, 2009 at 04:28:12PM -0500, Rohit Tripathi wrote:
> > I'm running current and after many failed attempts to setup my Novatel
> > U727, I'm posting here with whatever information could be of interest.
> >
> > When the modem is plugged in:
> >
> > umass0: <Novatel Wireless Inc. Novatel Wireless CDMA, class 0/0, rev
> > 1.10/0.00, addr 2> on uhub3
> > cd0 at umass-sim0 bus 0 target 0 lun 0
> > cd0: <Novatel Mass Storage 1.00> Removable CD-ROM SCSI-2 device
> > cd0: 1.000MB/s transfers
> > cd0: Attempt to query device size failed: NOT READY, Medium not present
>
> It is not the ucom endpoint -- it is some mass-storage endpoint that
> your modem seem to implement too.  Or you showed us not all dmesg parts
> that are related to your CDMA modem.  Do you have /dev/cuaU* devices?
> For the reference, mine CDMA modem attaches with the following dmesg
> (it's not U727, but it is CDMA modem that is supported by ucom):
> -----
> ucom0: <CMOTECH CO., LTD. CMOTECH CDMA Technologies, class 2/0, rev
> 2.00/0.00, addr 2> on uhub5 ucom0: iclass 2/2
> ucom0: data interface 1, has CM over data, has break
> ucom0: status change notification available
> ----
>

Hi,

Also try:

ugensa, if you are using USB2.

grep -d recurse CMOTECH /sys/dev/usb2

--HPS