Hank <(E-Mail Removed)> wrote:
> I would first like to thank anyone how reads this, and I would further
> like to thank anyone who responds - even if it is just to say "Read
> the man page again Dumb-ass!"
>
> My wireless problem is:
>
> My Neighbor has a router that is unencrypted. I have an encrypted
> router. My Slackware 9.1 on my laptop automatically uses his on boot
> up. I have to use iwconfig to set my key and essid, then I have to
> release the old IP from his router and Obtain one from mine. I have
> set all of the same info that I use with iwconfig into my
> /etc/PCMCIA/wireless.opts, but this does nothing for me. I know there
> is a way to use my router automatically, because I have read that
> other people do it, I just don't know how.
Pity you don't show us what's in you wireless.opts file.
First (this part is optional, but I recommend it for a laptop), change
the scheme. The change is persistent.
cardctl scheme home
Then put this in wireless.opts. Note there are parts that need to be
commented out.
case "$ADDRESS" in
# NOTE : Remove the following four lines to activate the samples below ...
# --------- START SECTION TO REMOVE -----------
#*,*,*,*)
# ;;
# ---------- END SECTION TO REMOVE ------------
home,*)
INFO="My home network"
MODE="Managed"
ESSID="cknet"
NICK="Orloc"
#IWCONFIG="power on"
#KEY="xxxx-xxxx-xx key on key restricted"
;;
It's the essid that needs to change. This way, any wireless pcmcia card
I plug in will (when scheme is home), will use my AP.
--
Cameron Kerr
(E-Mail Removed) :
http://nzgeeks.org/cameron/
Empowered by Perl!