Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: wifi problems: wpa_supplicant gnome-keyring NM horror
PostPosted: Thu Jan 28, 2010 2:26 pm 
Offline

Joined: Wed Jan 27, 2010 12:19 am
Posts: 4
eeePC model: 1005HA
Aurora version: NBR 3.0.1
so long story short, i'm running nbr 3.0.1 on my 1005ha and, for a very short while, i was able to connect to the wireless internets here at home. soon NetworkManager started doing some very funny things, like turning my 9 character long alphanumeric passphrase into a really long string of gobbledeegook, and asking my permission to check the keyring over and over again.

i did some searching in various forums and found that for a lot of people, checking the "available to all users" box in the edit connections screen of NM did some good, but it did me no good. something else that seemed to work for a lot of people was to remove the password keyring by deleting the file in ~/.gnome2 and leaving empty fields when keyring prompted for new passwords. this never happened for me. even after deleting the file, i didn't get a prompt to enter a new password. i got the same dialoge box i got when NM first started acting poorly, informing me that NetworkManager needed keys from the keyring, and would i like to deny, allow once, or allow always.

so i gave up on gnome and decided to go command line. i tried to enter
Code:
sudo iwconfig wlan0 essid "blather skyth" key superintelligentpassword

and it took me awhile to realise it wasn't accepting the passphrase because the accesspoint is WPA and not WEP so of course there's some other application to handle that part. or at least i think that's what happened. anyways, i started mucking around with wpa_supplicant and i did up my .conf file and typed in
Code:
sudo wpa_supplicant -iwlan0 -c/etc/wpa_supplicant.conf -d


and that spewed out a whole mess of information, but i think the important line may well be where it says
ioctl[SIOCSIWENCODEEXT]: no such file or directory
and
Driver did not supportSIOCSIWENCODEEXT
but if it's a driver problem, why did it work a few times at the beginning?
any suggestions?
cheers!


Top
 Profile E-mail  
 
 Post subject: Re: wifi problems: wpa_supplicant gnome-keyring NM horror
PostPosted: Fri Jan 29, 2010 4:28 am 
Offline

Joined: Wed Jan 27, 2010 12:19 am
Posts: 4
eeePC model: 1005HA
Aurora version: NBR 3.0.1
update:
i just followed this very informative post on ubuntuforums
http://ubuntuforums.org/showthread.php?t=607410

and set my wpa_supplicant.conf as follow
Code:
ctrl_interface=/var/run/wpa_supplicant

network={
        ssid="network"
        psk="password"
        key_mgmt=WPA-PSK
        proto=WPA
        pairwise=TKIP
}


and then tried to run the following from the command line
Code:
sudo ifconfig wlan0 down
sudo dhclient -r wlan0
sudo wpa_supplicant -W -D wext -i wlan0 -c /etc/wpa_supplicant.conf -dd
sudo ifup wlan0


i got up to the wpa_supplicant call which hung up at
Code:
CTRL_IFACE - wlan0 - wait for monitor to attach


I'm looking forward to eeebuntu 4.0 in the hopes it will solve all my problems. until then though, could someone help me out?


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron