This script is for Slackware 12.0 only and may be outdated.

SlackBuilds Repository

12.0 > Network > wicd (1.4.2)

wicd is a wired and wireless network manager for Linux.

Some features include:
- Ability to connect to wired and wireless networks
- Profiles for each wireless network and wired network
- Many encryption schemes, some of which include WEP/WPA/WPA2
- Compatible with wireless-tools

You will need to start the wicd service at boot by adding the
following to your /etc/rc.d/rc.local:
if [ -x /etc/rc.d/rc.wicd ]; then
/etc/rc.d/rc.wicd start
fi

You'll also need to prevent the standard Slackware networking scripts from
starting the network. The easiest way to do this is to remove any interface
definitions from /etc/rc.d/rc.inet1.conf
Alternatively, there are two optional patches (not applied by default)
included in the script tarball and commented out in the build script.
With those patches applied, wicd should work "out of the box" with
unmodified Slackware networking scripts, but the only promise I can make is
"WFM - YMMV" (Works For Me - Your Mileage May Vary). :)

This requires dbus-python and pygtk; also, you will need to restart or
reload the messagebus service after installing wicd.

Maintained by: Robby Workman
Keywords: networkmanager,network manager,wireless,wifi,hotspot
ChangeLog: wicd

Homepage:
http://wicd.sourceforge.net/

Source Downloads:
wicd_1.4.2-src.tar.bz2 (86c15015df1b994202073bf467e79591)

Download SlackBuild:
wicd.tar.gz
wicd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 12.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds