Date: Mon, 25 Nov 2002 20:40:19 -0200 From: "Daniel C. Sobral" <dcs@newsguy.com> To: "Marc G. Fournier" <scrappy@hub.org> Cc: freebsd-current@FreeBSD.ORG Subject: Re: snd_pcm module not usable ... ? Message-ID: <3DE2A6D3.E07A700A@newsguy.com> References: <20021125165039.R16724-100000@hub.org>
next in thread | previous in thread | raw e-mail | index | archive | help
"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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DE2A6D3.E07A700A>