diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-06 16:14:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-02-06 16:14:52 +0000 |
commit | 7d93917a67fb9252e150c9b5805a660faee1d82c (patch) | |
tree | c16624e0f3fc6ac0a221cfcea9b0da1ce86418eb /perl-install/standalone | |
parent | 8330b7e7eeec180827ad7b609f7ebae55c2b7b70 (diff) | |
download | drakx-7d93917a67fb9252e150c9b5805a660faee1d82c.tar drakx-7d93917a67fb9252e150c9b5805a660faee1d82c.tar.gz drakx-7d93917a67fb9252e150c9b5805a660faee1d82c.tar.bz2 drakx-7d93917a67fb9252e150c9b5805a660faee1d82c.tar.xz drakx-7d93917a67fb9252e150c9b5805a660faee1d82c.zip |
advertize alsaconf too since sndconfig failled for cards only managed
by ALSA (#7456)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/draksound | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index d10db41ec..e52c3e518 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -52,7 +52,7 @@ You can visit our hardware database at: http://www.linux-mandrake.com/en/hardware.php3") . -N("\n\n\nNote: if you've an ISA PnP sound card, you'll have to use the sndconfig program. Just type \"sndconfig\" in a console."))); +N("\n\n\nNote: if you've an ISA PnP sound card, you'll have to use the alsaconf or the sndconfig program. Just type \"alsaconf\" or \"sndconfig\" in a console."))); } modules::write_conf(); |