From owner-freebsd-questions@FreeBSD.ORG Sat Jan 10 17:28:40 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 3EEC816A4CE for ; Sat, 10 Jan 2004 17:28:40 -0800 (PST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67A4843D5C for ; Sat, 10 Jan 2004 17:28:38 -0800 (PST) (envelope-from ggop@madras.dyndns.org) Received: from madras.dyndns.org (localhost [127.0.0.1]) by madras.dyndns.org (8.12.9p1/8.12.9) with ESMTP id i0B1RML9066395; Sun, 11 Jan 2004 12:27:22 +1100 (EST) (envelope-from ggop@madras.dyndns.org) Received: (from ggop@localhost) by madras.dyndns.org (8.12.9p1/8.12.9/Submit) id i0B1RLhv066394; Sun, 11 Jan 2004 12:27:21 +1100 (EST) Date: Sun, 11 Jan 2004 12:27:21 +1100 From: Gautam Gopalakrishnan To: "Mazen S. Alzogbi" Message-ID: <20040111012721.GA66380@madras.dyndns.org> References: <20890.195.229.241.233.1073784206.squirrel@webmail.mazenalzogbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20890.195.229.241.233.1073784206.squirrel@webmail.mazenalzogbi.com> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org 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: Sun, 11 Jan 2004 01:28:40 -0000 On Sat, Jan 10, 2004 at 09:23:26PM -0400, Mazen S. Alzogbi wrote: > Hi, > > Thanks for everyone who helped (and is helping me) to find my > way in the great world of FreeBSD. > > I learned how to recompile the > kernel and I did compile it with "device pcm" and "device pcm0 at ...." > but it didn't work. I tried and tried and tried and spent almost 3 hours > with no luck. Finally, I found that my sound card is SiS 7012 and I > THINK it's a builtin one in the Motherboard. I don't think you need to recompile. Just load the snd_ich.ko module. Then check if /dev/dsp and /dev/mixer are created for you. If so, you're done. # kldload snd_ich Gautam