Ticket #40 (closed defect: wontfix)
To get wifi working on some kernels (eg. mine andy-tracking), you have to unbind/bind sdio bus
| Reported by: | jc | Owned by: | jc |
|---|---|---|---|
| Priority: | major | Milestone: | unsorted |
| Component: | upstream | Keywords: | |
| Cc: |
Description
Sometimes when wifi doesn't work, unbind/bind helps. This is not the case when CONFIG_AR6000_WLAN=m. This helps:
echo s3c2440-sdi >/sys/bus/platform/drivers/s3c2440-sdi/unbind sleep 1 echo s3c2440-sdi >/sys/bus/platform/drivers/s3c2440-sdi/bind
just run it once system starts, after that, wifi works perfectly even after suspend.
Solution: add a page about it to wiki page.
Please tell me where to put it (should I start a new page?)
Change History
Note: See
TracTickets for help on using
tickets.
