root edit /root/init_setup.sh # blinkled >> /dev/null
# Now set up to run in wifi client mode
/sbin/wlan.sh
# deactivate wlan
ifconfig mlan0 down
#stopping bluetooth
/etc/init.d/bluetooth stop
# deactivate led
echo 0 > `eval ls /sys/class/leds/guruplug\:red\:wmode/brightness`
echo 0 > `eval ls /sys/class/leds/guruplug\:green\:wmode/brightness`
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.