From owner-freebsd-questions Fri Feb 28 12: 9:10 2003 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 1E60137B401 for ; Fri, 28 Feb 2003 12:09:09 -0800 (PST) Received: from grumpy.dyndns.org (user-24-214-34-52.knology.net [24.214.34.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB4243FA3 for ; Fri, 28 Feb 2003 12:09:07 -0800 (PST) (envelope-from dkelly@grumpy.dyndns.org) Received: from grumpy.dyndns.org (localhost [127.0.0.1]) by grumpy.dyndns.org (8.12.7/8.12.7) with ESMTP id h1SK96M7044028; Fri, 28 Feb 2003 14:09:06 -0600 (CST) (envelope-from dkelly@grumpy.dyndns.org) Received: (from dkelly@localhost) by grumpy.dyndns.org (8.12.7/8.12.7/Submit) id h1SK96mW044027; Fri, 28 Feb 2003 14:09:06 -0600 (CST) Date: Fri, 28 Feb 2003 14:09:06 -0600 From: David Kelly To: desmond james Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Configuring sound Message-ID: <20030228200906.GA43976@grumpy.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Feb 28, 2003 at 06:37:07PM +0000, desmond james wrote: > I need help configuring my sound. I was using the freeBSD hand book > accomplish this task. I have on board sound, and added the option: > > options PNPBIOS > > into the kernel, as the handbook said, and restarted my system. The kernel > loaded but I had no sound. When I start X, KDE gives me the following > message: Back up. Don't fret about X until we get the basics taken care of. Not until you have a pcm in dmesg, and mixer(8) behaves. This is a fairly recent FreeBSD? The instructions you quote sound quite old. Also you don't say anything about your sound hardware. In dmesg you do no list a pcm device so there is no wonder you don't have sound. As root type, "kldload snd.ko". Then check dmesg again to see if something was found. Or simply type "mixer" to see if there is a sound device you can set volume levels on. If kldload probes found something then based on its entry in dmesg you might be able to guess exactly which /modules/snd_*.ko you need and load only that one in the future. Most automatically load snd_pcm.ko too. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message