Re: Does anyone understand NetworkManager?



Dan Williams <dcbw redhat com> writes:

> On Tue, 2006-08-15 at 14:40 -0400, David Abrahams wrote:
>> "Darren Albers" <dalbers gmail com> writes:
>> 
>> > Do dmesg | grep ipw and see if there were any errors loading the driver.
>> 
>> Heh.  Turns out that following the first step suggested by Robert Love
>> hosed my system; the driver insallation instructions say to rebuild
>> ieee80211, which starts by deleting the existing installation...
>> 
>> Anyway, after reinstalling the kernel... ap_scan=1 makes no
>> difference; wpa_supplicant is just as happy.  And with NM back on,
>> things are just as slow as they used to be.
>
> Can you post the wpa_supplicant.conf file that you're using? (with
> sensitive info removed of course)

It's precisely identical to what Darren suggested (with the exception
of ssid, psk, and ap_scan setting (which you asked me to change):

 ctrl_interface=/var/run/wpa_supplicant
 ctrl_interface_group=0
 eapol_version=1
 ap_scan=2
 fast_reauth=1
 network={
       ssid="Enteryour SSID Here"
       proto=WPA
       key_mgmt=WPA-PSK
       pairwise=TKIP
       group=TKIP
       psk="mypskgoeshere"
 }

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]