From owner-freebsd-usb@FreeBSD.ORG Wed Aug 31 00:42:29 2005 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9005016A41F for ; Wed, 31 Aug 2005 00:42:29 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A3543D48 for ; Wed, 31 Aug 2005 00:42:28 +0000 (GMT) (envelope-from rodrigc@crodrigues.org) Received: from c-66-30-115-133.hsd1.ma.comcast.net ([66.30.115.133]) by comcast.net (sccrmhc11) with ESMTP id <2005083100420601100t4p0be>; Wed, 31 Aug 2005 00:42:06 +0000 Received: from c-66-30-115-133.hsd1.ma.comcast.net (localhost.127.in-addr.arpa [127.0.0.1]) by c-66-30-115-133.hsd1.ma.comcast.net (8.13.4/8.13.1) with ESMTP id j7V0g7NO039070; Tue, 30 Aug 2005 20:42:07 -0400 (EDT) (envelope-from rodrigc@c-66-30-115-133.hsd1.ma.comcast.net) Received: (from rodrigc@localhost) by c-66-30-115-133.hsd1.ma.comcast.net (8.13.4/8.13.1/Submit) id j7V0g7od039069; Tue, 30 Aug 2005 20:42:07 -0400 (EDT) (envelope-from rodrigc) Date: Tue, 30 Aug 2005 20:42:07 -0400 From: Craig Rodrigues To: brad beday Message-ID: <20050831004207.GA39042@crodrigues.org> References: <20050831003620.64437.qmail@web30704.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050831003620.64437.qmail@web30704.mail.mud.yahoo.com> User-Agent: Mutt/1.5.9i Cc: freebsd-usb@freebsd.org Subject: Re: umass/ugen question X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2005 00:42:29 -0000 On Tue, Aug 30, 2005 at 05:36:20PM -0700, brad beday wrote: > Hi > I'm new to usb but I was wondering if it is possible > to have a device(a samsung mp3 player - mounting a dos > filesystem doesn't work, time out errors) use the ugen > driver rather than the umass one? I'm kind of a It highly depends on your mp3 player. If your mp3 player implements umass, it is much easier to connect to it and treat it as a disk. I have a Creative Nomad Zen Mp3 player which does not implement umass. There is a library called libnjb ( http://libnjb.sourceforge.net ) which uses ugen on FreeBSD to copy files to the mp3 player. So it can be done, but it highly depends on the mp3 player you have. -- Craig Rodrigues rodrigc@crodrigues.org