From owner-freebsd-questions@FreeBSD.ORG Tue Aug 16 01:42:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7A8E816A41F for ; Tue, 16 Aug 2005 01:42:05 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from ylpvm12.prodigy.net (ylpvm12-ext.prodigy.net [207.115.57.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 037FB43D45 for ; Tue, 16 Aug 2005 01:42:04 +0000 (GMT) (envelope-from mark@mkproductions.org) Received: from pimout5-ext.prodigy.net (pimout5-int.prodigy.net [207.115.4.21]) by ylpvm12.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id j7G1g1cm007810 for ; Mon, 15 Aug 2005 21:42:04 -0400 X-ORBL: [66.139.109.212] Received: from [192.168.1.45] (ppp-66-139-109-212.dsl.stlsmo.swbell.net [66.139.109.212]) by pimout5-ext.prodigy.net (8.13.4 outbound domainkey aix/8.13.4) with ESMTP id j7G1foXK248346; Mon, 15 Aug 2005 21:42:01 -0400 Message-ID: <43015223.4070906@mkproductions.org> Date: Mon, 15 Aug 2005 21:40:35 -0500 From: Mark Kane User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050620) X-Accept-Language: en-us, en MIME-Version: 1.0 To: kalin mintchev References: <60526.201.129.30.187.1124156301.squirrel@201.129.30.187> In-Reply-To: <60526.201.129.30.187.1124156301.squirrel@201.129.30.187> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: sound /audio X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 01:42:05 -0000 kalin mintchev wrote: > > hi all... > > i have a new 5.4R installation on t30 thinkpad. trying to get the sound > drivers in the kernel. > > adding: > device pcm > > doesn't work. it used to work with 5.3. adding 'device sound' didn't do > much. when i start x i get 'No volume control elements and/or devices > found' > > is there any other driver for the 'SoundBlaster compatible' sound card? > which one should i use instead of pcm? > Hi. The handbook has pretty good sound documentation on how to get started: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html I personally would: 1) kldload snd_driver to find out what driver my card needed 2) Then compile device sound and my sound driver into the kernel as the handbook says. Hope that helps. -Mark