From owner-freebsd-current Mon Nov 25 14:40:28 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A57F037B401 for ; Mon, 25 Nov 2002 14:40:27 -0800 (PST) Received: from newsguy.com (smtp.newsguy.com [216.148.53.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E1C843EB2 for ; Mon, 25 Nov 2002 14:40:27 -0800 (PST) (envelope-from dcs@newsguy.com) Received: from newsguy.com (200-163-23-099-bsace7016.dsl.telebrasilia.net.br [200.163.23.99]) by newsguy.com (8.9.1a/8.9.1) with ESMTP id OAA18036; Mon, 25 Nov 2002 14:40:20 -0800 (PST) Message-ID: <3DE2A6D3.E07A700A@newsguy.com> Date: Mon, 25 Nov 2002 20:40:19 -0200 From: "Daniel C. Sobral" X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en,pt-BR,pt,en-GB,en-US,ja MIME-Version: 1.0 To: "Marc G. Fournier" Cc: freebsd-current@FreeBSD.ORG Subject: Re: snd_pcm module not usable ... ? References: <20021125165039.R16724-100000@hub.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Marc G. Fournier" wrote: > > Maybe i'm missing something that i need to load, but I took the pcm device > out of my kernel config, figuring that I could use the snd_pcm module ... > loaded it, but still can't seem to get sound? is there something else I > need to do with devfs for this, or do Ihave to compile in the pcm device? pcm is the front-end. You need the back-end, the actual sound driver. Try snd_driver_load="YES". It ought to load everything. Or you can kldload it from the command line, and then check /var/log/messages to find out which driver you are supposed to use. On loader, loading any sound driver will bring in snd_pcm automatically, as a dependency. -- Daniel C. Sobral (8-DCS) dcs@newsguy.com dcs@freebsd.org capo@linux.bsdconspiracy.net "Fundamentalist Debianites, core children of the Linuxen.... sounds like it could come from the Book of Mormon, or Tolkien on a bad day..." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message