Epics@GSI Webhome

Dreamplug Disabling Access Point And WLANClient And Bluetooth At Boot Time

Introduction

  1. As root edit /root/init_setup.sh
    1. comment out:
      # blinkled >> /dev/null
    2. add
      # 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`
    3. # reboot


-- PeterZumbruch - 11 Jun 2014
-- PeterZumbruch - 2014-06-11

This topic: Epics > WebHome > WebPreferences > DreamplugHowTo > DreamplugDisablingAccessPointAndWLANClientAndBluetoothAtBootTime
Topic revision: 2014-06-11, PeterZumbruch
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding GSI Wiki? Send feedback | Legal notice | Privacy Policy (german)