slitaz-doc-wiki-data annotate pages/en/guides/wicd.txt @ rev 7

Add pages/en folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 26 12:17:18 2011 +0000 (2011-02-26)
parents
children
rev   line source
slaxemulator@7 1 ====== WICD ======
slaxemulator@7 2
slaxemulator@7 3 [[http://doc.slitaz.org/en:guides:network-script|Pankso's openbox treat]] is very close to WICD, but if you want to set up SliTaz for not very experienced users it's recommended that you use WICD for Wireless Internet Control.
slaxemulator@7 4
slaxemulator@7 5 Do as root:
slaxemulator@7 6
slaxemulator@7 7 <code># tazpkg get-install wicd
slaxemulator@7 8 # leafpad /etc/rcS.conf</code>
slaxemulator@7 9
slaxemulator@7 10 In ///etc/rcS.conf// remove from the section RUN_SCRIPTS: **network.sh**
slaxemulator@7 11 and add to the section RUN_DAEMONS: **wicd**
slaxemulator@7 12
slaxemulator@7 13 Then as user:
slaxemulator@7 14
slaxemulator@7 15 <code>$ leafpad .config/openbox/autostart.sh</code>
slaxemulator@7 16 And add to the end:
slaxemulator@7 17
slaxemulator@7 18 <file># wicd Network Configuration
slaxemulator@7 19 wicd-client &</file>
slaxemulator@7 20
slaxemulator@7 21 Then remove the network-plugin from the LX-Panel by right clicking on the network-plugin.
slaxemulator@7 22
slaxemulator@7 23 Reboot - don't test before rebooting, because network.sh is interfering with WICD (even if you stop it by typing /etc/int.d/network.sh stop).