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())
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