From owner-freebsd-usb@FreeBSD.ORG Fri Feb 27 12:38:28 2009 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 94C03106566C for ; Fri, 27 Feb 2009 12:38:28 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id 5EA078FC18 for ; Fri, 27 Feb 2009 12:38:28 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: by wf-out-1314.google.com with SMTP id 27so1101453wfd.7 for ; Fri, 27 Feb 2009 04:38:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=PNT9TcJ+CvpnJrb5NQajvgCtxD86RwltqLicJ0dYcPI=; b=YEs07wCd+1WZRT0mki9ZvfLuk1GDi9KivgdKbAw2yMkd5nlpkAuRVfc/mce3rfdZmf st/yqRGprLJtQ8LE+lmEiTbSlAmpXNhBDG0a63K3KCvBXt+6qs4hpj4uImVKpcL2p9Ed knlKW+Mc2JS6ixPP2oHxJ+0W9XuPqH5nNUsis= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=mnx40gMcoVFafqoUTv+LeGlzVisR03LHIfWpiNK6pvJd3c4R47kQrTNc5QjJ06BdBU JmubRs/HmGML6NlnsTe5yn59RDGeXn0GpedD8iC2fa7hk8o2avclAYHLvn7tm6UZR/ik 0uU7KEaACYuXIvp9qeUr+WxaRC8LCsxsBslsQ= MIME-Version: 1.0 Received: by 10.142.157.6 with SMTP id f6mr1251919wfe.248.1235738307760; Fri, 27 Feb 2009 04:38:27 -0800 (PST) Date: Fri, 27 Feb 2009 07:38:27 -0500 Message-ID: <89dbfdc30902270438y793998c3yac87adb849c4f462@mail.gmail.com> From: Kim Culhan To: Mike Tancsa Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-usb@freebsd.org Subject: Re: Novatel U727 not recognized -breakthrough and a correction 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: Fri, 27 Feb 2009 12:38:28 -0000 On Fri, Feb 27, 2009 at 7:32 AM, Kim Culhan wrote: > On Thu, Feb 26, 2009 at 5:40 PM, Mike Tancsa wrote: >> At 05:36 PM 2/26/2009, Kim Culhan wrote: >> >>> u3g0: on usbus2 >>> u3g0: Found 4 ports. >>> umass0: >> 1.10/0.00, addr 2> on usbus2 >>> umass0: =A0SCSI over Bulk-Only; quirks =3D 0x0000 >>> umass0:1:0:-1: Attached to scbus1 >>> (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 >>> (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error >>> (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition >>> (probe0:umass-sim0:0:0:0): NOT READY asc:3a,0 >>> (probe0:umass-sim0:0:0:0): Medium not present >>> (probe0:umass-sim0:0:0:0): Unretryable error >>> da0 at umass-sim0 bus 0 target 0 lun 0 >>> da0: Removable Direct Access SCSI-2 device >>> da0: 1.000MB/s transfers >>> da0: Attempt to query device size failed: NOT READY, Medium not present >> >> If you do a >> camcontrol eject pass0 >> >> does /dev/cuaU* now show up ? >> >> I have a different Novatel unit where I have to do that to get it to wor= k. >> >> umass0: > 1.10/0.00, addr 2> on uhub0 >> vr0: vr_stop: Rx shutdown error >> vr0: Using force reset command. >> umass0: at uhub0 port 1 (addr 2) disconnected >> umass0: detached >> ucom0: > 1.10/0.00, addr 2> on uhub0 >> ucom0: configured 2 serial ports (U0.%d) > > Yes, ejecting the 'cd0' appears to 'solve the problem' > > The order of events was: > > Boot the machine without u3g in the kernel > Insert the device > Issue the eject command: camcontrol eject pass0 Correction: Left this out the first time: kldload u3g > the following appears in /dev > > cuaU0.0 > cuaU0.0.init > cuaU0.0.lock > cuaU0.1 > cuaU0.1.init > cuaU0.1.lock > cuaU0.2 > cuaU0.2.init > cuaU0.2.lock > cuaU0.3 > cuaU0.3.init > cuaU0.3.lock > > Removing the device produces: > > u3g0: at ushub2, port 2, addr 2 (disconnected) > umass0: at ushub2, port 2, addr 2 (disconnected) > (da0:umass-sim0:0:0:0): lost device > (da0:umass-sim0:0:0:0): removing device entry > ugen2.2: at usbus2 (disconnected) > > Reinserting the device produces: > > ugen2.2: at usbus2 > u3g0: on usbus2 > u3g0: Found 4 ports. > umass0: 1.10/0.00, addr 2> on usbus2 > umass0: =A0SCSI over Bulk-Only; quirks =3D 0x0000 > umass0:1:0:-1: Attached to scbus1 > (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 > (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error > (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition > (probe0:umass-sim0:0:0:0): NOT READY asc:3a,0 > (probe0:umass-sim0:0:0:0): Medium not present > (probe0:umass-sim0:0:0:0): Unretryable error > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-2 device > da0: 1.000MB/s transfers > da0: Attempt to query device size failed: NOT READY, Medium not present > > remove it: > > u3g0: at ushub2, port 2, addr 2 (disconnected) > umass0: at ushub2, port 2, addr 2 (disconnected) > (da0:umass-sim0:0:0:0): lost device > (da0:umass-sim0:0:0:0): removing device entry > ugen2.2: at usbus2 (disconnected) > > re-reattach it: > > ugen2.2: at usbus2 > u3g0: on usbus2 > u3g0: Found 4 ports. > umass0: 1.10/0.00, addr 2> on usbus2 > umass0: =A0SCSI over Bulk-Only; quirks =3D 0x0000 > umass0:1:0:-1: Attached to scbus1 > (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 > (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error > (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition > (probe0:umass-sim0:0:0:0): NOT READY asc:3a,0 > (probe0:umass-sim0:0:0:0): Medium not present > (probe0:umass-sim0:0:0:0): Unretryable error > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-2 device > da0: 1.000MB/s transfers > da0: Attempt to query device size failed: NOT READY, Medium not present > > The U727 has a 'MicroSD' memory card slot which in this case > has a 4gb card installed. > > If the SD card never worked i wouldn't mind a bit :) > > -kim >