-Jake
On Tue, 2008-09-16 at 12:12 -0700, Geof wrote:
> Ok. So I'm back to square one. :-) I guess I'm looking for a WiFi
> that someone has tried and succeeded with.
>
> Thanks.
> Geof
Which kernel/distro/version?
Which end-product?
http://www.amazon.com/D-Link-DWA-140-RangeBooster-802-11n-Wireless/dp/B0010T8X54
?
Which kernel? I have not yet been successful in getting this driver to work in
Angstrom...l
On Thursday 18 September 2008 05:54:35 pm opensource Aung wrote:
> I am working well with PCI USB wifi dongle + beagleboard, driver is
> zd1211rw and it is ready in our beagleboard's kernel ,you can search zd1211
> related any dongle.
>
> *httphttp://www.planex.net/ <http://www.planex.net/>*
>
> aung
> 2008/9/18 V. Elishah Frey <older...@gmail.com>
>
> > Linksys has a good track record as being linux friendly, I have used the
> > wusb54gc successfully on four x86, but am still waiting for my beagle
> > board (arives today!). I imagine this same driver would work on the
> > beagle, but this is purely speculation.
> >
> > On Tue, Sep 16, 2008 at 4:36 AM, Geof <g.co...@computer.org> wrote:
> >> Has anyone had any success connecting a USB WiFi? There are several
> >> USB WiFi Adaptors in the market place (Netgear, Linksys, etc). I'm
> >> not sure if there are Linux drivers for any of them. Any advice? If
> >> need be, I can always drop back to wired ethernet. But I'd like to go
> >> wireless if I can.
> >>
> >> Thanks.
> >> Geof
>
>
--Thanks,
Bill Wood :)
Mon, 22 Sep 2008, Geof Cohler wrote:
> I have now tried both the Belkin USB Wireless G Adapter (zd1211rw) and
> the Linksys WUSB54GC Adapter with the 2008-09-20 uImage and filesystem
> from the Angstrom demo directory. I was unsuccessful at getting
> either to work.
> If you do succeed, please post the specific instructions on how you
> were able to succeed (i.e. the iwconfig, udhcpc, and ifconfig commands
> used etc).
I am using A-Link's WL54USB which is based on the same zd1211 chip. However,
I'm not using the Ångström demo but my own "from scratch" filesystem (kernel
source (2.6.26) ripped from openembedded, glibc from CodeSourcery's arm-gcc
package 2007q3 and busybox from it's website), so this might not be helpful
with your project.
After configuring and compiling my kernel and installing a base system with
busybox on my Beagle's NAND memory I took the source of the wireleless tools
from http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html, compiled
it and installed it on my Beagle. The last part needed to get the zd1211
working is the firmware which can be obtained here:
http://sourceforge.net/projects/zd1211/
(BTW, does the Ångström include also the firmware?)
The firmware gets loaded when I issue the 'ifconfig wlan0 up' command and with
command 'iwconfig wlan0 essid myhomenet' (or whatever the SSID might be) my
Beagle associates with my access point. Successful association can be
confirmed with 'iwconfig wlan0'. The MAC address of the access point should be
seen among other parameters. After this I'm able to set the IP address either
by manually or with 'udhcp wlan0'.
Hope this helps you even a little.
--
Antti Seppänen | PGP public key:
antti (á) hervanta.com | http://www.hervanta.com/~antti
OH3HMI
Which one should we add it to?
http://elinux.org/BeagleBoard
http://code.google.com/p/beagleboard/w/list
On a related note, can I assume that any Wifi/Bluetooth USB dongle
that is listed (i.e. http://bit.ly/159V5) to work on a standard x86
version Linux should work on the Beagle Board? To be extra confident,
I think an official Beagle Board supported hardware list is in order.