From owner-freebsd-questions@FreeBSD.ORG Tue Jul 13 14:30:59 2004 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 6002C16A4CE for ; Tue, 13 Jul 2004 14:30:59 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id B895943D46 for ; Tue, 13 Jul 2004 14:30:58 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i6DEUnM17762; Tue, 13 Jul 2004 10:30:49 -0400 (EDT) From: Jerry McAllister Message-Id: <200407131430.i6DEUnM17762@clunix.cl.msu.edu> To: jvr_78@yahoo.com.ar (Javier Ramirez) Date: Tue, 13 Jul 2004 10:30:48 -0400 (EDT) In-Reply-To: <1089687501.1240.6.camel@darkstar.example.net> from "Javier Ramirez" at Jul 12, 2004 11:58:22 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: "freebsd-questions@freebsd.org" Subject: Re: Sound Blaster Live X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2004 14:30:59 -0000 > > there is no another way??? > no exist module for this card?? That is it - the sound driver. The way to get the driver in to the kernel is to add device pcm in to a kernel config file in /usr/src/sys/i386/conf eg copy GENERIC to something and edit it and follow the handbook instructions to rebuild the kernel using your new kernel config file and then reboot. ////jerry > > On Mon, 2004-07-12 at 23:28, Luke Kearney wrote: > > On Mon, 12 Jul 2004 23:07:32 -0300 > > Javier Ramirez spake thus: > > > > > Hi, I have a problem > > > I have the sound blaster live, and in other system found > > > When I initialize in freeBSD show me this: > > > > > > > > > Sound server informational message: > > > Error while initializing the sound driver: > > > device /dev/dsp can't be opened (No such file or directory) > > > The sound server will continue, using the null output device. > > > > > > and the sound not fount > > > > Hi, > > Have you compiled sound drivers into the kernel? I have the same card > > and after adding > > > > device pcm > > > > to my kernel and creating the devices it works like a charm. > > > > HTH > > > > LukeK > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >