View Single Post
Old 10-13-2012, 01:57 PM   #17
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Hmm. I remember something about the wifi vaguely from another thread.

is it the supplicant failing?

Quote:
# Wait for the driver to be loaded, otherwise the supplicant exits
# because of failing ioctl() calls.

i=0
while [ $i -lt 10 ]; do
# Check to see if the driver is ready
if is_wlan0_ready; then
wmiconfig -i wlan0 --setdbglogconfig --mmask=0xffff
break
else
sleep 2
fi
i=$(($i + 1))
done
[ $i -lt 10 ] # Exit with error if we timed out
end script

exec $SUP -t -c /etc/$SUP.conf -i $IF -d -s $ARGS
twobob is offline   Reply With Quote