diff options
author | Francois Pons <fpons@mandriva.com> | 1999-10-20 12:35:28 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-10-20 12:35:28 +0000 |
commit | 6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b (patch) | |
tree | e6c50e65ed0d35720862dd958ba694b2f95d9800 | |
parent | f95112394da5120e768daf918d587aee58c679f7 (diff) | |
download | drakx-6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b.tar drakx-6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b.tar.gz drakx-6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b.tar.bz2 drakx-6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b.tar.xz drakx-6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b.zip |
*** empty log message ***
-rw-r--r-- | perl-install/modules.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 3d1c3a4d2..51e0096f5 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -315,6 +315,9 @@ sub get_pcmcia_devices($$) { #- run cardmgr in foreground while it is configuring the card. run_program::run("cardmgr", "-f", "-m" ,"/modules"); sleep(3); + + #- make sure to be aware of loaded module by cardmgr. + read_already_loaded(); } foreach (cat_("/var/run/stab")) { |