Date: Sat, 1 Jun 2002 04:25:10 -0400 (EDT) From: Fuzzy <fuzzy@pooh.ASARian.org> To: Martin Karlsson <martin.karlsson@visit.se> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to setup on board audio? Message-ID: <Pine.BSF.4.44.0206010424060.4364-100000@pooh.ASARian.org> In-Reply-To: <20020601075720.GA407@foo31-146.visit.se>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 1 Jun 2002, Martin Karlsson wrote: > * Fuzzy <fuzzy@pooh.ASARian.org> [2002-06-01 03.36 -0400]: > > > > chip2: <VIA 82C686 AC97 Audio> > > port 0xd400-0xd403,0xd000-0xd003,0xcc00-0xccff > > irq 12 at device 7.5 on pci0 > > > > the kernel found the on board audio, but I don't > > know what else I need to add to the kernel or define > > in /dev to do sound? > > The handbook is your friend: > > <URL:http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound.html> > > Basically, you'll want to eiter add 'device pcm' to the kernel, or > load it dynamically with kldload(8). > > If you succeed, the output of 'dmesg | grep pcm' will be _something_ > _like_: > pcm0: <SB16 DSP 4.11> on sbc0 > > In that case, do the following as root: > > # cd /dev > # sh MAKEDEV snd0 > > You'll find this outlined at the above URL (if my explanation > differs from the handbook, the handbook is right!) :-) > > HTH > thanks. updated the kernel config and recompiling now. Fuz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.44.0206010424060.4364-100000>