From owner-freebsd-questions@FreeBSD.ORG Tue Apr 19 08:26:21 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51ADD106566B for ; Tue, 19 Apr 2011 08:26:21 +0000 (UTC) (envelope-from bw.mail.lists@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id D721F8FC16 for ; Tue, 19 Apr 2011 08:26:20 +0000 (UTC) Received: by fxm11 with SMTP id 11so4425753fxm.13 for ; Tue, 19 Apr 2011 01:26:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:to:in-reply-to:references :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=4x2eXw60nMYK49IopXz4kDSKm9RQJecuZusY/oJRLkE=; b=kPhXIxYV8VCi3GezG13d8ikU+bPSMZ7RtycouzDp5vJyzvz9sx/1yqJrMKcCy6HIyX x1uzH70Sq8QBHr9vj3jbhcJLeh0DUzT2D1fTd2CvuFSeJMfU+LoE3B+xAMX78wETEqRv bsZw74AS1I2/AAlJlVT68EZttfuWYG0za8px4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=tzqT9lbkcspbpsls4mnpFE/Ilkw0qpKi16tRPtxhIiEnbOgeyFPDfHoNw7GnTmB9vO jVQ1Fix3q3Q+iuPgQnOEBviTPO5MR3tBAx8ZP7NWijoESwo8mO/1W9Cd3vFOCr4FCNWf Wj0dtN3G1++LovKXT2K3WP5l5qsu+C/M8fLzo= Received: by 10.223.87.218 with SMTP id x26mr518714fal.133.1303199883762; Tue, 19 Apr 2011 00:58:03 -0700 (PDT) Received: from [192.168.4.45] ([193.231.80.206]) by mx.google.com with ESMTPS id g5sm1841318faa.26.2011.04.19.00.58.00 (version=SSLv3 cipher=OTHER); Tue, 19 Apr 2011 00:58:01 -0700 (PDT) From: bw To: freebsd-questions@freebsd.org In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Tue, 19 Apr 2011 10:58:29 +0300 Message-ID: <1303199909.11924.6.camel@amnesiac.contorgroup.ro> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: ZFS on USB / Sound on alienware m11x 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: Tue, 19 Apr 2011 08:26:21 -0000 On Mon, 2011-04-18 at 19:23 +0000, Gautham Ganapathy wrote: > > Under /dev, I can see six devices dsp0.0,dsp1.1,dsp2.1,dsp3.1,dsp4.0 > > and dsp5.1. I tried playing an mp3 file using mpg123 and gave each of > > these devices using the -a option, but none of them worked. The output > > tab under the GNOME sound preferences shows the devices dsp0, dsp1, > > dsp2, dsp3, dsp4 and dsp5. None of them seem to work either. > > > > Any ideas on how to get the wound working? > > > > Gautham > > > > Update: This is strange. Apparently, sound works under VLC (default > settings) , but not on Totem, flash or mpg123. I had the same problem. Sound is being sent to /dev/dsp0 by default, which is the NV card. Try setting hw.snd.default_unit with sysctl. Probably "sysctl hw.snd.default_unit=4" would work, from what I see, you should hear sound if you cat a file to /dev/dsp4.