From owner-freebsd-bugs@FreeBSD.ORG Mon Jul 19 20:00:39 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D56D16A4CE for ; Mon, 19 Jul 2004 20:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DEA743D46 for ; Mon, 19 Jul 2004 20:00:39 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i6JK0cM8010537 for ; Mon, 19 Jul 2004 20:00:39 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i6JK0cGK010530; Mon, 19 Jul 2004 20:00:38 GMT (envelope-from gnats) Resent-Date: Mon, 19 Jul 2004 20:00:38 GMT Resent-Message-Id: <200407192000.i6JK0cGK010530@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Frank Gruender Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D24AA16A4CE for ; Mon, 19 Jul 2004 20:00:05 +0000 (GMT) Received: from hirsch.in-berlin.de (hirsch.in-berlin.de [192.109.42.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87A743D58 for ; Mon, 19 Jul 2004 20:00:04 +0000 (GMT) (envelope-from elwood@mc5sys.in-berlin.de) Received: from hirsch.in-berlin.de (localhost [127.0.0.1]) i6JK01MT028600 for ; Mon, 19 Jul 2004 22:00:02 +0200 Received: (from uucp@localhost)i6JJe2R4026132 for FreeBSD-gnats-submit@freebsd.org; Mon, 19 Jul 2004 21:40:02 +0200 Received: from mc5sys.in-berlin.de (localhost.in-berlin.de [127.0.0.1]) by mc5sys.in-berlin.de (8.12.11/8.12.11) with ESMTP id i6JJbXAj002443 for ; Mon, 19 Jul 2004 21:37:33 +0200 (CEST) (envelope-from elwood@mc5sys.in-berlin.de) Received: (from elwood@localhost) by mc5sys.in-berlin.de (8.12.11/8.12.11/Submit) id i6JJbX8X002442; Mon, 19 Jul 2004 21:37:33 +0200 (CEST) (envelope-from elwood) Message-Id: <200407191937.i6JJbX8X002442@mc5sys.in-berlin.de> Date: Mon, 19 Jul 2004 21:37:33 +0200 (CEST) From: Frank Gruender To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/69312: Sound-Support for nForce2 ALC650 has broken after changes from pcm to sound X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Frank Gruender List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 20:00:39 -0000 >Number: 69312 >Category: kern >Synopsis: Sound-Support for nForce2 ALC650 has broken after changes from pcm to sound >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 19 20:00:38 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Frank Gruender >Release: FreeBSD 5.2-CURRENT i386 >Organization: private >Environment: System: FreeBSD mc5sys.in-berlin.de 5.2-CURRENT FreeBSD 5.2-CURRENT #9: Mon Jul 19 09:40:22 CEST 2004 root@mc5sys.in-berlin.de:/usr/obj/usr/src/sys/MC5SYS i386 ASUS A7N8X-E Deluxe with Realtek ALC650 Soundchip >Description: After booting a new kernel with the pcm -> sound changes, there is no support for the onboard soundchip ALC650. After login I have kldload the snd_driver, but the chipset wasn't detected! I have changed the kernel conf-file to "device sound". dmesg with the old kernel: Copyright (c) 1992-2004 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.2-CURRENT #6: Tue Jul 13 23:35:31 CEST 2004 root@mc5sys.in-berlin.de:/usr/obj/usr/src/sys/MC5SYS Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) XP 2800+ (2079.56-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x6a0 Stepping = 0 Features=0x383fbff AMD Features=0xc0400000 [...] pci0: at device 2.2 (no driver attached) pci0: at device 5.0 (no driver attached) pcm0: port 0xb000-0xb07f,0xc000-0xc0ff mem 0xe1084000-0xe1084ff f irq 3 at device 6.0 on pci0 pcm0: [GIANT-LOCKED] pcm0: pcib1: at device 8.0 on pci0 pci1: on pcib1 pci1: at device 4.0 (no driver attached) ahc0: port 0x9400-0x94ff mem 0xe0004000-0x e0004fff irq 11 at device 7.0 on pci1 [...] dmesg with pcm to sound changes: kernel: Copyright (c) 1992-2004 The FreeBSD Project. kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.2-CURRENT #9: Mon Jul 19 09:40:22 CEST 2004 root@mc5sys.in-berlin.de:/usr/obj/usr/src/sys/MC5SYS Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) XP 2800+ (2079.56-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x6a0 Stepping = 0 kernel: Features=0x383fbff AMD Features=0xc0400000 [...] pci0: at device 2.2 (no driver attached) pci0: at device 5.0 (no driver attached) pci0: at device 6.0 (no driver attached) pcib1: at device 8.0 on pci0 pci1: on pcib1 pci1: at device 4.0 (no driver attached) ahc0: port 0x9400-0x94ff mem 0xe0004000-0xe0004fff irq 11 at device 7.0 on pci1 [...] >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: