At least that's my problem. I've edited the S10 Network file with the
following.
ifconfig ${DEVICE} ${IPADDR} netmask ${NETMASK} broadcast
${BROADCAST} up
if test "$DEVICE" = "wlan0" ; then
iwconfig wlan0 essid ${ESSID}
ifconfig eth0 down
fi
I've setup ifcfg-wlan0. During boot I get..
Bringing up interface wlan0..
SIOCSIFADDR: No such device
SIOCSIFNETMASK: No such device
SIOCSIFBRDADDR: No such device
SIOCGIFFLAGS: No such device
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device wlan0 ; No such device.
setting kernel IP routing tables
Once I log into Busybox, I can execute:
ifconfig wlan0 192.168.1.220 netmask 255.255.255.0 broadcast
192.168.1.255 up
iwconfig wlan0 essid AP_main
and it loads fine.
Any ideas?
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/
|