From f2c9aaef837eceaebbc643f77492fce69fb32f3f Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 19 Aug 2003 19:34:35 +0000 Subject: full pci probe does not freeze anymore, removing code work-arounding the freeze --- perl-install/standalone/draksound | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/draksound') diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index 1e4f299f6..3f862c21f 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -31,7 +31,7 @@ my $in = 'interactive'->vnew('su'); modules::mergein_conf('/etc/modules.conf'); -my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_AUDIO' } detect_devices::probeall(1); +my @devices = grep { $_->{media_type} eq 'MULTIMEDIA_AUDIO' } detect_devices::probeall(); if (@devices) { # TODO: That need some work for multiples sound cards map_index { -- cgit v1.2.1