There is nothing in the touch menus that will do that, but there is a
way to do it. You ssh into the touch and type the command:

iwconfig wlan0 txpower off

This shuts the radio off completely. Unfortunately it goes away when
you unplug the touch. To always have it turned off you need to edit one
of the config files so the command gets run at every boot.

To do this, ssh into the touch then do:

cd /etc/init.d
vi rc5.local
(press the 'i' key and then type:)
iwconfig wlan0 txpower off
(press the escape key, type:)
:wq   (thats colon key, w key, q key)

This creates the rc5.local file which will be run every time the touch
boots, the lwconfig line turns off the transmitter.

This will stay in place until you load new firmware.

That should do it.

John S.


-- 
JohnSwenson
------------------------------------------------------------------------
JohnSwenson's Profile: http://forums.slimdevices.com/member.php?userid=5974
View this thread: http://forums.slimdevices.com/showthread.php?t=76291

_______________________________________________
Touch mailing list
Touch@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to