From owner-freebsd-scsi Sat Jul 21 8: 2:48 2001 Delivered-To: freebsd-scsi@freebsd.org Received: from gate.qubesoft.com (gate.qubesoft.com [212.113.16.243]) by hub.freebsd.org (Postfix) with ESMTP id 2774237B405; Sat, 21 Jul 2001 08:02:43 -0700 (PDT) (envelope-from n_hibma@qubesoft.com) Received: from bluebottle.qubesoft.com (bluebottle [192.168.1.2]) by gate.qubesoft.com (8.11.3/8.11.3) with ESMTP id f6LF2fh66406; Sat, 21 Jul 2001 16:02:42 +0100 (BST) (envelope-from n_hibma@qubesoft.com) Received: from builder03 (dhcp139.qubesoft.com [192.168.1.139]) by bluebottle.qubesoft.com (8.11.4/8.11.4) with SMTP id f6LF2fI26014; Sat, 21 Jul 2001 16:02:41 +0100 (BST) (envelope-from n_hibma@qubesoft.com) From: "Nick Hibma" To: , , Subject: RE: USB/umass in addition to "other" SCSI Date: Sat, 21 Jul 2001 16:02:41 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Importance: Normal In-Reply-To: <20010705192240.DEF1437B406@hub.freebsd.org> Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org You will be sheer out of luck with those card readers. So far I don't think any of them are supported. They all do their own thing. Linux supports a few of them I think, but no one has ported the driver across. Nick -----Original Message----- From: owner-freebsd-scsi@FreeBSD.ORG [mailto:owner-freebsd-scsi@FreeBSD.ORG]On Behalf Of lists@mediumgreen.com Sent: 05 July 2001 16:22 To: freebsd-scsi@FreeBSD.ORG; dakota@FreeBSD.ORG Subject: Re: USB/umass in addition to "other" SCSI I think I heard Andrew Gordon say: >On Wed, 4 Jul 2001, Kenneth W Cochran wrote: > >> Hello -scsi: >> >> How do I "connect" a USB "disk" when I already have a SCSI >> HBA & other peripherals installed & operating? What great timing for this discussion.. I've been trying to get a compact flash reader working on my machine at home for a couple of days. >It should appear of its own accord when usbd sees it. However, this >doesn't appear to work properly at present. I've attached the device before startup and have noticed some usbd messages when I remove and reinstall it. Jul 4 22:06:22 blueberry /kernel: ugen0: at uhub0 port 2 (addr 3) disconnected Jul 4 22:06:22 blueberry /kernel: ugen0: detached Jul 4 22:06:26 blueberry /kernel: ugen0: SIIG DigiFilm-Combo Reader, rev 1.00/0.01, addr 3 blueberry# usbdevs addr 1: UHCI root hub, VIA addr 2: Microsoft IntelliMouse® Optical, Microsoft addr 3: DigiFilm-Combo Reader, SIIG >> And what will >> (should :) be its device-name (in /dev)? > >/dev/daX* where X is the next available number By the above output, I figured that da3 is what I'd use, but it does seem to work (FWIW, I've tired da[0-4]): blueberry# mount -t msdos /dev/da3s1 /mnt msdos: /dev/da3s1: Device not configured blueberry# camcontrol devlist at scbus0 target 2 lun 0 (pass0,cd0) at scbus0 target 4 lun 0 (pass1,sa0) at scbus0 target 4 lun 1 (pass2,ch0) >> & "camcontrol rescan 1" gives >> me an ioctl() error. > >I haven't found a method that works other than to have the device present >at boot time. Had it present at boot. Have everything that seems relevant in my kernel.... # SCSI peripherals device scbus # SCSI bus (required) device da # Direct Access (disks) device sast of options # Sequential Access (tape etc) device cdalso present i# CD device pass # Passthrough device (direct SCSI access) # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device usb # USB Bus (required) device ugen # Generic device uhid # "Human Interface Devices" device ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse Is there anything I've forgotten? -matthew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message