<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.slackwiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alisonken1</id>
	<title>SlackWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.slackwiki.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alisonken1"/>
	<link rel="alternate" type="text/html" href="https://www.slackwiki.com/Special:Contributions/Alisonken1"/>
	<updated>2026-04-08T04:42:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=User:Alisonken1&amp;diff=840</id>
		<title>User:Alisonken1</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=User:Alisonken1&amp;diff=840"/>
		<updated>2013-05-21T20:17:24Z</updated>

		<summary type="html">&lt;p&gt;Alisonken1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Real name: Ken Roberts&lt;br /&gt;
* IRC Nickname: alisonken1&lt;br /&gt;
* IRC aliases:  alisonken1home, alisonken1lap1, alisonken1lap2, alisonken1lap3&lt;br /&gt;
* Slackware mirror that I maintain: http://slackware.dreamhost.com/slackware&lt;/div&gt;</summary>
		<author><name>Alisonken1</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=User:Alisonken1&amp;diff=839</id>
		<title>User:Alisonken1</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=User:Alisonken1&amp;diff=839"/>
		<updated>2013-05-21T20:16:53Z</updated>

		<summary type="html">&lt;p&gt;Alisonken1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Real name: Ken Roberts&lt;br /&gt;
* IRC Nickname: alisonken1&lt;br /&gt;
* IRC aliasses: alisonken1home, alisonken1lap1, alisonken1lap2, alisonken1lap3&lt;br /&gt;
* Slackware mirror that I maintain: http://slackware.dreamhost.com/slackware&lt;/div&gt;</summary>
		<author><name>Alisonken1</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=Broadcom_Wireless&amp;diff=589</id>
		<title>Broadcom Wireless</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=Broadcom_Wireless&amp;diff=589"/>
		<updated>2012-01-20T06:10:24Z</updated>

		<summary type="html">&lt;p&gt;Alisonken1: /* Wicd usage */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This tutorial is written for setting up wireless on Slackware on laptops with Broadcom wireless cards. It deals with installing Boradcom's official proprietary '''wl''' driver for Linux that includes support for Broadcom's BCM4311-, BCM4312-, BCM4313-, BCM4321-, BCM4322-, BCM43224-, and BCM43225-, BCM43227- and BCM43228-based hardware.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
This tutorial assumes a full Slackware installation. There should also be a way to transfer files to the target laptop - it can either be a working internet connection using the laptop's ethernet card, '''or''' a different machine with internet access and a USB thumb drive to transfer the files.&lt;br /&gt;
The regular user account on the laptop must also be a part of the ''netdev'' group.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
The first thing is to check if the user is part of the ''netdev'' group :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;groups&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the output does not contain &amp;lt;code&amp;gt;netdev&amp;lt;/code&amp;gt;, then as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;, enter the following command :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;usermod -a -G netdev username&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; is the name of your user account.&lt;br /&gt;
&lt;br /&gt;
== Installing the driver ==&lt;br /&gt;
&lt;br /&gt;
=== Sbopkg method ===&lt;br /&gt;
If a working internet connection is available on the laptop (say a wired connection), use [http://sbopkg.org sbopkg] to install the drivers :&lt;br /&gt;
&amp;lt;pre&amp;gt;sbopkg -i broadcom-sta&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Manual method ===&lt;br /&gt;
Navigate to the slackbuilds.org's [http://slackbuilds.org/result/?search=broadcom-sta&amp;amp;sv= broadcom-sta page] and build the package according to the [http://slackbuilds.org/howto/ instructions] given. Make sure to download the source code relevant to the architecture of your installation (32-bit or 64-bit).&lt;br /&gt;
&lt;br /&gt;
== Blacklisting the b43 and ssb modules ==&lt;br /&gt;
&lt;br /&gt;
The Broadcom's &amp;lt;code&amp;gt;wl&amp;lt;/code&amp;gt; driver conflicts with the kernel's &amp;lt;code&amp;gt;b43&amp;lt;/code&amp;gt; driver, so open up the &amp;lt;code&amp;gt;/etc/modprobe.d/blacklist.conf&amp;lt;/code&amp;gt; using the text editor of your choice as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; and add the following lines to it :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist ssb&lt;br /&gt;
blacklist b43&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Final steps ==&lt;br /&gt;
&lt;br /&gt;
At this point, reboot your machine. The drivers should be installed and work now. To test this, enter the &amp;lt;code&amp;gt;iwconfig&amp;lt;/code&amp;gt; command. you should see an output like this :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ iwconfig&lt;br /&gt;
lo        no wireless extensions.&lt;br /&gt;
&lt;br /&gt;
eth1      IEEE 802.11  Nickname:&amp;quot;lapto&amp;quot;&lt;br /&gt;
          Access Point: Not-Associated   &lt;br /&gt;
          Link Quality:5  Signal level:217  Noise level:199&lt;br /&gt;
          Rx invalid nwid:0  invalid crypt:31  invalid misc:0&lt;br /&gt;
&lt;br /&gt;
eth0      no wireless extensions.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This output suggests that the drivers installed right and your wireless card is recognized as &amp;lt;code&amp;gt;eth1&amp;lt;/code&amp;gt; by the kernel. Hooray!&lt;br /&gt;
&lt;br /&gt;
You can now either use the &amp;lt;code&amp;gt;iwconfig&amp;lt;/code&amp;gt; tool to configure your wireless networks, '''or''' if you prefer to use a GUI, follow the next section for installing Wicd.&lt;br /&gt;
&lt;br /&gt;
== Installing Wicd ==&lt;br /&gt;
&lt;br /&gt;
To make management of wireless connections easier, we will install [http://wicd.sourceforge.net/ Wicd] network manager that provides a simple configuration GUI and system tray icon.&lt;br /&gt;
&lt;br /&gt;
=== Using slackpkg ===&lt;br /&gt;
&lt;br /&gt;
If a working internet connection is available on the laptop (say a wired connection), simply use &amp;lt;code&amp;gt;slackpkg&amp;lt;/code&amp;gt; to install wicd :&lt;br /&gt;
&amp;lt;pre&amp;gt;slackpkg install wicd&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using package tarball ===&lt;br /&gt;
&lt;br /&gt;
Download the &amp;lt;code&amp;gt;Wicd&amp;lt;/code&amp;gt; package for your Slackware version from the ''extra/'' section of your preferred Slackware [http://slackware.osuosl.org/ mirror] and install using &amp;lt;code&amp;gt;installpkg&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For example, on a 32-bit system running Slackware 13.37, as root:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 wget http://slackware.dreamhost.com/slackware/slackware-13.37/extra/wicd/wicd-1.7.0-i486-2.txz&lt;br /&gt;
 installpkg ./wicd-1.7.0-i486-2.txz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Wicd usage ==&lt;br /&gt;
Start the Wicd daemon :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 /etc/rc.d/rc.wicd start&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once its started, run &amp;lt;code&amp;gt;wicd-client&amp;lt;/code&amp;gt; and configure the network to your liking.&lt;br /&gt;
&lt;br /&gt;
=== Caveat ===&lt;br /&gt;
Wicd by default treats &amp;lt;code&amp;gt;wlan0&amp;lt;/code&amp;gt; as the default wireless interface. Since the interface is &amp;lt;code&amp;gt;eth1&amp;lt;/code&amp;gt; in our case, you might want to correct this in Wicd's Preferences.&lt;br /&gt;
&lt;br /&gt;
=== User note ===&lt;br /&gt;
In order to access the wicd client utilities, your user must also be in the netdev group. Add your user to the netdev group, logout and login to make it effective, then you can run the wicd client utilities as your user.&lt;br /&gt;
For the CLI based tool, there is wicd-cli and wicd-curses. For the GUI client, ther is wicd-client and wicd-gtk.&lt;/div&gt;</summary>
		<author><name>Alisonken1</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=Broadcom_Wireless&amp;diff=588</id>
		<title>Broadcom Wireless</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=Broadcom_Wireless&amp;diff=588"/>
		<updated>2012-01-20T06:07:47Z</updated>

		<summary type="html">&lt;p&gt;Alisonken1: /* Using package tarball */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This tutorial is written for setting up wireless on Slackware on laptops with Broadcom wireless cards. It deals with installing Boradcom's official proprietary '''wl''' driver for Linux that includes support for Broadcom's BCM4311-, BCM4312-, BCM4313-, BCM4321-, BCM4322-, BCM43224-, and BCM43225-, BCM43227- and BCM43228-based hardware.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
This tutorial assumes a full Slackware installation. There should also be a way to transfer files to the target laptop - it can either be a working internet connection using the laptop's ethernet card, '''or''' a different machine with internet access and a USB thumb drive to transfer the files.&lt;br /&gt;
The regular user account on the laptop must also be a part of the ''netdev'' group.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
The first thing is to check if the user is part of the ''netdev'' group :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;groups&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the output does not contain &amp;lt;code&amp;gt;netdev&amp;lt;/code&amp;gt;, then as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;, enter the following command :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;usermod -a -G netdev username&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; is the name of your user account.&lt;br /&gt;
&lt;br /&gt;
== Installing the driver ==&lt;br /&gt;
&lt;br /&gt;
=== Sbopkg method ===&lt;br /&gt;
If a working internet connection is available on the laptop (say a wired connection), use [http://sbopkg.org sbopkg] to install the drivers :&lt;br /&gt;
&amp;lt;pre&amp;gt;sbopkg -i broadcom-sta&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Manual method ===&lt;br /&gt;
Navigate to the slackbuilds.org's [http://slackbuilds.org/result/?search=broadcom-sta&amp;amp;sv= broadcom-sta page] and build the package according to the [http://slackbuilds.org/howto/ instructions] given. Make sure to download the source code relevant to the architecture of your installation (32-bit or 64-bit).&lt;br /&gt;
&lt;br /&gt;
== Blacklisting the b43 and ssb modules ==&lt;br /&gt;
&lt;br /&gt;
The Broadcom's &amp;lt;code&amp;gt;wl&amp;lt;/code&amp;gt; driver conflicts with the kernel's &amp;lt;code&amp;gt;b43&amp;lt;/code&amp;gt; driver, so open up the &amp;lt;code&amp;gt;/etc/modprobe.d/blacklist.conf&amp;lt;/code&amp;gt; using the text editor of your choice as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; and add the following lines to it :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist ssb&lt;br /&gt;
blacklist b43&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Final steps ==&lt;br /&gt;
&lt;br /&gt;
At this point, reboot your machine. The drivers should be installed and work now. To test this, enter the &amp;lt;code&amp;gt;iwconfig&amp;lt;/code&amp;gt; command. you should see an output like this :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ iwconfig&lt;br /&gt;
lo        no wireless extensions.&lt;br /&gt;
&lt;br /&gt;
eth1      IEEE 802.11  Nickname:&amp;quot;lapto&amp;quot;&lt;br /&gt;
          Access Point: Not-Associated   &lt;br /&gt;
          Link Quality:5  Signal level:217  Noise level:199&lt;br /&gt;
          Rx invalid nwid:0  invalid crypt:31  invalid misc:0&lt;br /&gt;
&lt;br /&gt;
eth0      no wireless extensions.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This output suggests that the drivers installed right and your wireless card is recognized as &amp;lt;code&amp;gt;eth1&amp;lt;/code&amp;gt; by the kernel. Hooray!&lt;br /&gt;
&lt;br /&gt;
You can now either use the &amp;lt;code&amp;gt;iwconfig&amp;lt;/code&amp;gt; tool to configure your wireless networks, '''or''' if you prefer to use a GUI, follow the next section for installing Wicd.&lt;br /&gt;
&lt;br /&gt;
== Installing Wicd ==&lt;br /&gt;
&lt;br /&gt;
To make management of wireless connections easier, we will install [http://wicd.sourceforge.net/ Wicd] network manager that provides a simple configuration GUI and system tray icon.&lt;br /&gt;
&lt;br /&gt;
=== Using slackpkg ===&lt;br /&gt;
&lt;br /&gt;
If a working internet connection is available on the laptop (say a wired connection), simply use &amp;lt;code&amp;gt;slackpkg&amp;lt;/code&amp;gt; to install wicd :&lt;br /&gt;
&amp;lt;pre&amp;gt;slackpkg install wicd&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using package tarball ===&lt;br /&gt;
&lt;br /&gt;
Download the &amp;lt;code&amp;gt;Wicd&amp;lt;/code&amp;gt; package for your Slackware version from the ''extra/'' section of your preferred Slackware [http://slackware.osuosl.org/ mirror] and install using &amp;lt;code&amp;gt;installpkg&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
For example, on a 32-bit system running Slackware 13.37, as root:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 wget http://slackware.dreamhost.com/slackware/slackware-13.37/extra/wicd/wicd-1.7.0-i486-2.txz&lt;br /&gt;
 installpkg ./wicd-1.7.0-i486-2.txz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Wicd usage ==&lt;br /&gt;
Start the Wicd daemon :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 /etc/rc.d/rc.wicd start&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once its started, run &amp;lt;code&amp;gt;wicd-client&amp;lt;/code&amp;gt; and configure the network to your liking.&lt;br /&gt;
&lt;br /&gt;
=== Caveat ===&lt;br /&gt;
Wicd by default treats &amp;lt;code&amp;gt;wlan0&amp;lt;/code&amp;gt; as the default wireless interface. Since the interface is &amp;lt;code&amp;gt;eth1&amp;lt;/code&amp;gt; in our case, you might want to correct this in Wicd's Preferences.&lt;/div&gt;</summary>
		<author><name>Alisonken1</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=Broadcom_Wireless&amp;diff=587</id>
		<title>Broadcom Wireless</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=Broadcom_Wireless&amp;diff=587"/>
		<updated>2012-01-20T06:06:24Z</updated>

		<summary type="html">&lt;p&gt;Alisonken1: /* Using package tarball */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Tutorials]]&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This tutorial is written for setting up wireless on Slackware on laptops with Broadcom wireless cards. It deals with installing Boradcom's official proprietary '''wl''' driver for Linux that includes support for Broadcom's BCM4311-, BCM4312-, BCM4313-, BCM4321-, BCM4322-, BCM43224-, and BCM43225-, BCM43227- and BCM43228-based hardware.&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
This tutorial assumes a full Slackware installation. There should also be a way to transfer files to the target laptop - it can either be a working internet connection using the laptop's ethernet card, '''or''' a different machine with internet access and a USB thumb drive to transfer the files.&lt;br /&gt;
The regular user account on the laptop must also be a part of the ''netdev'' group.&lt;br /&gt;
&lt;br /&gt;
== Getting Started ==&lt;br /&gt;
&lt;br /&gt;
The first thing is to check if the user is part of the ''netdev'' group :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;groups&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If the output does not contain &amp;lt;code&amp;gt;netdev&amp;lt;/code&amp;gt;, then as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt;, enter the following command :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;usermod -a -G netdev username&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;code&amp;gt;username&amp;lt;/code&amp;gt; is the name of your user account.&lt;br /&gt;
&lt;br /&gt;
== Installing the driver ==&lt;br /&gt;
&lt;br /&gt;
=== Sbopkg method ===&lt;br /&gt;
If a working internet connection is available on the laptop (say a wired connection), use [http://sbopkg.org sbopkg] to install the drivers :&lt;br /&gt;
&amp;lt;pre&amp;gt;sbopkg -i broadcom-sta&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Manual method ===&lt;br /&gt;
Navigate to the slackbuilds.org's [http://slackbuilds.org/result/?search=broadcom-sta&amp;amp;sv= broadcom-sta page] and build the package according to the [http://slackbuilds.org/howto/ instructions] given. Make sure to download the source code relevant to the architecture of your installation (32-bit or 64-bit).&lt;br /&gt;
&lt;br /&gt;
== Blacklisting the b43 and ssb modules ==&lt;br /&gt;
&lt;br /&gt;
The Broadcom's &amp;lt;code&amp;gt;wl&amp;lt;/code&amp;gt; driver conflicts with the kernel's &amp;lt;code&amp;gt;b43&amp;lt;/code&amp;gt; driver, so open up the &amp;lt;code&amp;gt;/etc/modprobe.d/blacklist.conf&amp;lt;/code&amp;gt; using the text editor of your choice as &amp;lt;code&amp;gt;root&amp;lt;/code&amp;gt; and add the following lines to it :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
blacklist ssb&lt;br /&gt;
blacklist b43&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Final steps ==&lt;br /&gt;
&lt;br /&gt;
At this point, reboot your machine. The drivers should be installed and work now. To test this, enter the &amp;lt;code&amp;gt;iwconfig&amp;lt;/code&amp;gt; command. you should see an output like this :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ iwconfig&lt;br /&gt;
lo        no wireless extensions.&lt;br /&gt;
&lt;br /&gt;
eth1      IEEE 802.11  Nickname:&amp;quot;lapto&amp;quot;&lt;br /&gt;
          Access Point: Not-Associated   &lt;br /&gt;
          Link Quality:5  Signal level:217  Noise level:199&lt;br /&gt;
          Rx invalid nwid:0  invalid crypt:31  invalid misc:0&lt;br /&gt;
&lt;br /&gt;
eth0      no wireless extensions.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This output suggests that the drivers installed right and your wireless card is recognized as &amp;lt;code&amp;gt;eth1&amp;lt;/code&amp;gt; by the kernel. Hooray!&lt;br /&gt;
&lt;br /&gt;
You can now either use the &amp;lt;code&amp;gt;iwconfig&amp;lt;/code&amp;gt; tool to configure your wireless networks, '''or''' if you prefer to use a GUI, follow the next section for installing Wicd.&lt;br /&gt;
&lt;br /&gt;
== Installing Wicd ==&lt;br /&gt;
&lt;br /&gt;
To make management of wireless connections easier, we will install [http://wicd.sourceforge.net/ Wicd] network manager that provides a simple configuration GUI and system tray icon.&lt;br /&gt;
&lt;br /&gt;
=== Using slackpkg ===&lt;br /&gt;
&lt;br /&gt;
If a working internet connection is available on the laptop (say a wired connection), simply use &amp;lt;code&amp;gt;slackpkg&amp;lt;/code&amp;gt; to install wicd :&lt;br /&gt;
&amp;lt;pre&amp;gt;slackpkg install wicd&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Using package tarball ===&lt;br /&gt;
&lt;br /&gt;
Download the &amp;lt;code&amp;gt;Wicd&amp;lt;/code&amp;gt; package for your Slackware version from the ''extra/'' section of your preferred Slackware [http://slackware.osuosl.org/ mirror] and install using &amp;lt;code&amp;gt;installpkg&amp;lt;/code&amp;gt;. For example, on a 32-bit system, as root :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 wget http://slackware.dreamhost.com/slackware/slackware-13.37/extra/wicd/wicd-1.7.0-i486-2.txz&lt;br /&gt;
 installpkg ./wicd-1.7.0-i486-2.txz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Wicd usage ==&lt;br /&gt;
Start the Wicd daemon :&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 /etc/rc.d/rc.wicd start&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Once its started, run &amp;lt;code&amp;gt;wicd-client&amp;lt;/code&amp;gt; and configure the network to your liking.&lt;br /&gt;
&lt;br /&gt;
=== Caveat ===&lt;br /&gt;
Wicd by default treats &amp;lt;code&amp;gt;wlan0&amp;lt;/code&amp;gt; as the default wireless interface. Since the interface is &amp;lt;code&amp;gt;eth1&amp;lt;/code&amp;gt; in our case, you might want to correct this in Wicd's Preferences.&lt;/div&gt;</summary>
		<author><name>Alisonken1</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=User:Alisonken1&amp;diff=499</id>
		<title>User:Alisonken1</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=User:Alisonken1&amp;diff=499"/>
		<updated>2011-06-24T22:06:02Z</updated>

		<summary type="html">&lt;p&gt;Alisonken1: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* Real name: Ken Roberts&lt;br /&gt;
* IRC Nickname: alisonken1&lt;br /&gt;
* Slackware mirror that I maintain: http://slackware.dreamhost.com/slackware&lt;/div&gt;</summary>
		<author><name>Alisonken1</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=User:Alisonken1&amp;diff=498</id>
		<title>User:Alisonken1</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=User:Alisonken1&amp;diff=498"/>
		<updated>2011-06-24T22:05:15Z</updated>

		<summary type="html">&lt;p&gt;Alisonken1: Created page with &amp;quot;Real name: Ken Roberts IRC Nickname: alisonken1 Slackware mirror that I maintain: http://slackware.dreamhost.com/slackware&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Real name: Ken Roberts&lt;br /&gt;
IRC Nickname: alisonken1&lt;br /&gt;
Slackware mirror that I maintain: http://slackware.dreamhost.com/slackware&lt;/div&gt;</summary>
		<author><name>Alisonken1</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=The_Regulars&amp;diff=497</id>
		<title>The Regulars</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=The_Regulars&amp;diff=497"/>
		<updated>2011-06-24T22:03:26Z</updated>

		<summary type="html">&lt;p&gt;Alisonken1: /* Others */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Staff==&lt;br /&gt;
* [[User:Alan_Hicks|Alan Hicks]]&lt;br /&gt;
* [[User:alienbob|alienBOB]]&lt;br /&gt;
* nachox/darkjoker&lt;br /&gt;
* [[User:phrag|phrag]]&lt;br /&gt;
* [[User:rworkman|rworkman]]&lt;br /&gt;
* [[User:Stx|Stx]]&lt;br /&gt;
* [[User:Unixfool|Unixfool/W|GGL|T]]&lt;br /&gt;
&lt;br /&gt;
==Others==&lt;br /&gt;
&lt;br /&gt;
* [[User:Alisonken1|Alisonken1]]&lt;br /&gt;
* [[User:Apeitheo|Apeitheo]]&lt;br /&gt;
* [[User:Boojit|boojit]]&lt;br /&gt;
* [[User:Michiel |BP{k}]]&lt;br /&gt;
* [[User:Buzzedlightyear|Buzzedlightyear]]&lt;br /&gt;
* [[User:chopp|chopp]]&lt;br /&gt;
* [[User:Chrismo|Chrismo]]&lt;br /&gt;
* [[User:clavius|clavius]]&lt;br /&gt;
* [[USer:codermaniac|codermaniac]]&lt;br /&gt;
* [[User:cpunches|cpunches]]&lt;br /&gt;
* [[User:Crudo|crudo]]&lt;br /&gt;
* [[User:Crypticlineage|crypticlineage]]&lt;br /&gt;
* [[User:dadexter|dadexter]]&lt;br /&gt;
* [[User:dchmelik|dchmelik]]&lt;br /&gt;
* [[User:derxob|derxob]]&lt;br /&gt;
* [[User:Dominian|Dominian]]&lt;br /&gt;
* dtanner&lt;br /&gt;
* [[eclipse75]]&lt;br /&gt;
* [[User:FredEmmott|fred]]&lt;br /&gt;
* [[User:giangy|giangy]]&lt;br /&gt;
* [[User:jcm |jcm]]&lt;br /&gt;
* [[User:jpipkin |jpipkin]]&lt;br /&gt;
* [[User:macavity|macavity]]&lt;br /&gt;
* [[User:Marcus | Marcus_]]&lt;br /&gt;
* [[User:Mmlj4|mmlj4]]&lt;br /&gt;
* [[USer:Phoul|Phoul]]&lt;br /&gt;
* [[User:Dardan Fejzullahi |radiohead]]&lt;br /&gt;
* [[User:radi0head|radi0head]]&lt;br /&gt;
* Riddick&lt;br /&gt;
* [[User:robert-brown|robert-brown]]&lt;br /&gt;
* [[User:1337ln | ron1n]]&lt;br /&gt;
* [[User:Ryanx0r|Ryanx0r]]&lt;br /&gt;
* [[USer:slackmagic|slackmagic]]&lt;br /&gt;
* [[User:Slakmagik|slakmagik]]&lt;br /&gt;
* [[StevenR]]&lt;br /&gt;
* [[User:Straterra|Straterra]]&lt;br /&gt;
* [[USer:Strykar|Strykar]]&lt;br /&gt;
* [[User:tecky|tecky]]&lt;br /&gt;
* [[User:Tewmten|tewmten]]&lt;br /&gt;
* [[User:v3ctor|v3ctor]]&lt;br /&gt;
* [[User:Zordrak|Zordrak]]&lt;br /&gt;
* [[User:natex|natex]]&lt;br /&gt;
&lt;br /&gt;
==SlackWiki Admins==&lt;br /&gt;
There is a [[Special:Listadmins|list]] of SlackWiki admins. Please contact one if you think you'd be a suitable admin.&lt;/div&gt;</summary>
		<author><name>Alisonken1</name></author>
	</entry>
	<entry>
		<id>https://www.slackwiki.com/index.php?title=The_Regulars&amp;diff=496</id>
		<title>The Regulars</title>
		<link rel="alternate" type="text/html" href="https://www.slackwiki.com/index.php?title=The_Regulars&amp;diff=496"/>
		<updated>2011-06-24T22:02:36Z</updated>

		<summary type="html">&lt;p&gt;Alisonken1: /* Others */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Staff==&lt;br /&gt;
* [[User:Alan_Hicks|Alan Hicks]]&lt;br /&gt;
* [[User:alienbob|alienBOB]]&lt;br /&gt;
* nachox/darkjoker&lt;br /&gt;
* [[User:phrag|phrag]]&lt;br /&gt;
* [[User:rworkman|rworkman]]&lt;br /&gt;
* [[User:Stx|Stx]]&lt;br /&gt;
* [[User:Unixfool|Unixfool/W|GGL|T]]&lt;br /&gt;
&lt;br /&gt;
==Others==&lt;br /&gt;
&lt;br /&gt;
* [[User:Alisonken1[Alisonken1]]&lt;br /&gt;
* [[User:Apeitheo|Apeitheo]]&lt;br /&gt;
* [[User:Boojit|boojit]]&lt;br /&gt;
* [[User:Michiel |BP{k}]]&lt;br /&gt;
* [[User:Buzzedlightyear|Buzzedlightyear]]&lt;br /&gt;
* [[User:chopp|chopp]]&lt;br /&gt;
* [[User:Chrismo|Chrismo]]&lt;br /&gt;
* [[User:clavius|clavius]]&lt;br /&gt;
* [[USer:codermaniac|codermaniac]]&lt;br /&gt;
* [[User:cpunches|cpunches]]&lt;br /&gt;
* [[User:Crudo|crudo]]&lt;br /&gt;
* [[User:Crypticlineage|crypticlineage]]&lt;br /&gt;
* [[User:dadexter|dadexter]]&lt;br /&gt;
* [[User:dchmelik|dchmelik]]&lt;br /&gt;
* [[User:derxob|derxob]]&lt;br /&gt;
* [[User:Dominian|Dominian]]&lt;br /&gt;
* dtanner&lt;br /&gt;
* [[eclipse75]]&lt;br /&gt;
* [[User:FredEmmott|fred]]&lt;br /&gt;
* [[User:giangy|giangy]]&lt;br /&gt;
* [[User:jcm |jcm]]&lt;br /&gt;
* [[User:jpipkin |jpipkin]]&lt;br /&gt;
* [[User:macavity|macavity]]&lt;br /&gt;
* [[User:Marcus | Marcus_]]&lt;br /&gt;
* [[User:Mmlj4|mmlj4]]&lt;br /&gt;
* [[USer:Phoul|Phoul]]&lt;br /&gt;
* [[User:Dardan Fejzullahi |radiohead]]&lt;br /&gt;
* [[User:radi0head|radi0head]]&lt;br /&gt;
* Riddick&lt;br /&gt;
* [[User:robert-brown|robert-brown]]&lt;br /&gt;
* [[User:1337ln | ron1n]]&lt;br /&gt;
* [[User:Ryanx0r|Ryanx0r]]&lt;br /&gt;
* [[USer:slackmagic|slackmagic]]&lt;br /&gt;
* [[User:Slakmagik|slakmagik]]&lt;br /&gt;
* [[StevenR]]&lt;br /&gt;
* [[User:Straterra|Straterra]]&lt;br /&gt;
* [[USer:Strykar|Strykar]]&lt;br /&gt;
* [[User:tecky|tecky]]&lt;br /&gt;
* [[User:Tewmten|tewmten]]&lt;br /&gt;
* [[User:v3ctor|v3ctor]]&lt;br /&gt;
* [[User:Zordrak|Zordrak]]&lt;br /&gt;
* [[User:natex|natex]]&lt;br /&gt;
&lt;br /&gt;
==SlackWiki Admins==&lt;br /&gt;
There is a [[Special:Listadmins|list]] of SlackWiki admins. Please contact one if you think you'd be a suitable admin.&lt;/div&gt;</summary>
		<author><name>Alisonken1</name></author>
	</entry>
</feed>