[Patch for Review] Introduce delay for slow USB devices to detect OEMDRV on time.

B_B_Singh at DELL.com B_B_Singh at DELL.com
Tue Apr 28 04:27:56 UTC 2015


Hi ,

During the installation of RHEL-7.X the driver pack drivers or OEMDRV is NOT getting detected on time, due to which the latest drivers will not get installed from OEMDRV.

The problem is due to slow usb.

Upon introducing the delay for slow usb (OEMDRV) during the insertion of modules after  "udevadm  trigger"  everything works fine.

Here is the patch.

--- anaconda-19.31.79/dracut/driver-updates.sh  2015-04-20 23:03:45.160081886 +0530
+++ anaconda-19.31.79_new/dracut/driver-updates.sh      2015-04-20 23:07:38.719101243 +0530
@@ -4,6 +4,7 @@

 # load all modules
 udevadm trigger
+sleep 2
 udevadm settle

 # Look for devices with the OEMDRV label

Regards
Balaji Singh


More information about the anaconda-patches mailing list