From owner-freebsd-questions@FreeBSD.ORG Mon May 12 19:16:02 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 9780F37B401 for ; Mon, 12 May 2003 19:16:02 -0700 (PDT) Received: from smtp-out.comcast.net (smtp-out.comcast.net [24.153.64.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0713143F85 for ; Mon, 12 May 2003 19:16:02 -0700 (PDT) (envelope-from gsam@trini0.org) Received: from hivemind.trini0.org (pcp03669156pcs.brick201.nj.comcast.net [68.36.46.19]) by mtaout04.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HES00GOKZJLNO@mtaout04.icomcast.net> for freebsd-questions@FreeBSD.ORG; Mon, 12 May 2003 22:14:09 -0400 (EDT) Received: from trini0.org (gladiator.trini0.org [192.168.0.3]) by hivemind.trini0.org (Postfix) with ESMTP id 0B7EA35B for ; Mon, 12 May 2003 22:14:10 -0400 (EDT) Date: Mon, 12 May 2003 22:14:13 -0400 From: Gerard Samuel In-reply-to: <3EC04F1D.6030404@trini0.org> To: freebsd-questions@FreeBSD.ORG Message-id: <3EC054F5.5030109@trini0.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, ar, en, th User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030417 References: <3EC04F1D.6030404@trini0.org> Subject: Re: USB Mass Storage under 5.0 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: Tue, 13 May 2003 02:16:02 -0000 Oh hell... I just noticed after I think 5hrs that device umass was commented out. So Im currently rebuilding the kernel. Hopefully that should fix me up. The stupid things one would miss... Gerard Samuel wrote: > kernel config file -> > # USB support > device uhci # UHCI PCI->USB interface > device usb # USB Bus (required) > #device umass # Disks/Mass storage - Requires scbus > and da > # Yes they are for SCSI but umass needs them > device scbus # SCSI bus (required) > device da # Direct Access (disks)