config_mixer(): Add 'no soundcard?' to aumix error message 0.7.6
authorMichael Prokop <mika@grml.org>
Wed, 11 Jul 2007 17:36:56 +0000 (19:36 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 11 Jul 2007 17:36:56 +0000 (19:36 +0200)
autoconfig.functions
debian/changelog

index 10f05f2..9218b7b 100755 (executable)
@@ -1504,7 +1504,7 @@ else
       ERROR=$(aumix -w $VOL -v $VOL -p $VOL -m $VOL 2>&1) ; RC=$?
       if [ -n "$ERROR" ] ; then
          eindent
-         eerror "Problem setting mixer volumes: $ERROR"
+         eerror "Problem setting mixer volumes: $ERROR (no soundcard?)"
          eoutdent
       fi
       eend $RC
index 9f3b455..846a7ec 100644 (file)
@@ -4,6 +4,7 @@ grml-autoconfig (0.7.6) unstable; urgency=low
     not provide appropriate return code for us.
   * config_cpu(): Virtual Box supports ACPI and laptop-detect returns
     with '0', so check for it and skip it.
+  * config_mixer(): Add 'no soundcard?' to aumix error message
 
  -- Michael Prokop <mika@grml.org>  Wed, 11 Jul 2007 19:25:25 +0200