From owner-freebsd-current@FreeBSD.ORG Fri Jun 16 23:43:07 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B72416A474 for ; Fri, 16 Jun 2006 23:43:07 +0000 (UTC) (envelope-from jvalko@purdue.edu) Received: from mailhub131.itcs.purdue.edu (mailhub131.itcs.purdue.edu [128.210.5.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19A2C43D46 for ; Fri, 16 Jun 2006 23:43:06 +0000 (GMT) (envelope-from jvalko@purdue.edu) Received: from [127.0.0.1] (dhcp-242-2.cerias.purdue.edu [128.10.242.36]) by mailhub131.itcs.purdue.edu (8.13.7/8.13.7/internal-smtp) with ESMTP id k5GNguFl026410 for ; Fri, 16 Jun 2006 19:43:06 -0400 Message-ID: <44934200.90303@purdue.edu> Date: Fri, 16 Jun 2006 19:42:56 -0400 From: John Valko User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.1.2.240295 X-PerlMx-Virus-Scanned: Yes Subject: USB problems on Sun Ultra 40 Workstation X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jun 2006 23:43:07 -0000 Hello all, I recently built 7.0-CURRENT, but I seem to be having some USB problems. My usb keyboard works fine when the machine turns on, but as FreeBSD boots my USB goes dead. Here is what the logs say: usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 usb0: port 0, set config at addr 1 failed usb0: root hub problem, error=4 usb1: EHCI version 1.0 usb1: companion controller, 4 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1: on usb1 uhub1: 10 ports with 10 removable, self powered uhub1: device problem (IOERROR), disabling port 7 (I can post the full log if it would help) The kernel configuration is GENERIC with MAC and BREAK_TO_DEBUGGER enabled. Here is a list of hardware in the machine: Sun Ultra 40 Workstation 2 AMD Opteron Processor Model 254 (Single Core) 1-MB On-Chip L2 Cache per Core 4-GB (4 @ 1-GB DIMMS) Registered ECC Memory 1 250-GB 7200 RPM SATA Disk Drive 1 NVIDIA Quadro FX 1400 Midrange 3D Graphics Card (P/N: X7265A) 1 DVD Dual (DVD-ROM and CD-RW Combo) 2 10/100/1000 BaseT Ethernet Ports 8 USB Ports 2 IEEE 1394a Ports 2 PCI-Express x16 Slots 2 PCI-Express x4 Slots 2 Conventional PCI Slots (32-bit/33 MHz) I have tried with USB legacy support both enabled and disabled (logs from when enabled). USB did work correctly on 6.1-RELEASE. Has anyone else seen this or have any suggestions? Thanks! --John