From owner-freebsd-questions@FreeBSD.ORG Sat Feb 11 19:03:20 2006 Return-Path: X-Original-To: questions@freebsd.org 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 A907016A420 for ; Sat, 11 Feb 2006 19:03:20 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FF8143D5A for ; Sat, 11 Feb 2006 19:03:18 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: by wproxy.gmail.com with SMTP id i34so565747wra for ; Sat, 11 Feb 2006 11:03:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=W6ZHjxyxil7/9TsKWiEWG+KMLBHN5DNvSkAQjsxrl5lWrFf6fIjhZv8VLjeQHU2QoS0iXmrbvnvPqtWwB3gkPzDBZy7qBXDn7XnMA2AzkbMzWZ6KRHOhzkd8MMRu0PYAWzSnUE+TssFeGh6IPg41q5I8EilR4EWwfdlm/SZhFKg= Received: by 10.64.143.12 with SMTP id q12mr325670qbd; Sat, 11 Feb 2006 11:03:17 -0800 (PST) Received: by 10.65.236.2 with HTTP; Sat, 11 Feb 2006 11:03:17 -0800 (PST) Message-ID: <6e4453640602111103g59e906f2y6906cc876535d8b4@mail.gmail.com> Date: Sat, 11 Feb 2006 12:03:17 -0700 From: Erin Sharmahd To: luke In-Reply-To: <5fee5e300602111003u28f9e18ejfc3bb5c9a3bac264@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6e4453640602102251j3349d6eev23ddef8726dad84@mail.gmail.com> <43EDD782.6080507@greenmeadow.ca> <6e4453640602110938r36c8a8dat7e66bd23b3efab90@mail.gmail.com> <5fee5e300602111003u28f9e18ejfc3bb5c9a3bac264@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: I can't mount my USB thumb drive or ipod -- no /dev/da* X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 19:03:20 -0000 > try kldstat and see if da.ko is listed. if it isn't, try kldload da > the problem is that while the machine see the usb device attached, it has= n't > loaded the driver for the disk, hence the absense of anything in dmesg ab= out > da0... > > good luck. oh, the module might not be called da.ko exactly, but it will > have a > similar name. i'm not at my fbsd box now. I think you're probably getting to the right problem, but I'm still having a few issues. Here's what kldstat shows: [amon-re conf] kldstat Id Refs Address Size Name 1 13 0xc0400000 63070c kernel 2 1 0xc0a31000 57c8 snd_ich.ko 3 2 0xc0a37000 1d408 sound.ko 4 1 0xc0a55000 2364 accf_http.ko 5 1 0xc0a58000 a30c if_iwi.ko 6 16 0xc0a63000 568dc acpi.ko 7 1 0xc3079000 15000 linux.ko I'm not seeing anything similar to da.ko there, but da.ko isn't right, and in looking through what shows up when I hit tab after kldload, I'm not seeing anything similar to it. The interesting thing is, some things like umass are not listed in kldstat, and yet I know that they're working. Does that mean that they're built-in instead of modules? or what? (sorry... i'm stll really new to *bsd). Anyway, if anybody knows what the actual name for the module I'm looking for is, I'd appreciate it. I'm also curious why it's not just working automagically, like it seems to do for many people. Thanks a ton! ~Erin -- http://www.tuxgirl.com