From owner-freebsd-usb@FreeBSD.ORG Thu Apr 28 06:10:08 2005 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8044316A4CE for ; Thu, 28 Apr 2005 06:10:08 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5DD8043D45 for ; Thu, 28 Apr 2005 06:10:08 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3S6A8ms048349 for ; Thu, 28 Apr 2005 06:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3S6A81K048348; Thu, 28 Apr 2005 06:10:08 GMT (envelope-from gnats) Date: Thu, 28 Apr 2005 06:10:08 GMT Message-Id: <200504280610.j3S6A81K048348@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Johannes Weiner Subject: Re: usb/78371: Philips Wearable Audio Player (128) fails to attach X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Johannes Weiner List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 06:10:08 -0000 The following reply was made to PR usb/78371; it has been noted by GNATS. From: Johannes Weiner To: bug-followup@freebsd.org Cc: Subject: Re: usb/78371: Philips Wearable Audio Player (128) fails to attach Date: Thu, 28 Apr 2005 08:05:15 +0200 Hi This is me again, sorry for this long delay. I have tested it with a -CURRENT now and will give you some output here. This is dmesg: ohci0: mem 0xcfffd000-0xcfffdfff irq 20 at device 3.0 on pci0 ohci0: [GIANT-LOCKED] usb0: OHCI version 1.0, legacy support usb0: on ohci0 usb0: USB revision 1.0 uhub0: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered ohci1: mem 0xcfffe000-0xcfffefff irq 21 at device 3.1 on pci0 ohci1: [GIANT-LOCKED] usb1: OHCI version 1.0, legacy support usb1: on ohci1 usb1: USB revision 1.0 uhub1: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 3 ports with 3 removable, self powered ehci0: mem 0xcffff000-0xcfffffff irq 23 at device 3.2 on pci0 ehci0: [GIANT-LOCKED] usb2: EHCI version 1.0 usb2: companion controllers, 3 ports each: usb0 usb1 usb2: on ehci0 usb2: USB revision 2.0 uhub2: SiS EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub2: 6 ports with 6 removable, self powered and the error msg on pluggin it in is the same: umass0: Philips Wearable Audio Player (128 MB), rev 1.10/0.01, addr 2 usbd_setup_pipe: failed to start endpoint, IOERROR device_attach: umass0 attach returned 6 umass0: at uhub1 port 1 (addr 2) disconnected Greets, Hannes --=20