From owner-freebsd-questions@FreeBSD.ORG Sun Nov 30 15:24:08 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 0D22016A4CE for ; Sun, 30 Nov 2003 15:24:08 -0800 (PST) Received: from out009.verizon.net (out009pub.verizon.net [206.46.170.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 856C243F85 for ; Sun, 30 Nov 2003 15:24:06 -0800 (PST) (envelope-from dvelez502@verizon.net) Received: from david ([162.83.191.22]) by out009.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20031130232405.SAUO15642.out009.verizon.net@david> for ; Sun, 30 Nov 2003 17:24:05 -0600 Message-ID: <000801c3b798$d06b22a0$03000004@david> From: "D Velez" To: Date: Sun, 30 Nov 2003 18:22:24 -0500 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Authentication-Info: Submitted using SMTP AUTH at out009.verizon.net from [162.83.191.22] at Sun, 30 Nov 2003 17:24:05 -0600 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Trouble mounting USB device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2003 23:24:08 -0000 X-List-Received-Date: Sun, 30 Nov 2003 23:24:08 -0000 Hi, I am using FreeBSD 5.1 I've checked my GENERIC kernel to see if it had device scbus and device da in the SCSI peripheral section, and it's listed with other SCSI devices. I checked the boot message for usb and umass and this is the output. umass0: vendor 0x090a product 0x1001, rev 1.00/1.00, addr 2 uhci0: port 0xd400-0xd41f irq 10 at device = 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 Also, the usbd is loaded by default. In the dev/ directory their is no da files, I only have usb and usb0.=20 If you have any comments I would greatly appreciate it. Thanks