From owner-freebsd-questions Sat Jun 1 1:31: 7 2002 Delivered-To: freebsd-questions@freebsd.org Received: from pooh.ASARian.org (pooh.ASARian.org [216.21.171.83]) by hub.freebsd.org (Postfix) with ESMTP id 5D09437B408 for ; Sat, 1 Jun 2002 01:31:02 -0700 (PDT) Received: from localhost (fuzzy@localhost.ASARian.org [127.0.0.1]) by pooh.ASARian.org (8.11.6/8.11.6) with ESMTP id g518PAV21159; Sat, 1 Jun 2002 04:25:11 -0400 (EDT) (envelope-from fuzzy@pooh.ASARian.org) Date: Sat, 1 Jun 2002 04:25:10 -0400 (EDT) From: Fuzzy To: Martin Karlsson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how to setup on board audio? In-Reply-To: <20020601075720.GA407@foo31-146.visit.se> Message-ID: X-No-Archive: Yes Organization: ASARian Inc. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Sat, 1 Jun 2002, Martin Karlsson wrote: > * Fuzzy [2002-06-01 03.36 -0400]: > > > > chip2: > > 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: > > > > 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: 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