From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 1BF4A1EF7EC; Fri, 7 Feb 2014 20:38:23 -0500 (EST) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) by befuddled.reisers.ca (Postfix) with ESMTPS id EDE471EF7D0 for ; Fri, 7 Feb 2014 20:38:21 -0500 (EST) Received: by mail-ie0-f173.google.com with SMTP id e14so2197968iej.18 for ; Fri, 07 Feb 2014 17:38:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:subject:date:mime-version:content-type; bh=4EAkQ2Hl0St4S2PjRqq5JPqIhecssZMpxBMZoDT/VXc=; b=xVMtj5y27H34eSuHMEm0Vckv16+mpIwIImqimmXyG2TE7ycJqz6l8ypA2CGIfS1dGu iPTQMCRxuHjTbLZ0AaGpplwfhYEhil4J7p0HibxZ7WA1YD+k6dsQXT/sibbfiWngyupD AslvJEVSPgzH3d9uNPt+URC4TrEB4Om/sadvqo6tjxijLUxS31WgzGOai/uJmNPSukbN 886vTxlU06Powq5Sav6Qr1PmKFkrb/6LnLqObAQveoDhjKBg26VxkMJmknYtg2IqYg3J +og81yrS3WlmS4QnBe3Ca2JvQeuFVLl9zPaZ2VXOT8ZUayXm+TEmn0t+E8eX3Wf/NCD1 mXAQ== X-Received: by 10.50.120.105 with SMTP id lb9mr3128026igb.22.1391823492436; Fri, 07 Feb 2014 17:38:12 -0800 (PST) Received: from George (host-44-193-169-209.midco.net. [209.169.193.44]) by mx.google.com with ESMTPSA id f15sm15674327igd.3.2014.02.07.17.38.11 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 07 Feb 2014 17:38:11 -0800 (PST) Message-ID: From: "Rob Hudson" To: "Speakup list" Subject: no speech when setting default card in asound.conf Date: Fri, 7 Feb 2014 19:34:59 -0600 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6109 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Feb 2014 01:38:23 -0000 I have two PCI cards. I want to change the default card, to card 1. To address this, I made an asound.conf file in /etc::=20 pcm.!default {=20 type hw=20 card 1=20 device 0=20 }=20 ctl.!default {=20 type hw=20 card 1=20 device 0=20 }=20 It worked! Sound came through card 1, but no speech. Not even an error = message. Speech didn't go through card 0 either. I'm using the voxin = speakup connector, if it helps to diagnose the problem. What can I do to fix this?