slitaz-doc-wiki-data view 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
line source
1 ====== WICD ======
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.
5 Do as root:
7 <code># tazpkg get-install wicd
8 # leafpad /etc/rcS.conf</code>
10 In ///etc/rcS.conf// remove from the section RUN_SCRIPTS: **network.sh**
11 and add to the section RUN_DAEMONS: **wicd**
13 Then as user:
15 <code>$ leafpad .config/openbox/autostart.sh</code>
16 And add to the end:
18 <file># wicd Network Configuration
19 wicd-client &</file>
21 Then remove the network-plugin from the LX-Panel by right clicking on the network-plugin.
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).