--- In "bassplyr647" <> wrote:
>
> I've searched and cannot find the file zd.0 or zdb.0 Are these made from the
> wireless adapter drivers? When I do lsmod the display shows that zd1211rw is
> there. Thanks for your help.
>
I'm not quite sure why this isn't more obvious. I'll see if I can work on
getting these modules and sources included across the product line in the
respectable FTP locations:
Module for 2.6.21-ts kernel:
ftp://ftp.embeddedarm.com/tmp/zd1211rw.ko
Firmware to be placed in /lib/firmware/zd1211/
ftp://ftp.embeddedarm.com/tmp/zd1211-firmware-1.4.tar.gz
The following steps should take care of it:
mkdir -p /lib/firmware/zd1211
tar xzf zd1211-firmware-1.4.tar.gz -C /lib/firmware/zd1211
insmod -f zd1211rw.ko
ifconfig eth0 down
ifconfig wlan0 up
iwlist scan
You could then use the WIFIBOX manual as a mini-guide on wifi usage in Linux:
http://www.embeddedarm.com/about/resource.php?item=416#section3.1
Best Regards,
Derek Hildreth
------------------------------------------
Embedded Systems Engineer
Technologic Systems
480.837.5200
------------------------------------------
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|