Quote Originally Posted by zane_ff7
> 1. Go to the command line and type... wlcardconfig
> 2. Enter your wireless network's name (SSID) when prompted.
> 3. Enter your WEP key/password (if your network is encrypted) when prompted.
> 4. Leave the other specs blank.
> 5. After you complete the config, at the command line type... pump -i eth0
> (where "0" is the number of your wireless card)

i em having a problem with step 5 when i enter it i get
pump: must be run as root

I'em not even shure what that meens
It means that you need to run that command as user "root" instead of as user "knoppix" (which is default). You can do this with command sudo

So e.g. instead of pump -i eth0 use sudo pump -i eth0