From 6437ef0e906d16d5c9dd0ba7477b3f657a8ac12b Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 20 Oct 1999 12:35:28 +0000 Subject: *** empty log message *** --- perl-install/modules.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install') 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")) { -- cgit v1.2.1