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

Vratislav Podzimek vpodzime at redhat.com
Wed Apr 29 07:45:05 UTC 2015


On Tue, 2015-04-28 at 09:57 +0530, B_B_Singh at DELL.com wrote:
> 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
Looks good to me, but I'm far from being expert in this area.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list