From owner-freebsd-questions Fri Mar 22 4:48:34 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta1-3.us4.outblaze.com (205-158-62-44.outblaze.com [205.158.62.44]) by hub.freebsd.org (Postfix) with ESMTP id 694DD37B404 for ; Fri, 22 Mar 2002 04:48:31 -0800 (PST) Received: from ws4-3.us4.outblaze.com (205-158-62-52.outblaze.com [205.158.62.52]) by mta1-3.us4.outblaze.com (8.11.6/8.11.6-srs) with SMTP id g2MCmUN11279 for ; Fri, 22 Mar 2002 12:48:30 GMT Received: (qmail 31243 invoked by uid 1001); 22 Mar 2002 12:48:30 -0000 Message-ID: <20020322124830.31242.qmail@operamail.com> Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-Mailer: MIME-tools 5.41 (Entity 5.404) Received: from [12.33.164.6] by ws4-3.us4.outblaze.com with http for jud@operamail.com; Fri, 22 Mar 2002 07:48:30 -0500 From: "Jud " To: , freebsd-questions@freebsd.org Date: Fri, 22 Mar 2002 07:48:30 -0500 Subject: Re: Sound card and kernel config X-Originating-Ip: 12.33.164.6 X-Originating-Server: ws4-3.us4.outblaze.com 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 ----- Original Message ----- From: Mike Irwin Date: Fri, 22 Mar 2002 05:17:36 -0500 To: freebsd-questions@freebsd.org Subject: Sound card and kernel config > 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. [snip] > ...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 My, Grandma, how many devices you have! ;) I also have a SB 16 PCI. In the kernel I have device pcm - that's it. Then, once you (re)recompile your kernel, cd /dev and sh MAKEDEV snd0. That should take care of it. Worked for me, hope it works for you. Jud -- _______________________________________________ Download the free Opera browser at http://www.opera.com/ Powered by Outblaze To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message