From owner-freebsd-stable@FreeBSD.ORG Sun Oct 2 21:58:42 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0E9116A41F for ; Sun, 2 Oct 2005 21:58:42 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: from dementia.afflictions.org (asylum.afflictions.org [64.7.134.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7854643D45 for ; Sun, 2 Oct 2005 21:58:41 +0000 (GMT) (envelope-from dgerow@afflictions.org) Received: by dementia.afflictions.org (Postfix, from userid 1001) id 349601C080D; Sun, 2 Oct 2005 17:58:41 -0400 (EDT) Date: Sun, 2 Oct 2005 17:58:41 -0400 From: Damian Gerow To: stable@freebsd.org Message-ID: <20051002215840.GA83433@afflictions.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-GPG-Fingerprint: B3D7 D901 A53A 1A99 BFD6 E6DF 9F3B 742B C288 9CC9 User-Agent: Mutt/1.5.10i Cc: Subject: Problems with snd_ich X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2005 21:58:42 -0000 I've got a K8WE, and up until a few days ago, snd_ich worked just fine under 6.0-BETA3: pcm0: port 0x1800-0x18ff,0x1400-0x14ff mem 0xc8002000-0xc8002fff irq 22 at device 4.0 on pci0 pcm0: [GIANT-LOCKED] pcm0: Then suddenly, anything playing sound started to hang, and no sound would come out. I don't remember doing anything at that point in time -- I came back from work, and it just wasn't working. This message appeared in dmesg: pcm0: ac97 link rate calibration timed out after 1795248 us When it happened, I could unload snd_ich, but not sound. And the problem's been plaguing me ever since: as soon as I load the module, I get the link rate calibration error. I've since updated to BETA5, but am still seeing the problem. Additionally, when I tried to kldunload sound earlier today, my kernel panicked: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xa0 fault code = supervisor read, page not present instruction pointer = 0x8:0xffffffff8025155b stack pointer = 0x10:0xffffffffa7bf79d0 frame pointer = 0x10:0x0 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 53790 (kldunload) trap number = 12 panic: page fault Uptime: 9m45s I didn't have a kernel with debugging symbols handy, unfortunately, but I've got another one built and ready to go, and I'll see if I can reproduce the panic later today. - Damian