-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Distro agnostic version: I keep scripts for all of the wireless networks that I regularly connect to. The scripts are portable across distros assuming your wireless device uses the stock utilities:
A simple one might look like this: #!/bin/sh iwconfig ath0 essid mynetwork enc abcdef0123 dhclient ath0 exit 0 Of course replace the interface, key and essid fields to match your network. This example is using a 64 bit WEP key. Of course your card needs to be detected and installed (an iwconfig without arguments will tell you this). WPA uses another layer that I personally don't use, you may wish to check out the WPA supplicant. The previous example is from my eeepc which is nice and peppy under XUbuntu. Hth, Dan Mueller wrote: | hello all, ive got an old hp laptop at 533 mhz and 256 mh ram. i have 4 | different hard drives that i swap in and out just to play with the distros. | i love ubuntu 6.06 but a little to big to use every day. about 3 1/2 min to | boot up. dsl is nice but too much muckin around for a newbie but a 40 sec | boot up. another is blue katana/simply mepis. another nice user friendly | distro but 3 min boot up. the one that i realy like is the teenpup. seems | to run all that i do but the thing that i found concistent with ubuntu, | mepis and teen pup was getting the wireles working. on all three os's i have | the card working and it sees the network. (card is netgear wg511t. ) but | that is as far as it go's. I had the thing working in ubuntu by accident | once. didnt know why or how. if i just run my router unincripted it works | easily. but as soon as i turn on the wep stuff everything go's south. does | anyone have any expertiese with the teenpup setup as this is the distro that | so far i like the most on this laptop? Im sure that there is just a simple | setting that i need to fix/ change. | | | Dan Mueller | | | _______________________________________________ | clug-talk mailing list | [email protected] | http://clug.ca/mailman/listinfo/clug-talk_clug.ca | Mailing List Guidelines (http://clug.ca/ml_guidelines.php) | **Please remove these lines when replying -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIGipMwRXgH3rKGfMRAuVCAKCLOJ9CwYcdzgSdfOtZoh/zIbDlbgCdFVFh /HhUQw4LAfrgwiEMe74i2oE= =bwDp -----END PGP SIGNATURE----- _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

