>-----Original Message----- >From: fedora-list-bounces@xxxxxxxxxx >[mailto:fedora-list-bounces@xxxxxxxxxx] On Behalf Of Neil Cherry >Sent: Sunday, October 09, 2005 8:01 PM >To: For users of Fedora Core releases >Subject: Re: kernel source install > > >Jeff McKeon wrote: > >> /etc/wpa_supplicant.conf >> ap_scan=1 >> fast_reauth=1 >> >> # home network; allow all valid ciphers >> network={ >> ssid="thisisfake" >> scan_ssid=1 >> key_mgmt=WPA-PSK >> psk="nottellin" >> priority=5 >> proto=WPA >> bssid=00:0F:66:EA:1C:A9 >> } >> >> Getting closer, but still not there... :o( >> >> Thanks for all the help so far though!! > >Do an iwconfig wlan0 after you've done everything else. Maybe >it can tell us something we're missing. Also a dmesg might not >hurt also (substiture the appropriate information stuff of course). > Neil, New development, if I turn on ssid broadcast on my AP then it gets listed when I do a iwlist wlan0 scan. Also an iwconfig returns the correct information except: Encryption Key: off If I have broadcast ssid off on the router, I get no joy at all. If I can get the Encryption key set I think I'll be in business (while broadcast ssid is on). Also, what specifically did you want to see from the dmesg output? Thanks Jeff