From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 11:07:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63D1D16A4CE for ; Sat, 7 Feb 2004 11:07:32 -0800 (PST) Received: from ms-smtp-02.rdc-kc.rr.com (ms-smtp-02.rdc-kc.rr.com [24.94.166.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D65D43D1F for ; Sat, 7 Feb 2004 11:07:32 -0800 (PST) (envelope-from sdf@expertune.com) Received: from expertune.com (CPE-24-209-165-90.wi.rr.com [24.209.165.90]) i17J7Rpk011346 for ; Sat, 7 Feb 2004 13:07:29 -0600 (CST) Message-ID: <40253780.3050604@expertune.com> Date: Sat, 07 Feb 2004 13:07:44 -0600 From: Scott DF User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040131 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Problem with sound card X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2004 19:07:32 -0000 Sound worked under 5.1, but not under a fresh install with 5.2 As before, I have device pcm in my KERNCONF. Here is the relevant output from dmesg: pcm0: port 0xfc00-0xfcff irq 11 at device 12.0 on pci0 pcm0: agg_rdcodec() RW_DONE timed out. pcm0: agg_rdcodec() PROGLESS timed out. pcm0: agg_rdcodec() RW_DONE timed out. pcm0: agg_wrcodec() PROGLESS timed out. This is the contents of /dev/sndstat FreeBSD Audio Driver (newpcm) Installed devices: pcm0: at I/O port 0xfc00 irq 11 (4p/0r/0v channels duplex default) I feel I'm missing something obvious, but I'm still missing it. Can anyone help? Scott