summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-03-11 15:17:20 +0000
committerFrancois Pons <fpons@mandriva.com>2003-03-11 15:17:20 +0000
commit44852e176d71e037fa6f008426d4e573741a5f3d (patch)
tree93694b52febff0299876f0a725b215bf34669a52
parent48dd613c42a415b13f133986c44275a97865be23 (diff)
downloaddrakx-backup-do-not-use-44852e176d71e037fa6f008426d4e573741a5f3d.tar
drakx-backup-do-not-use-44852e176d71e037fa6f008426d4e573741a5f3d.tar.gz
drakx-backup-do-not-use-44852e176d71e037fa6f008426d4e573741a5f3d.tar.bz2
drakx-backup-do-not-use-44852e176d71e037fa6f008426d4e573741a5f3d.tar.xz
drakx-backup-do-not-use-44852e176d71e037fa6f008426d4e573741a5f3d.zip
added probing of adsl connection.
-rwxr-xr-xperl-install/standalone/drakconnect5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index bbc4acf59..234840683 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -578,6 +578,11 @@ Create one first by clicking on 'Configure'")),1,1,0);
@mask = (0,0,0,0,0,0,1,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,1,0,0,0) if $netcnx->{type} =~ /adsl/;
@mask = (0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0) if $netcnx->{type} eq 'cable';
+ #- duplicated code (waiting for 9.1 to be out to merge everything correctly, avoid bug elsewhere).
+ if ($netcnx->{type} =~ /adsl/) {
+ require network::adsl;
+ network::adsl::adsl_probe_info($cnx, $netc, $intf, undef);
+ }
my @conf_data = ([ N("Card IRQ"), \$cnx->{irq} ],
[ N("Card mem (DMA)"), \$cnx->{mem} ],
[ N("Card IO"), \$cnx->{io} ],