From owner-freebsd-questions@FreeBSD.ORG Sat Jul 22 12:40:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A5C5216A4DD for ; Sat, 22 Jul 2006 12:40:20 +0000 (UTC) (envelope-from richd@RichDPhoto.com) Received: from ceres.aros.net (ceres.aros.net [66.219.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 003AE43D68 for ; Sat, 22 Jul 2006 12:40:07 +0000 (GMT) (envelope-from richd@RichDPhoto.com) Received: from [192.168.1.101] (c-24-63-252-34.hsd1.nh.comcast.net [24.63.252.34]) (authenticated bits=0) by ceres.aros.net (8.13.3/8.13.3) with ESMTP id k6MCe6RE072546; Sat, 22 Jul 2006 06:40:07 -0600 (MDT) (envelope-from richd@RichDPhoto.com) Message-ID: <44C21C9E.8000801@RichDPhoto.com> Date: Sat, 22 Jul 2006 08:39:58 -0400 From: Rich Demanowski User-Agent: Thunderbird 1.5 (X11/20060714) MIME-Version: 1.0 To: Dylan Cochran References: <44C14EEB.5030901@RichDPhoto.com> <44C19B43.1060509@RichDPhoto.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.88, clamav-milter version 0.87 on ceres.aros.net X-Virus-Status: Clean Cc: freebsd-questions@freebsd.org Subject: Re: Enabling sound? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 12:40:20 -0000 Dylan Cochran wrote: > the pci id output that pciconf provides and modify the #define > EMU10K1_PCI_ID 0x00021102 line in /usr/src/sys/dev/sound/pci/emu10k1.c Well, at least I got a new response in dmesg out of that one: pcm0: port 0xcf00-0xcf1f irq 18 at device 10.0 on pci3 pcm0: AC97 reset timed out. pcm0: ac97 codec invalid or not present (id == 0) device_attach: pcm0 attach returned 6 I took the device sound and device snd_emu10k1 lines out of the kernel config, changed the line in emu10k1.c to EMU10K1_PCI_ID 0x00071102, recompiled, and added snd_emu10k1_load="YES" to /boot/loader.conf Now it seems I need to tweak the AC97 stuff, too? Or, since pciconf shows this as an Audigy, should I instead tweak one of the EMU10K2 or K3 lines?