From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by befuddled.reisers.ca (Postfix, from userid 65534) id A5CFE380BA7; Wed, 9 Jun 2021 23:30:11 -0400 (EDT) Received: from hurricane.the-brannons.com (hurricane.the-brannons.com [216.252.162.32]) by befuddled.reisers.ca (Postfix) with ESMTPS id AA50C380848 for ; Wed, 9 Jun 2021 23:30:10 -0400 (EDT) Received: from localhost ( [2602:3f:e0f9:dc00::2]) by hurricane.the-brannons.com (OpenSMTPD) with ESMTPSA id 4c1fd394 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 9 Jun 2021 20:30:01 -0700 (PDT) From: Chris Brannon To: Kelly Prescott Cc: speakup@linux-speakup.org Subject: Re: Archlinux Speakup problems after alsa package upgrade References: <87pmwv45th.fsf@the-brannons.com> Date: Wed, 09 Jun 2021 20:30:00 -0700 In-Reply-To: (Kelly Prescott's message of "Wed, 9 Jun 2021 21:38:14 -0400 (EDT)") Message-ID: <87wnr21jnr.fsf@the-brannons.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.5 List-Id: Kelly Prescott writes: > ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rear > ALSA lib pcm.c:2660:(snd_pcm_open_noupdate) Unknown PCM > cards.pcm.center_lfe *SNIP* Some of these messages have been there for years, and I expect them. > ALSA lib pulse.c:242:(pulse_connect) PulseAudio: Unable to connect: > Connection refused If you aren't using pulseaudio, and evidently you aren't, I'd remove the pulseaudio-alsa package. > ALSA lib confmisc.c:160:(snd_config_get_card) Invalid field card > ALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card > 'card' That is unexpected and it might be the smoking gun. I'd be interested to know how that batch of messages compares with messages from the previous version. Which are missing? I'd try compiling one of the portaudio test programs. My guess is that it will run under the alsa 1.2.4 libraries, but not under the alsa 1.2.5 libraries. If that is indeed the case, you should file a bug with Arch, telling them their most recent ALSA update broke portaudio. I myself would have a difficult time helping you to debug. I'm not on Arch, and all of my systems are using pulseaudio and espeak-ng rather than alsa and espeak nowadays.