[Trac #442] Wireless driver fails to come up.
Zarro Boogs per Child
bugtracker at laptop.org
Tue Nov 14 20:19:49 EST 2006
#442: Wireless driver fails to come up.
---------------------+------------------------------------------------------
Reporter: cjb | Owner: dcbw
Type: defect | Status: new
Priority: blocker | Milestone: BTest-1
Component: kernel | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Comment (by dwmw2):
Try extending the timeout after reset -- something like this...
{{{
--- a/drivers/net/wireless/libertas/if_usb.c
+++ b/drivers/net/wireless/libertas/if_usb.c
@@ -802,7 +802,7 @@ #ifdef CONFIG_OLPC
outb(0x15, 0x382);
outb(inb(0x383) & ~0x40, 0x383);
- msleep(5);
+ msleep(100);
}
#endif
msleep_interruptible(10);
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/442#comment:2>
One Laptop Per Child <http://laptop.org/>
More information about the Bugs
mailing list