From owner-freebsd-questions@FreeBSD.ORG Tue May 11 05:56:34 2004 Return-Path: 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 B148216A4CE for ; Tue, 11 May 2004 05:56:34 -0700 (PDT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with SMTP id 32B8E43D55 for ; Tue, 11 May 2004 05:56:34 -0700 (PDT) (envelope-from roop.nanuwa@gmail.com) Received: by mproxy.gmail.com with SMTP id 72so147973rnf for ; Tue, 11 May 2004 05:56:30 -0700 (PDT) Received: by 10.11.118.69 with SMTP id q69mr17554cwc; Tue, 11 May 2004 05:56:30 -0700 (PDT) Message-ID: <75f3f7050405110556635ac588@mail.gmail.com> Date: Tue, 11 May 2004 05:56:30 -0700 From: Roop Nanuwa To: arden In-Reply-To: <1084279644.2433.5.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1084279644.2433.5.camel@localhost> cc: freebsd-questions@freebsd.org Subject: Re: sound set up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2004 12:56:34 -0000 On Tue, 11 May 2004 13:47:26 +0100, arden wrote: > > hi all > ive been using linux for some time and thought was time to try something > new > the install of 5.2 went without a prob but did not set up my sound card > in linux would be able to probe the pci bus to get an id of the card > with cat /proc/ pci but could not under bsd can you please point me in > the right direction Take a look here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/sound-setup.html Most likely, running `kldload pcm` will get it working if your sound card is one of the common ones. --roop