Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
wpa_supplicant (so close!)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
bluedevils
Apprentice
Apprentice


Joined: 21 Jul 2004
Posts: 252
Location: Vancouver BC -> NYC, NY

PostPosted: Sat Jul 16, 2005 7:42 am    Post subject: wpa_supplicant (so close!) Reply with quote

Hi All,

I have to manually enter my essid1 (iwconfig eth1 essid "<my ssid>") in order to get wpa_supplicant working. It is for the ipw2200 wireless on sony vaio. Where should my essid be defined? I thought the ssid line in /etc/wpa_supplicant.conf would take care of it. If not, how can I put the iwconfig command to run before the eth1 startup script?

Thanks for any help you can afford.
Back to top
View user's profile Send private message
tsunam
Retired Dev
Retired Dev


Joined: 23 Feb 2004
Posts: 343

PostPosted: Sat Jul 16, 2005 7:49 am    Post subject: Reply with quote

can you post the wpa_supplicant file for us to check out.

I'm wondering if you don't have quotation marks around the name of the ssid:

ssid="gentoorocks"

for example.
_________________
I'm not afraid of happy endings, just afraid my life wont work that way.
Back to top
View user's profile Send private message
bluedevils
Apprentice
Apprentice


Joined: 21 Jul 2004
Posts: 252
Location: Vancouver BC -> NYC, NY

PostPosted: Sat Jul 16, 2005 1:14 pm    Post subject: Reply with quote

I've got the quotes. As a short term fix I put the iwconfig eth1 essid "GPrivate" at the front of the /etc/conf.d/net.


Code:
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=1
fast_reauth=1
network={
        ssid="GPrivate"
        psk="<MYPASSPHRASE>"
        priority=5
}
Back to top
View user's profile Send private message
volkmar
Tux's lil' helper
Tux's lil' helper


Joined: 01 Jul 2004
Posts: 122

PostPosted: Sat Jul 16, 2005 1:55 pm    Post subject: Re: wpa_supplicant (so close!) Reply with quote

bluedevils wrote:
I have to manually enter my essid1 (iwconfig eth1 essid "<my ssid>") in order to get wpa_supplicant working. It is for the ipw2200 wireless on sony vaio. Where should my essid be defined? I thought the ssid line in /etc/wpa_supplicant.conf would take care of it. If not, how can I put the iwconfig command to run before the eth1 startup script?
I think you'd better put it into /etc/conf.d/net.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
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 vote in polls in this forum