From owner-freebsd-questions@FreeBSD.ORG Mon Apr 7 13:19:06 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 56AD437B401 for ; Mon, 7 Apr 2003 13:19:06 -0700 (PDT) Received: from smtp-out.comcast.net (smtp-out.comcast.net [24.153.64.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9408A43FAF for ; Mon, 7 Apr 2003 13:19:05 -0700 (PDT) (envelope-from jshamlet@comcast.net) Received: from whitetower (bgp01561290bgs.gambrl01.md.comcast.net [68.50.33.221]) by mtaout11.icomcast.net (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with ESMTP id <0HCZ008SHPP15X@mtaout11.icomcast.net> for questions@freebsd.org; Mon, 07 Apr 2003 16:17:25 -0400 (EDT) Date: Mon, 07 Apr 2003 16:17:20 -0400 (EDT) From: "J. Seth Henry" X-X-Sender: jshamlet@whitetower.gambrl01.md.comcast.net To: questions@freebsd.org Message-id: <20030407154331.N17614-100000@whitetower.gambrl01.md.comcast.net> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: KDE driver issue 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: Mon, 07 Apr 2003 20:19:06 -0000 Keep in mind that FreeBSD doesn't automatically create the dsp and mixer devices in /dev. After adding in kernel support for a sound board, make sure to head over to /dev and run 'sh MAKDEV snd0' - that will create the appropriate devices. To ensure the card is working correctly, I would suggest installing aumix and play from the ports/packages. If you can adjust the mixer, and play basic audio - you should be gold. (mpg321 can be substituted for play) Regards, Seth Henry >> I just recently converted my windows 2000 box over to Freebsd >> with KDE 3.1. KDE loads up just fine, but just before it gets to the >> desktop, it gives the error "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." >> >> Ok, I'm stumped. I've never seen this error before. Anyone know >> what I need to do to fix this? Thanks. > > Build a new kernel with sound support. Might start with: > > kldload snd_pcm # or another more appropriate driver to make sure the > sound card is functional. > > cat /dev/sndstat # will give you more information about the sound drivers.