From owner-freebsd-bugs@freebsd.org Sun Apr 9 21:10:19 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 71311D36996 for ; Sun, 9 Apr 2017 21:10:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5B5EBB3F for ; Sun, 9 Apr 2017 21:10:19 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v39LAJm2079071 for ; Sun, 9 Apr 2017 21:10:19 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 218513] USB fails to initialize Date: Sun, 09 Apr 2017 21:10:19 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rkoberman@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2017 21:10:19 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D218513 Bug ID: 218513 Summary: USB fails to initialize Product: Base System Version: 11.0-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: freebsd-bugs@FreeBSD.org Reporter: rkoberman@gmail.com 11-Stable no longer works with my USB controllers. My old kernel, r314236, works fine, but my kernel of April 6 (r316552) does not see any USB devices. Any recent changes to the USB software that might explain this? I will be trying to track it down by bisecting, but this will be slow die to lack of time. (Moving in two days.) I see the following from the boot: ehci0: mem 0xf252a000-0xf252a3ff irq 16= at device 26.0 on pci0 usbus0: EHCI version 1.0 usbus0 on ehci0 [...] ehci1: mem 0xf2529000-0xf25293ff irq 23= at device 29.0 on pci0 sbus1: EHCI version 1.0 usbus1 on ehci1 [...] usbus0: 480Mbps High Speed USB v2.0 usbus1: 480Mbps High Speed USB v2.0 ugen1.1: at usbus1 uhub0: on usbus1 ugen0.1: at usbus0 uhub1: on usbus0 uhub0: 3 ports with 3 removable, self powered uhub1: 3 ports with 3 removable, self powered usbus0: port reset timeout usbus1: port reset timeout uhub_reattach_port: port 1 reset failed, error=3DUSB_ERR_TIMEOUT uhub_reattach_port: device problem (USB_ERR_TIMEOUT), disabling port 1 uhub_reattach_port: port 1 reset failed, error=3DUSB_ERR_TIMEOUT uhub_reattach_port: device problem (USB_ERR_TIMEOUT), disabling port 1 usbconfig -d ugen1.1 reset produced: Apr 9 09:15:11 rogue kernel: uhub1: at usbus0, port 1, addr 1 (disconnecte= d) Apr 9 09:15:11 rogue kernel: uhub1: Apr 9 09:15:11 rogue kernel: on usbus0 Apr 9 09:15:12 rogue kernel: uhub1: 3 ports with 3 removable, self powered >From pcoconf -lv: ehci0@pci0:0:26:0: class=3D0x0c0320 card=3D0x21cf17aa chip=3D0x1c2d808= 6 rev=3D0x04 hdr=3D0x00 vendor =3D 'Intel Corporation' device =3D '6 Series/C200 Series Chipset Family USB Enhanced Host Controller' class =3D serial bus subclass =3D USB I have an almost GENERIC kernel with only: nooptions SCHED_ULE # ULE scheduler options SCHED_4BSD # 4BSD scheduler options IEEE80211_DEBUG src.conf contains: ogue# cat /etc/src.conf PORTS_MODULES=3Demulators/virtualbox-ose-kmod sysutils/lsof WITHOUT_ATM=3Dtrue WITHOUT_FLOPPY=3Dtrue WITHOUT_GPIB=3DYES WITHOUT_I4B=3D=3DYES WITHOUT_IPFILTER=3Dtrue WITHOUT_LPR=3Dtrue WITHOUT_NCP=3DYES WITHOUT_PF=3DYES WITHOUT_PPP=3Dtrue WITHOUT_PROFILE=3DYES WITHOUT_SENDMAIL=3Dtrue --=20 You are receiving this mail because: You are the assignee for the bug.=