From owner-freebsd-current@FreeBSD.ORG Tue Oct 12 16:54:34 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC3B216A4CE for ; Tue, 12 Oct 2004 16:54:34 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DAA743D1F for ; Tue, 12 Oct 2004 16:54:34 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 70FF572DD4; Tue, 12 Oct 2004 09:54:34 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 6BE8B72DCB; Tue, 12 Oct 2004 09:54:34 -0700 (PDT) Date: Tue, 12 Oct 2004 09:54:34 -0700 (PDT) From: Doug White To: Mattias Schlenker In-Reply-To: <416AB6A2.9060507@schlenker-webdesign.de> Message-ID: <20041012095147.Q41628@carver.gumbysoft.com> References: <416AB6A2.9060507@schlenker-webdesign.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: iPod Mini and FreeBSD 5.2.1 or 5.3-Beta? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Oct 2004 16:54:34 -0000 On Mon, 11 Oct 2004, Mattias Schlenker wrote: > Is there anyone out there who managed to mount the iPod Mini on FreeBSD > 5.2.1/5.3? > > I formatted the iPod as FAT32 with the supplied tools for Windows. When > plugging in the iPod, it is just recognized as mass storage device > (umassX), but no disks are created (umass0 shows up, but da0 does not) > -- no matter if I plug the iPod into a USB hub or directly into a usb > port on the back panel. Try doing a bus rescan after connecting it. umass doesn't wait around very long for the device to come ready and the mini might take a minute to go into disk mode. Use 'camcontrol devlist -v' to find the bus number; it'll mention umass-simX for the controller name. Note the number after 'scbus' on that line. That's the bus number. Then do 'camcontrol rescan X' where 'X' is the bus number. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org