From owner-freebsd-questions@FreeBSD.ORG Sat Feb 11 12:24:56 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 C5DF016A420 for ; Sat, 11 Feb 2006 12:24:56 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from smtpout.eastlink.ca (smtpout.eastlink.ca [24.222.0.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87F1743D53 for ; Sat, 11 Feb 2006 12:24:55 +0000 (GMT) (envelope-from duane@greenmeadow.ca) Received: from ip04.eastlink.ca ([24.222.10.20]) by mta01.eastlink.ca (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IUI00MGNVS4NVM0@mta01.eastlink.ca> for questions@freebsd.org; Sat, 11 Feb 2006 08:24:04 -0400 (AST) Received: from blk-224-199-230.eastlink.ca (HELO [192.168.0.103]) ([24.224.199.230]) by ip04.eastlink.ca with ESMTP; Sat, 11 Feb 2006 08:24:54 -0400 Date: Sat, 11 Feb 2006 08:24:34 -0400 From: Duane Whitty In-reply-to: <6e4453640602102251j3349d6eev23ddef8726dad84@mail.gmail.com> To: Erin Sharmahd Message-id: <43EDD782.6080507@greenmeadow.ca> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAQAAA+k= References: <6e4453640602102251j3349d6eev23ddef8726dad84@mail.gmail.com> User-Agent: Thunderbird 1.5 (X11/20060205) 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 12:24:57 -0000 Erin Sharmahd wrote: > I'm a bit of a newbie, but I've done a good bit of research, and some > asking around on this issue, and haven't been able to resolve it yet. > I'm using FreeBSD 6.0 RELEASE with the GENERIC kernel. (from what i > can tell, it has all of the necessary pieces to allow usb drives). > > When I plug my ipod into my computer, dmesg gets the following addition: > umass0: Apple iPod mini, rev 2.00/0.01, addr 2 > > However, that's all that appears there relative to it. From google, I > found that plugging in an ipod or a usb thumb drive should add a > /dev/da0 (or similar) entry to /dev, which you should mount. I still > don't have a /dev/da*, and I actually checked, and nothing is getting > added to /dev when I plug the ipod in. > > I thought that perhaps this was a problem related to support for the > ipod, but I have the exact same problem whenever I try to mount a usb > thumb drive. Nothing new appears in /dev, and dmesg simply gives one > line explaining that umass0 sees the item. A TA's thumb drive had the > same problem. > > The ipod is FAT32, and has been used in linux many times. The thumb > drive is currently ext3, but I'd like to reformat it to FAT32 once I > can get FreeBSD to recognize it. > > Here's the info I can find about the ipod: > from dmesg: > umass0: Apple iPod mini, rev 2.00/0.01, addr 2 > from usbdevs -d: > addr 1: EHCI root hub, Intel > uhub4 > addr 2: iPod mini, Apple > umass0 > > And the info from my usb thumb drive: > from dmesg: > umass0: PNY Attache 2.0, rev 2.00/2.00, addr 2 > from usbdevs -d: > addr 1: EHCI root hub, Intel > uhub4 > addr 2: Attache 2.0, PNY > umass0 > > Lines that I think are important from the kernel config: > # USB support > device uhci # UHCI PCI->USB interface > device ohci # OHCI PCI->USB interface > device ehci # EHCI PCI->USB interface (USB 2.0) > device usb # USB Bus (required) > #device udbp # USB Double Bulk Pipe devices > device ugen # Generic > device uhid # "Human Interface Devices" > device umass # Disks/Mass storage - Requires scbus and da > > # SCSI peripherals > device scbus # SCSI bus (required for SCSI) > device ch # SCSI media changers > device da # Direct Access (disks) > > If there's any further information that would help, please let me > know. These are the things I've found mentioned on google... > > Thanks, > ~Erin > > -- > http://www.tuxgirl.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > Hi, I believe you need this entry in you kernel config file device pass Then you need to rebuild and install your kernel with this new option. See the FreeBSD Handbook for details on how to do that. Here is the URI. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html Hope this helps, --Duane