From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 13:54:00 2003 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 1ADD516A4B3 for ; Sat, 20 Sep 2003 13:54:00 -0700 (PDT) Received: from turkey.mail.pas.earthlink.net (turkey.mail.pas.earthlink.net [207.217.120.126]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A60643FD7 for ; Sat, 20 Sep 2003 13:53:59 -0700 (PDT) (envelope-from liuyang99@earthlink.net) Received: from user-12hdk5a.cable.mindspring.com ([69.22.208.170] helo=there) by turkey.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 1A0oju-0004D7-00 for freebsd-questions@freebsd.org; Sat, 20 Sep 2003 13:53:58 -0700 Content-Type: text/plain; charset="iso-8859-1" From: ALIAS To: freebsd-questions@freebsd.org Date: Sat, 20 Sep 2003 16:57:55 -0400 X-Mailer: KMail [version 1.3] References: <44vfro297g.fsf@be-well.ilk.org> In-Reply-To: <44vfro297g.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: Subject: Re: questions regarding sound driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: liuyang99@earthlink.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2003 20:54:00 -0000 On Friday 19 September 2003 09:34 am, you wrote: > ALIAS writes: > > i can't seem to get my sound to work, i've installed freebsd and got it > > working before but don't remember how and everytime i try to open up a > > mpeg file it says > > > > Sound server informational message: > > > > Error while initializing the sound driver: > > device /dev/dsp can't be opened (Device not configured) > > > > The sound server will continue, using the null output device. > > > > i've added the device pcm to my kernel and i've configured the > > /boot/loader.conf and added snd_pcm_load="YES" and used kldload > > snd_pcm.ko and the error message is still coming up can someone help me? > > i have a sound blaster sound card. > > Have you built the sound devices? > [Or on 5.x, are they creating themselves?] you make cd /dev sh MAKEDEV snd0?