SCIENTIFIC-LINUX-USERS Archives

July 2008

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Loren Enders <[log in to unmask]>
Reply To:
Loren Enders <[log in to unmask]>
Date:
Tue, 22 Jul 2008 20:10:24 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (33 lines)
Here is how I got mine working... first try for me also and I finally 
got it going.

System->Administration->Network
    Edit wireless (mine is eth1) so it is not active on boot

System->Administration->Services
    Disable network and wpa_supplicant
    Enable NetworkManager, make sure ipw3945d is also enabled

edit /etc/wpa_supplicant/wpa_supplicant.conf so it looks like

        ctrl_interface=/var/run/wpa_supplicant
        ctrl_interface_group=wheel

        network={
            ssid="cd"
            proto=WPA
            key_mgmt=WPA-PSK
            pairwise=TKIP
            group=TKIP
            psk="yourpre-sharedkey"
        }

Reboot (using Gnome) with NetworkManager running it shows me available 
wireless
networks, I can select mine, it asks for the psk (which leads me to 
believe it is not
reading the wpa_supplicant.conf file but I have it in there anyways) it 
will save the key for you.

That is how I got it working.

ATOM RSS1 RSS2