From owner-freebsd-scsi Sat Jul 21 8: 8: 9 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 0B69F37B405 for ; Sat, 21 Jul 2001 08:08:06 -0700 (PDT) (envelope-from n_hibma@FreeBSD.ORG) Received: from bluebottle.qubesoft.com (bluebottle [192.168.1.2]) by gate.qubesoft.com (8.11.3/8.11.3) with ESMTP id f6LF85h66438; Sat, 21 Jul 2001 16:08:05 +0100 (BST) (envelope-from n_hibma@FreeBSD.ORG) Received: from localhost (localhost [127.0.0.1]) by bluebottle.qubesoft.com (8.11.4/8.11.4) with ESMTP id f6LF84I26110; Sat, 21 Jul 2001 16:08:04 +0100 (BST) (envelope-from n_hibma@FreeBSD.ORG) Date: Sat, 21 Jul 2001 16:08:04 +0100 (BST) From: Nick Hibma X-X-Sender: To: Kenneth W Cochran Cc: Subject: Re: USB/umass in addition to "other" SCSI In-Reply-To: <200107041422.KAA21945@world.std.com> Message-ID: <20010721160322.L25714-100000@bluebottle> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 > How do I "connect" a USB "disk" when I already have a SCSI > HBA & other peripherals installed & operating? And what will > (should :) be its device-name (in /dev)? > > USB devices in this case can be a ZIP-250 USB and/or a USB > digital camera (which mounts just fine in Linux 2.4.x & is > seen as a MS-DOS filesystem). > > Umass, scbus, da & pass are configured into the running kernel. > OS is RELENG_4 as of 1 July. > > "Camcontrol rescan 0" doesn't show it(?) But I'm thinking > this will be a different bus(?) & "camcontrol rescan 1" gives > me an ioctl() error. If you have other SCSI hardware in your system, the USB umass driver might not be bus 0, but bus 1. Do a camcontrol devlist -v to see what's where. If the device is recognized by the umass driver it 'should' appear as daX with X either 0 or the number of SCSI drives in the system + 1. > I'm guessing that I should probably "wire down" my devices > (or at least the USB one?) in my kernel config, but before I > do that I could use some input from Someone Who Know More > About This Than I(tm). :) That, & I'm not sure about the > kernel-config syntax for this... Don't wire things down unless the order the kernel decides things should be in is wrong. But as you seem to be able to boot fine, that is not the case. Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message