From owner-freebsd-questions@FreeBSD.ORG Tue May 11 10:39:01 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 214A516A4CE for ; Tue, 11 May 2004 10:39:01 -0700 (PDT) Received: from inet.cascadeaccess.com (inet.cascadeaccess.com [64.233.104.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D37E743D5D for ; Tue, 11 May 2004 10:39:00 -0700 (PDT) (envelope-from emattman@cascadeaccess.com) Received: from localhost (localhost [127.0.0.1]) by inet.cascadeaccess.com (Postfix) with ESMTP id B61E5E47E2; Tue, 11 May 2004 10:03:21 -0700 (PDT) Received: from inet.cascadeaccess.com ([127.0.0.1]) by localhost (inet [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02569-01; Tue, 11 May 2004 10:03:21 -0700 (PDT) Received: from freebsd.local (pm3-1-035.cascadeaccess.com [64.233.104.114]) by inet.cascadeaccess.com (Postfix) with ESMTP id 57D0DE47C7; Tue, 11 May 2004 10:03:20 -0700 (PDT) Date: Tue, 11 May 2004 10:03:21 -0700 (PDT) From: Matt Anderson X-X-Sender: matt@freebsd.local To: arden In-Reply-To: <1084279644.2433.5.camel@localhost> Message-ID: <20040511100158.I55780@freebsd.local> References: <1084279644.2433.5.camel@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at cascadeaccess.com 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 17:39:01 -0000 First thing to try, as root: kldload snd_driver If that goes off without problems and sound works (in KDE for example) then you can compile a new kernel with: device pcm After that you won't have to kldload snd_driver as root. Hope that helps. On Tue, 11 May 2004, 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 > > arden > >