From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: nvidia initial sound being skipped Date: Fri, 19 Nov 2010 12:31:44 +0100 Message-ID: <4CE66020.9090905@ladisch.de> References: <4CE630BC.6030402@ladisch.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by alsa0.perex.cz (Postfix) with ESMTP id 648CD2414C for ; Fri, 19 Nov 2010 12:30:06 +0100 (CET) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: David Shirley Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org David Shirley wrote: > How would u setup a dmix to play silence? If you haven't create or modified /etc/asound.conf or ~/.asoundrc, dmix should be enabled by default. (If PulseAudio is installed correctly, PA should be enabled by default.) Try this to play ten seconds of silence: aplay -d 10 -t raw -f dat /dev/zero To play continuously, omit the "-d 10". Regards, Clemens