[Pkg-alsa-devel] Bug#992536: libasound2-udeb: missing /usr/share/alsa/ctl
Samuel Thibault
sthibault at debian.org
Thu Aug 19 21:10:34 BST 2021
Source: alsa-lib
Version: 1.2.5.1-1
Severity: important
Tags: a11y d-i patch
Hello,
As of version 1.2.5.1-1, speech synthesis is broken in the debian
installer, amixer itself complains that it does not have
/usr/share/alsa/ctl, as the attached snapshot shows.
Installing it as the attached patch does indeed fixes the issue.
Samuel
-- System Information:
Debian Release: 11.0
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'stable-debug'), (500, 'proposed-updates-debug'), (500, 'proposed-updates'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.13.0 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--
Samuel
/* Amuse the user in a SPARC fashion */
if (err) printk(
KERN_CRIT " _______________________________ \n"
KERN_CRIT " < Your System ate a SPARC! Gah! >\n"
KERN_CRIT " ------------------------------- \n"
KERN_CRIT " \\ ^__^\n"
KERN_CRIT " \\ (xx)\\_______\n"
KERN_CRIT " (__)\\ )\\/\\\n"
KERN_CRIT " U ||----w |\n"
KERN_CRIT " || ||\n");
(From linux/arch/parisc/kernel/traps.c:die_if_kernel())
-------------- next part --------------
A non-text attachment was scrubbed...
Name: d-i.png
Type: image/png
Size: 7940 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-alsa-devel/attachments/20210819/1e98603b/attachment.png>
-------------- next part --------------
diff --exclude .svn --exclude .git --exclude CVS --exclude .hg -ur alsa-lib-1.2.5.1old/debian/libasound2-udeb.install alsa-lib-1.2.5.1/debian/libasound2-udeb.install
--- alsa-lib-1.2.5.1old/debian/libasound2-udeb.install 2021-08-19 22:03:29.289406451 +0200
+++ alsa-lib-1.2.5.1/debian/libasound2-udeb.install 2021-08-19 22:03:58.429705169 +0200
@@ -2,3 +2,4 @@
usr/share/alsa/alsa.conf
usr/share/alsa/cards
usr/share/alsa/pcm
+usr/share/alsa/ctl
More information about the Pkg-alsa-devel
mailing list