[Bug 3161] h5000: WiFi doesn't work
bugzilla-daemon at treke.net
bugzilla-daemon at treke.net
Wed Feb 6 15:32:24 UTC 2008
http://bugs.openembedded.net/show_bug.cgi?id=3161
--- Comment #6 from Milan Plzik <milan.plzik at gmail.com> 2008-02-06 15:32:24 ---
(In reply to comment #5)
> What has to be done to get wifi working on an iPAQ h5450 using the 2007.12
> build?
>
> I have tried to follow the comments on this bug, but I don't know how to "set
> the bits" in the driver.
The bits are not (unfortunately) in the driver. You need to enable power to
wifi before using it and that is something what at76c503 driver doesn't do
right now.
If you want to do it manually, you will need devmem2 package, and to this:
1) Execute
gpiodev 0x140c0014
which will return you some value read from that area in physical memory.
2) Switch bits 1 and 3 to logical 1 (bits counting from 0), you can attain this
by doing logical OR of these values and 10 (0xa).
3) Write that value back to memory, e.g.:
gpiodev 0x140c0014 w 0xyourvalue
To disable wifi, you need to do similar process, just in point 2 you need to
set those two bits to zero.
So far nothing will indicate functionality of wifi, as the driver doesn't
contain proper support for tx/rx LEDs (iirc), but you should see new USB device
in output of 'lsusb' on the ipaq.
>
> Also, what does Paul mean when he says "rename to wifi support"? Is he talking
> about the bug summary?
Yes.
>
> Sorry if these questions are better asked on the devel or user list. If so,
> just tell me. :-)
>
No problem, just for the record, if there's any problem, there is also
h5400-port at handhelds.org
--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list