From owner-freebsd-questions@FreeBSD.ORG Tue Aug 16 01:50:16 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 86D8816A425 for ; Tue, 16 Aug 2005 01:50:16 +0000 (GMT) (envelope-from kalin@el.net) Received: from mail.el.net (mail.el.net [68.165.89.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id C033143D5D for ; Tue, 16 Aug 2005 01:50:13 +0000 (GMT) (envelope-from kalin@el.net) Received: (qmail 27846 invoked by uid 1008); 16 Aug 2005 01:51:07 -0000 Received: from unknown (HELO mail.el.net) (127.0.0.1) by mail.el.net with SMTP; 16 Aug 2005 01:51:07 -0000 Received: from 201.129.30.187 (SquirrelMail authenticated user kalin@el.net); by mail.el.net with HTTP; Mon, 15 Aug 2005 21:51:07 -0400 (EDT) Message-ID: <60538.201.129.30.187.1124157067.squirrel@201.129.30.187> In-Reply-To: <43015223.4070906@mkproductions.org> References: <60526.201.129.30.187.1124156301.squirrel@201.129.30.187> <43015223.4070906@mkproductions.org> Date: Mon, 15 Aug 2005 21:51:07 -0400 (EDT) From: "kalin mintchev" To: "Mark Kane" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal 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:50:16 -0000 got it..... thanks... > 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 > > --