From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: External sound card issue Date: Sun, 26 Jan 2014 19:01:31 +0100 Message-ID: <52E54D7B.3040408@ladisch.de> References: <52DD1A66.9050909@ladisch.de> <1390398693.24097.YahooMailNeo@web162304.mail.bf1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from dehamd003.servertools24.de (dehamd003.servertools24.de [31.47.254.18]) by alsa0.perex.cz (Postfix) with ESMTP id BD0F2261A09 for ; Sun, 26 Jan 2014 19:01:46 +0100 (CET) In-Reply-To: <1390398693.24097.YahooMailNeo@web162304.mail.bf1.yahoo.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Ionica Bizau Cc: Raymond Yau , ALSA Development Mailing List , Ionica Bizau List-Id: alsa-devel@alsa-project.org Ionica Bizau wrote: > $ amixer -c1 cget name='PCM Capture Source' > numid=7,iface=MIXER,name='PCM Capture Source' > ; type=ENUMERATED,access=rw------,values=1,items=2 > ; Item #0 'Unit 22' > ; Item #1 'Unit 22' > amixer: Control hw:1 element read error: Broken pipe The device's firmware does not allow reading this mixer control for some reason; this is probably a bug. Please try the following commands: rmmod snd-usb-audio modprobe snd-usb-audio ignore_ctl_error=1 This makes the driver ignore errors, but cannot prevent the errors from happening in the first place. Please check if you get the desired effect when you write this control. Regards, Clemens