[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
mkinitrd, ehci-hcd, error -71 on boot
- From: Pete Zaitcev <zaitcev redhat com>
- To: notting redhat com, pjones redhat com
- Cc: fedora-devel-list redhat com
- Subject: mkinitrd, ehci-hcd, error -71 on boot
- Date: Tue, 14 Aug 2007 18:14:38 -0700
Hi, guys:
I just found that ehci is loaded last in Rawhide. Does anyone remember why?
FYI, I was working on RHEL 5 bug (234847) where someone lost patience
with those spurious -71s at boot. I know these messages bug people in
Fedora as well. IIRC Chuck even asked me specifically if anything can
be done.
If nobody has a specific objections, I think we should implement this,
it's overdue.
Cheers,
-- Pete
--- /sbin/mkinitrd.fcs 2007-08-14 17:30:31.000000000 -0700
+++ /sbin/mkinitrd 2007-08-14 17:31:10.000000000 -0700
@@ -991,9 +991,9 @@ for n in $PREMODS; do
done
if [ "$withusb" == "1" ]; then
+ findmodule ehci-hcd
findmodule uhci-hcd
findmodule ohci-hcd
- findmodule ehci-hcd
fi
if [ "x$PROBE" == "xyes" ]; then
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]