Not activate WiFi at PowerOn

kd8ikt kd8ikt at fuse.net
Tue Jul 29 12:41:48 CEST 2008


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

root at om-gta02:~# find /sys |grep power |grep eth0
/sys/devices/pnp0/00:01/net/eth0/power
/sys/devices/pnp0/00:01/net/eth0/power/wakeup
root at om-gta02:~#

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




More information about the community mailing list