From owner-freebsd-questions@FreeBSD.ORG Sat Jun 14 02:51:43 2003 Return-Path: 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 8A27E37B401 for ; Sat, 14 Jun 2003 02:51:43 -0700 (PDT) Received: from f25.mail.ru (f25.mail.ru [194.67.57.151]) by mx1.FreeBSD.org (Postfix) with ESMTP id E749043FB1 for ; Sat, 14 Jun 2003 02:51:42 -0700 (PDT) (envelope-from posev@bk.ru) Received: from mail by f25.mail.ru with local id 19R7hF-000Np8-00 for freebsd-questions@freebsd.org; Sat, 14 Jun 2003 13:51:41 +0400 Received: from [212.193.32.7] by koi.mail.ru with HTTP; Sat, 14 Jun 2003 13:51:41 +0400 From: "Eugene Savin" To: freebsd-questions@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: 212.193.34.137 via proxy [212.193.32.7] Date: Sat, 14 Jun 2003 13:51:41 +0400 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: Subject: Re: Pen drive does not work with PCI2USB card. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eugene Savin List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2003 09:51:43 -0000 On Sat, Jun 14, 2003 at 10:11:12AM +0200, Bernd Walter wrote: > On Sat, Jun 14, 2003 at 11:23:20AM +0400, Eugene Savin wrote: > > Hi, > > I have USB 2.0 PCI Card GMU2P-04V, pen drive ("Mobile Disk III" from TwinMOS > > FreeBSD 4.8. > > > > Part of my kernel conf. file: > > ... > > device scbus # SCSI bus (required) > > device da # Direct Access (disks) > > device da0 > > device pass # Passthrough device (direct SCSI access) > > ... > > device uhci # UHCI PCI->USB interface > > device ohci # OHCI PCI->USB interface > > device usb # USB Bus (required) > > device ugen # Generic > > Part of dmesg: > > ... > > uhci0: port 0x6400-0x641f irq 12 at device 11. > > 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 0x6500-0x651f irq 11 at device 11. > > ... > > 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 > > pci0: at 11.2 irq 10 > > ... > > > > I have usbd_enable="YES" in /etc/rc.conf. > > Inserting of my pen drive in card does not get any effect. > > When I use my pen drive on othe computer (with integrated USB Host Controlle > > usbd detect da0 disk. > > Does it make a difference if the device is already plugged in while > booting? No, it doesn't. When I use pen drive in other machines with embeded USB host controller, I have in my dmessg: da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 650KB/s transfers da0: 251MB (515840 512 byte sectors: 64H 32S/T 251C)