[Pkg-alsa-devel] Bug#344008: alsa-utils: patch to alsaconf

Juan A. Diaz juan at linux.org.ar
Mon May 29 00:05:12 UTC 2006


Package: alsa-utils
Version: 1.0.11-4
Followup-For: Bug #344008


alsaconf cannot find the snd-powerpc module, because the expression used 
in the search does not match.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15-1-powerpc
Locale: LANG=es_AR.UTF-8, LC_CTYPE=es_AR.UTF-8 (charmap=UTF-8)

Versions of packages alsa-utils depends on:
ii  dialog                    1.0-20060221-1 Displays user-friendly dialog boxe
ii  libasound2                1.0.11-4       ALSA library
ii  libc6                     2.3.6-10       GNU C Library: Shared libraries
ii  libncurses5               5.5-2          Shared libraries for terminal hand
ii  linux-sound-base          1.0.11-2       base package for ALSA and OSS soun
ii  lsb-base                  3.1-5          Linux Standard Base 3.1 init scrip
ii  module-init-tools         3.2.2-2        tools for managing Linux kernel mo
ii  modutils                  2.4.27.0-5     Linux module utilities
ii  pciutils                  1:2.1.11-16    Linux PCI Utilities
ii  python-minimal            2.3.5-5        A minimal subset of the Python lan
ii  whiptail                  0.52.2-4       Displays user-friendly dialog boxe

Versions of packages alsa-utils recommends:
ii  alsa-base                     1.0.11-2   ALSA driver configuration files

-- no debconf information
-------------- next part --------------
--- alsaconf.orig	2006-05-28 18:12:59.000000000 -0500
+++ alsaconf	2006-05-28 18:15:12.000000000 -0500
@@ -717,7 +717,7 @@
     #
     if grep -q MacRISC $PROCFS/cpuinfo; then
 	MODDIR=/lib/modules/`uname -r`
-	find $MODDIR -name 'snd-powermac' -print | \
+	find $MODDIR -name 'snd-powermac*' -print | \
 	while read i; do
 	    i=${i##*/}
 	    i=${i%%.o}


More information about the Pkg-alsa-devel mailing list