From owner-freebsd-bugs@FreeBSD.ORG Mon May 22 18:44:04 2006 Return-Path: X-Original-To: freebsd-bugs@freebsd.org Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1904D16A95D for ; Mon, 22 May 2006 18:44:04 +0000 (UTC) (envelope-from danaelectric@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7791E43D45 for ; Mon, 22 May 2006 18:44:03 +0000 (GMT) (envelope-from danaelectric@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so1438376uge for ; Mon, 22 May 2006 11:44:02 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cLjdmqQYpXtmJbR2v8ThHf67iBk1gKIMWQM8h0Dia774ljrUHu1IdHSB6TVYUYz1c7QKaxWoVTY5xPQTfL3XLyAO0IOCZbRJnSOOqh9dQlaYAXAveog47FE8GOuTdrYFDundUArEFoiUDayP/GXOiQe+5Rb8AgErV5V540ILdcA= Received: by 10.78.39.16 with SMTP id m16mr1192491hum; Mon, 22 May 2006 11:44:01 -0700 (PDT) Received: by 10.78.23.6 with HTTP; Mon, 22 May 2006 11:44:01 -0700 (PDT) Message-ID: <1f4675be0605221144y2b635fd2l3ba88a07d8ad8d50@mail.gmail.com> Date: Mon, 22 May 2006 15:44:01 -0300 From: "Dana May" To: freebsd-bugs@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: EHCI Stall on boot, FreeBSD 6.1Release, Intel Chipset X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2006 18:44:04 -0000 Hello everyone, I've just switched to FreeBSD from a dying windows box, and I'm seeing some weird non-deterministic behavior with regards to the ehci driver. Forgive my newbishness. Roughly 50% of the time the bootup proceeds normally. The other half of the time the boot screen stalls at: ehci0: mem 0xfebffc00-0xfebfffff irq 23 at device 29.7 on pci0. Oddly, the device loads successfully some of the time. I can't tell if I'm doing anything differently. I usually need to reboot until luck shines my way. This occurs on the LiveCD as well. I've tried disabling the ehci device and recompiling the kernel, but instead I was greeted with a whole bunch of link errors. I built from kde under sudo, is that bad? I'm not even sure if I want to disable it, because I'm pretty sure that my Dell 2405 FPW monitor is a USB 2.0 hub that I'm running my mouse and keyboard off of. On that run I also disabled a lot of other stuff, so I tried to build a test kernel off GENERIC. This crashed my system sometime during compilation, triggering an auto-reboot! I would love to know how to boot this machine without rolling ehci dice every time I boot. I could give more extensive boot logs if I knew how. Any help would be greatly appreciated Dana