From owner-freebsd-questions@FreeBSD.ORG Fri Nov 11 13:42:12 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 396EE16A41F for ; Fri, 11 Nov 2005 13:42:12 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail22.sea5.speakeasy.net (mail22.sea5.speakeasy.net [69.17.117.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id A20EF43D46 for ; Fri, 11 Nov 2005 13:42:11 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 15740 invoked from network); 11 Nov 2005 13:42:11 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail22.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 11 Nov 2005 13:42:11 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 8D17028447; Fri, 11 Nov 2005 08:42:10 -0500 (EST) Sender: lowell@be-well.ilk.org To: Roland Smith References: <20051110130311.GC42080@slackbox.xs4all.nl> From: Lowell Gilbert Date: 11 Nov 2005 08:42:10 -0500 In-Reply-To: <20051110130311.GC42080@slackbox.xs4all.nl> Message-ID: <44acgb1etp.fsf@be-well.ilk.org> Lines: 74 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: usb flashdrive not working on 6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 13:42:12 -0000 Roland Smith writes: > Hi, > > After my old flashdrive broke down, I bought a new one and updated my > machine to 6.0-STABLE (amd64). > > The new flashdrive is not recognized when I plug it in. There is no > reaction whatsoever from the usb subsystem. This is the flash drive in > question: > http://www.supermediastore.com/pqi-cool-drive-256mb-usb-20-usb-flash-drive.html > > > I have uhci, usb, umass, scbus, pass and da built into the kernel; > > uhci0: port 0xc400-0xc41f irq 21 at device 16.0 on p > ci0 > uhci0: [GIANT-LOCKED] > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > uhci1: port 0xc800-0xc81f irq 21 at device 16.1 on p > ci0 > uhci1: [GIANT-LOCKED] > usb1: on uhci1 > usb1: USB revision 1.0 > uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub1: 2 ports with 2 removable, self powered > uhci2: port 0xd000-0xd01f irq 21 at device 16.2 on p > ci0 > uhci2: [GIANT-LOCKED] > usb2: on uhci2 > usb2: USB revision 1.0 > uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub2: 2 ports with 2 removable, self powered > uhci3: port 0xd400-0xd41f irq 21 at device 16.3 on p > ci0 > uhci3: [GIANT-LOCKED] > usb3: on uhci3 > usb3: USB revision 1.0 > uhub3: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub3: 2 ports with 2 removable, self powered > > I do get a funny message about a device without a driver: > > pci0: at device 16.4 (no driver attached) > > But I suspect that is the USB 2.0 device, which isn't recognized because > I don't have ehci in my kernel. > > When I plug in a SDDR-31 CompactFlash card reader, everything works: > > umass0: SanDisk Corporation ImageMate CompactFlash USB, rev 1.10/0.09, addr 2 > umass0: Get Max Lun not supported (STALLED) > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-2 device > da0: 1.000MB/s transfers > da0: 61MB (125441 512 byte sectors: 64H 32S/T 61C) > (da0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 1 ea 0 0 0 1 0 > (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error > (da0:umass-sim0:0:0:0): SCSI Status: Check Condition > (da0:umass-sim0:0:0:0): MEDIUM ERROR asc:0,0 > (da0:umass-sim0:0:0:0): No additional sense information > (da0:umass-sim0:0:0:0): Retrying Command (per Sense Data) > > The messages notwithstanding, I can mount the CF card just fine. So I > think the usb subsystem works fine. My precious flash drive (apacer) > also worked without problems. > > Can anybody shed some light on this? Not offhand, but why don't you just try adding ehci to your kernel and see what happens?