Disable Wifi at boot (cause its on by default)

my suggestion is to drop in an `echo 0 > /sys/wlan/dev`
the exact location? i dunno but here lets findout

[EMAIL PROTECTED]:~# find /sys |grep power |grep eth0
/sys/devices/pnp0/00:01/net/eth0/power
/sys/devices/pnp0/00:01/net/eth0/power/wakeup
[EMAIL PROTECTED]:~#

so

#current state ?
cat /sys/devices/pnp0/00:01/net/eth0/power  

#OFF!
echo 0 > /sys/devices/pnp0/00:01/net/eth0/power

drop the off cmd in a boot script

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to