From owner-freebsd-current@FreeBSD.ORG Mon Jan 12 22:04:29 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 1448810656C4 for ; Mon, 12 Jan 2009 22:04:29 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id C56F38FC14 for ; Mon, 12 Jan 2009 22:04:28 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 327A8FEF6; Tue, 13 Jan 2009 11:04:27 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VYxZ+Bvbcu95; Tue, 13 Jan 2009 11:04:23 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Tue, 13 Jan 2009 11:04:22 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 89C3B1142C; Tue, 13 Jan 2009 11:04:22 +1300 (NZDT) Date: Mon, 12 Jan 2009 14:04:22 -0800 From: Andrew Thompson To: Rohit Tripathi Message-ID: <20090112220422.GA1995@citylink.fud.org.nz> 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> User-Agent: Mutt/1.5.17 (2007-11-01) 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 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jan 2009 22:04:29 -0000 On 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 You should start by loading the u3g driver, it will likely just work. > My usbd.conf: > 21:21:46 $ cat /etc/usbd.conf > device "Novatel" > devname "ucom0" > vendor 0x1410 > product 0x4100 usbd was removed some 3 years ago, you will want to use devd for this now. Andrew