From owner-freebsd-current@FreeBSD.ORG Wed Nov 24 10:54:37 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D20421065673 for ; Wed, 24 Nov 2010 10:54:37 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [IPv6:2a01:348:0:15:5d59:5c40:0:1]) by mx1.freebsd.org (Postfix) with ESMTP id 6D6AB8FC15 for ; Wed, 24 Nov 2010 10:54:37 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id B6310E721C; Wed, 24 Nov 2010 10:54:36 +0000 (GMT) Received: from core.draftnet (client-86-29-107-54.glfd.adsl.virginmedia.com [86.29.107.54]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Wed, 24 Nov 2010 10:54:35 +0000 (GMT) Date: Wed, 24 Nov 2010 10:54:16 +0000 From: Bruce Cran To: Daniel Nebdal Message-ID: <20101124105416.2e98d5f5@core.draftnet> In-Reply-To: References: X-Mailer: Claws Mail 3.7.6 (GTK+ 2.22.1; amd64-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: AN , freebsd-current@freebsd.org Subject: Re: sound config problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2010 10:54:37 -0000 On Wed, 24 Nov 2010 12:27:49 +0200 Daniel Nebdal wrote: > Just as a starter, does it work at all? That is, do you have a > /dev/dsp? Do simple OSS programs work? (mpg123 is a nice minimal test; > mplayer is fine.) > There's always a chance of the problem being on the gnome side of > things, so it just seems sensible to start with the really simple > things. Apologies if you've done this already. :) The simplest test is: cat /dev/random > /dev/dsp -- Bruce Cran