From owner-freebsd-questions Fri Mar 22 2:14:42 2002 Delivered-To: freebsd-questions@freebsd.org Received: from prserv.net (out2.prserv.net [32.97.166.32]) by hub.freebsd.org (Postfix) with ESMTP id 9D11B37B404 for ; Fri, 22 Mar 2002 02:14:39 -0800 (PST) Received: from foo.bar (slip-12-65-60-111.mis.prserv.net[12.65.60.111]) by prserv.net (out2) with ESMTP id <200203221014352020185kove>; Fri, 22 Mar 2002 10:14:36 +0000 Received: (from mikeirw@localhost) by foo.bar (8.11.6/8.11.6) id g2MAHb500266 for freebsd-questions@freebsd.org; Fri, 22 Mar 2002 05:17:37 -0500 (EST) (envelope-from mikeirw) Date: Fri, 22 Mar 2002 05:17:36 -0500 From: Mike Irwin To: freebsd-questions@freebsd.org Subject: Sound card and kernel config Message-ID: <20020322051736.A180@foo.bar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm having difficulty getting my Sound Blaster 16 PCI card working properly under FreeBSD 4.5R. The problem that I'm seeing is that if I attempt to play a music file (mp3, wav, etc.), the machine completely locks up, requiring a forced reboot. I'm guessing I've not configured the kernel properly, but I've recompiled more times in the past couple days than I care to remember. Here's the output of cat /dev/sndstat: pcm0: at io 0xec00 irq 10 (1p/1r/0v channels duplex) ...the output of dmesg |grep pcm: pcm0: port 0xec00-0xec3f irq 10 at device 11.0 on pci0 ...and here's what I've included in my kernel config: device pci0 device pcm device snd device sb0 at pci0 port 0x220 irq 10 drq 1 device sbxvi0 at pci0 drq 5 device sbmidi0 at pci0 port 0x330 device opl0 at pci0 port 0x388 Am I missing something? -- Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message