From owner-freebsd-questions@FreeBSD.ORG Thu Jan 8 05:04:20 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 E60F716A4CE for ; Thu, 8 Jan 2004 05:04:20 -0800 (PST) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72D7543D5C for ; Thu, 8 Jan 2004 05:04:19 -0800 (PST) (envelope-from algould@datawok.com) Received: from 22-15.lctv-b4.cablelynx.com ([24.204.22.15] helo=yoda.datawok.com) by stork.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1AeZpg-00000H-00; Thu, 08 Jan 2004 05:04:16 -0800 From: "Andrew L. Gould" To: "Mazen S. Alzogbi" , Date: Thu, 8 Jan 2004 07:05:12 -0600 User-Agent: KMail/1.5.4 References: <1691D8C9A2220149A8AF30209B5D0EB467F556@sc3.shuaacapital.co.ae> In-Reply-To: <1691D8C9A2220149A8AF30209B5D0EB467F556@sc3.shuaacapital.co.ae> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401080705.12160.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b7a091313814cd420b69a9eaeb5444c0c350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: Sound not working on laptop 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: Thu, 08 Jan 2004 13:04:21 -0000 On Thursday 08 January 2004 04:21 am, Mazen S. Alzogbi wrote: > Hi, > > Sound is not working on my laptop that has FreeBSD 4.9 installed on. I > want to check the detected driver (if any) by the system and configure > it to use the right one. > > How can this be done whether by using KDE or on the command line? > > Thanks in advance. > > Mazen S. Alzogbi > www.MazenAlzogbi.com Sound is not supported in the default kernel. You'll need to add a device and recompile the kernel. See /usr/src/sys/i386/conf/LINT for examples. Also make sure FreeBSD supports the sound codec. Lastly, make sure the applications you're using are proplerly configured to use the correct devices, etc. For example, IIRC, kscd uses /dev/rcd0c by default which most people will need to change to /dev/acd0c or /dev/cd0c. Best of luck, Andrew Gould