From owner-freebsd-usb@FreeBSD.ORG Fri Mar 25 17:35:33 2005 Return-Path: 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 1DF7516A4CE for ; Fri, 25 Mar 2005 17:35:33 +0000 (GMT) Received: from swip.net (mailfe01.swip.net [212.247.154.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5466243D48 for ; Fri, 25 Mar 2005 17:35:32 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== Received: from mp-216-36-173.daxnet.no ([193.216.36.173] verified) by mailfe01.swip.net (CommuniGate Pro SMTP 4.2.9) with ESMTP id 328439490; Fri, 25 Mar 2005 18:35:30 +0100 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, ddlawrence@excite.com Date: Fri, 25 Mar 2005 18:36:15 +0100 User-Agent: KMail/1.7 References: <20050324192132.D0D8F1E4CB@xprdmailfe24.nwk.excite.com> In-Reply-To: <20050324192132.D0D8F1E4CB@xprdmailfe24.nwk.excite.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503251836.18795.hselasky@c2i.net> Subject: Re: usbd_setup_pipe failed to start X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hselasky@c2i.net List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2005 17:35:33 -0000 On Thursday 24 March 2005 20:21, Don Lawrence wrote: > Hi the previous problem 78984 got the same error as me > when I plug in my MP3 player (a cheap Samsung). > H Selaskey said the problem was with clearing the stall > condition and gave a code fix. > Which I did. > Now my problem is installing the recompiled usbd daemon. > It compiled per given instructions without complaint: > from /sys/modules/usb: > > make > > then > > make install > > after rebooting the problem persists and I noticed that > the file /usr/sbin/usbd has not been changed from the > original date. You might need to recompile the other usb modules too: aue axe cue kue netgraph/bluetooth/ubt netgraph/bluetooth/ubtbcmfw rue sound/driver/uaudio ubsa ubser ucom udav udbp ufm uftdi ugen uhid ukbd ulpt umass umct umodem ums uplcom urio usb uscanner uvisor uvscom You don't need to recompile usbd which is in another directory: "make -C/usr/src/usr.sbin/usbd all install clean" If you are seeing the same error message: "usbd_setup_pipe: failed to start endpoint, IOERROR" then you are still using the old usb driver. If the usb driver is in the kernel you need to recompile the kernel in addition to the usb-modules. Make sure you have got "device usb" and "device umass" in the kernel config. Yours --HPS