From owner-freebsd-current@FreeBSD.ORG Tue Jan 13 08:50:18 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD9F0106568B for ; Tue, 13 Jan 2009 08:50:18 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 830A88FC21 for ; Tue, 13 Jan 2009 08:50:18 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Cc:Subject:Message-ID:Reply-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:Sender; b=qkqTIvA+1Ze3hZFEXfQcrf1pjrOb0X41UQzCdpd1u49sRKEUxXZlaKLZ3jvw/Ma8VfrliYkluXvBUgqV630oyFESjAjsY7X+sjUztYTb3e1K1v9cwuRahNma8u7FcvZfZcTTb3LknlSZapnihy0HkRjtzoEXrxNxi9osXsT2+S0=; Received: from shadow.codelabs.ru (shadow.codelabs.ru [144.206.177.8]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1LMeyW-0007PL-Ix; Tue, 13 Jan 2009 11:50:16 +0300 Date: Tue, 13 Jan 2009 11:50:42 +0300 From: Eygene Ryabinkin To: Rohit Tripathi Message-ID: <+BE8V3eWlNumNoeRVXGwF9oosbU@Nxyl89WskzuM4RJ7pF/cdJZbOMo> References: <33615c8e0901121328h5e594c7fw43ff42943baf70d0@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <33615c8e0901121328h5e594c7fw43ff42943baf70d0@mail.gmail.com> Sender: rea-fbsd@codelabs.ru Cc: 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 Reply-To: rea-fbsd@codelabs.ru List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2009 08:50:19 -0000 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: addr 2> on uhub3 > cd0 at umass-sim0 bus 0 target 0 lun 0 > cd0: 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: on uhub5 ucom0: iclass 2/2 ucom0: data interface 1, has CM over data, has break ucom0: status change notification available ---- So, the basic questions are: - had you compiled-in/kldloaded the ucom module? - do you have ucom-related messages in dmesg? - you might also need modules 'uplcom' and/or 'umodem' -- try them. -- Eygene _ ___ _.--. # \`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard / ' ` , __.--' # to read the on-line manual )/' _/ \ `-_, / # while single-stepping the kernel. `-'" `"\_ ,_.-;_.-\_ ', fsc/as # _.-'_./ {_.' ; / # -- FreeBSD Developers handbook {_.-``-' {_/ #