[Pkg-alsa-devel] Bug#451574: asoundconf list doesn't work
Ari Pollak
ari at debian.org
Sat Nov 17 04:27:40 UTC 2007
Package: alsa-utils
Version: 1.0.15-1
Severity: normal
Running "asoundconf list" doesn't show any cards, because the format of
/proc/asound/cards is different than what it's expecting. This can be
fixed by changing line 206 of asoundconf to this:
cardline = re.compile('^\s*\d+\s*\[')
and line 211 to this:
card_lines.append(re.sub(r'^\s*\d+\s*\[(\w+)\s*\].+','\\1',l))
Note the extra \s* at the beginning of the regexes.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.22-3-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages alsa-utils depends on:
ii dialog 1.1-20071028-1 Displays user-friendly dialog boxe
ii libasound2 1.0.15-2 ALSA library
ii libc6 2.6.1-6 GNU C Library: Shared libraries
ii libncurses5 5.6+20071013-1 Shared libraries for terminal hand
ii linux-sound-base 1.0.15-2 base package for ALSA and OSS soun
ii lsb-base 3.1-24 Linux Standard Base 3.1 init scrip
ii module-init-tools 3.3-pre11-4 tools for managing Linux kernel mo
ii pciutils 1:2.2.4-1.1 Linux PCI Utilities
ii python-minimal 2.4.4-6 A minimal subset of the Python lan
ii whiptail 0.52.2-11.1 Displays user-friendly dialog boxe
Versions of packages alsa-utils recommends:
ii alsa-base 1.0.15-2 ALSA driver configuration files
ii udev 0.114-2 /dev/ and hotplug management daemo
-- no debconf information
More information about the Pkg-alsa-devel
mailing list