Quote Originally Posted by utu View Post
Heres' my latest. On-line now in 50 seconds.

#!/bin/bash

# /etc/rc.local (mine is root:root and executable)

# other stuff(1)

setwifi () { # see http://ubuntuforums.org/showthread.php?t=684495
WIFI="eth1"; dhclient -r $WIFI; ifconfig $WIFI up
iwconfig $WIFI essid "(alphanumeric ssid)" key "(hexadecimal wep)" mode "Managed"
nohup dhclient $WIFI; wait >/dev/null 2>&1
aplay -vv /usr/lib/libreoffice/basis3.3/share/gallery/sounds/ok.wav
}

# other stuff(2)

setwifi

# other stuff(3)

exit 0
Dear utu:

Q: Which version's of knoppix is this script compatible?

I'm interested using WLAN CLI alternatives to the bloated network-manager GUI w/7.0.3!

Regards,
luther