Instructions on getting the WiFi Box, TS7400 and WiFi board, to work.
The USB WiFi board on the TS7400 is from PNY, but is identified as an AboCom.
The
version I have has the revA zd1211 chipset. The following instructions are for
an ad-hoc
network. The IP address for both ethernet and wireless for my host is
192.168.0.10, and
for the TS7400 it is the default 192.168.0.50.
1. Go to ftp://ftp.embeddedarm.com/
2. Get to the directory: "/wireless/zd1211/r83/ts7400"
3. Copy: zd.o zdb.o
4. Switch to: "/wireless/wireless_tools/ts7400"
5. Get: iwconfig, iwlist, libiw.so libiw.so.28
Telnet to TS7400
Install files on TS7400
6. Start USB
sh /mnt/root/usr/bin/loadUSBModules.sh
mount -t usbdevfs none /proc/bus/usb
7. Start wireless driver
insmod zd.o (or zdb.o depending on chipset)
ifconfig wlan0 up
ifconfig wlan0 192.168.0.50
iwconfig wlano essid Mynet
iwconfig wlan0 mode ad-hoc
iwconfig wlan0 rate 54
ifconfig eth0 down
After the last command you can unplug the wired lan and the telnet session will
continue.
What I understand from other posts here, changing the config_net files should
allow the
start of the driver and configuration of the wlan0 device at startup.
Craig
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/
|