From e88b5cff26aeeb3b83344d8b5ef393e046978bf8 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 19 Apr 2005 15:51:57 +0000 Subject: unload ndiswrapper first so that the newly installed .inf files will be read --- perl-install/network/netconnect.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index bea7ede93..d6a790966 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1151,6 +1151,8 @@ notation (for example, 1.2.3.4).")), my $eth = find { $_->[0] eq $ntf_name } @all_cards; $ntf_name and modules::unload($eth->[1]); } + modules::unload("ndiswrapper"); + #- unload ndiswrapper first so that the newly installed .inf files will be read modules::load("ndiswrapper"); #- FIXME: move this somewhere in get_eth_cards, so that configure_eth_aliases correctly writes ndiswrapper -- cgit v1.2.1