From 8f1a96e977ce1ea9bf38523717a2331ad0e027a9 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 11 Jul 2007 19:36:56 +0200 Subject: [PATCH] config_mixer(): Add 'no soundcard?' to aumix error message --- autoconfig.functions | 2 +- debian/changelog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/autoconfig.functions b/autoconfig.functions index 10f05f2..9218b7b 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -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 diff --git a/debian/changelog b/debian/changelog index 9f3b455..846a7ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 11 Jul 2007 19:25:25 +0200 -- 2.1.4