From owner-freebsd-questions@FreeBSD.ORG Sun Oct 30 08:36:26 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 89D2816A41F for ; Sun, 30 Oct 2005 08:36:26 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EF2B43D46 for ; Sun, 30 Oct 2005 08:36:26 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by wproxy.gmail.com with SMTP id 50so112010wri for ; Sun, 30 Oct 2005 01:36:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=isPM++U81plPgUMJ18rrFa/jfZEzpOhH+DJ85LkU4BF0h2FuXFBQJi/CoFHVFTbCXClS731rKYXuAyQaYOGbTHw6gm/CUX/BNgYRUMu8OVewUQ45/9SFzz1mji9tGRIQ3zveML+GNWve+SUmTBozrfNNX5aP84Ha062v41wzQOg= Received: by 10.64.210.16 with SMTP id i16mr646376qbg; Sun, 30 Oct 2005 01:36:25 -0700 (PDT) Received: by 10.65.23.11 with HTTP; Sun, 30 Oct 2005 01:36:24 -0700 (PDT) Message-ID: Date: Sun, 30 Oct 2005 17:36:24 +0900 From: Eric Kjeldergaard To: Jim Pazarena In-Reply-To: <436410A4.1020902@ccstores.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <436410A4.1020902@ccstores.com> Cc: freebsd-questions@freebsd.org Subject: Re: sound on FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Oct 2005 08:36:26 -0000 On 10/30/05, Jim Pazarena wrote: > does anyone have a link where a web page has been created > which explains clearly how to install sound drivers > _and_ test them I.E. play a sound? > > I found on BSDForums.org an explanation which describes > first using kldload to try to determine what driver you > need, and then it speaks a bit about compiling directly into > the kernel, but neither example show how to actually > play a sound --any sound-- as a test to see if it works. > > A CLI example would be very handy. I'll write a guide for you that should work. kldload snd_driver && mixer vol 100:100 && mixer pcm 100:100 && cat /dev/urandom >> /dev/dsp That should work with all supported soundcards and should produce a sound of some sort. -- If I write a signature, my emails will appear more personalised.