>>>>> "Benjamin" == Benjamin de Waal <[EMAIL PROTECTED]> writes:

Benjamin> Hi all, Having just subscribed to the list, I hope it's not
Benjamin> considered too impolite to pose a question immediately.

Benjamin>   My home network is divided 50/50 into wired and wireless
Benjamin> connections depending on the device and where in my home it
Benjamin> is.  The laptop, for obvious reasons, I want to go wireless.
Benjamin> I've got a DWL-650 D-Link Wireless card in it, which I've
Benjamin> verified works with a Win2k installation that's currently
Benjamin> sharing drive space on there (until I get this wireless
Benjamin> going under Linux) I really need a step by step guide for
Benjamin> setting up wireless.  The various Google searches I've done

You need:
    1.  Install pcmcia-cs
    2.  Edit /etc/pcmcia/wireless.opts
        Add a new stanza in there at the top that sets your ESSID (and
        WEP key) 
        I have:

        case "$ADDRESS" in

        *,*,*,*)
                ESSID="MyESSid"
                MODE="Ad-Hoc"
                CHANNEL=10
                KEY="0123456789abc0123456789abc"
                ;;

        ...
        (Obviously I've changed the data here)

    3.  Put the card in the slot and see what happens...

--
Dr Peter Chubb  http://www.gelato.unsw.edu.au  peterc AT gelato.unsw.edu.au
You are lost in a maze of BitKeeper repositories,   all slightly different.
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to