From owner-freebsd-questions@FreeBSD.ORG Sat Feb 11 21:00:48 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 B826116A420 for ; Sat, 11 Feb 2006 21:00:48 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CCB143D55 for ; Sat, 11 Feb 2006 21:00:48 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: by zproxy.gmail.com with SMTP id o1so731220nzf for ; Sat, 11 Feb 2006 13:00:47 -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=kzutS7+2dLO9WxsEQ+1+AhePQu6aXuyh/JofVrEmuVfuQV+ItUdjPwvJV/riT/diAG0A7S376+DdtU+Pynbre1ISz91D16C3RLOMVEpQvFHRYWnDMx3hBA7R3Doc5xiesysZ7os6AjKqpsiJbhUhUn1CSgPGPdytgL2VqptV9gA= Received: by 10.65.126.17 with SMTP id d17mr354723qbn; Sat, 11 Feb 2006 13:00:47 -0800 (PST) Received: by 10.65.236.2 with HTTP; Sat, 11 Feb 2006 13:00:47 -0800 (PST) Message-ID: <6e4453640602111300u63636c4cu15c63e30b7618006@mail.gmail.com> Date: Sat, 11 Feb 2006 14:00:47 -0700 From: Erin Sharmahd To: Ian Dowse In-Reply-To: <200602112015.aa11059@nowhere.iedowse.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> <200602112015.aa11059@nowhere.iedowse.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 21:00:48 -0000 > Unfortunately a number of Apple iPod devices don't work with 6.0 > release. FreeBSD sends a command to the device that causes the iPod > USB interface to get confused and it stops responding. This was > fixed in 6-stable, so you'll need to upgrade or patch the kernel > to get it to work. > > You could also just manually remove the offending code. The change > you need to make is in /usr/src/sys/dev/usb/usb_subr.c. Find the > usbd_setup_pipe() function, and then put a '#if 0' and '#endif' > around the code for clearing stall conditions, i.e.: > > #if 0 > /* Clear any stall and make sure DATA0 toggle will be used next. = */ > if (UE_GET_ADDR(ep->edesc->bEndpointAddress) !=3D USB_CONTROL_END= POINT) { > err =3D usbd_clear_endpoint_stall(p); > ... > return (err); > } > } > #endif > > Then recompile and install the kernel, reboot, and the iPod should work. Will this help, even though I can't mount any usb thumb drives or anything like that? ~Erin -- http://www.tuxgirl.com