View previous topic :: View next topic |
Author |
Message |
bluedevils Apprentice

Joined: 21 Jul 2004 Posts: 252 Location: Vancouver BC -> NYC, NY
|
Posted: Sat Jul 16, 2005 7:42 am Post subject: wpa_supplicant (so close!) |
|
|
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 |
|
 |
tsunam Retired Dev


Joined: 23 Feb 2004 Posts: 343
|
Posted: Sat Jul 16, 2005 7:49 am Post subject: |
|
|
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 |
|
 |
bluedevils Apprentice

Joined: 21 Jul 2004 Posts: 252 Location: Vancouver BC -> NYC, NY
|
Posted: Sat Jul 16, 2005 1:14 pm Post subject: |
|
|
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 |
|
 |
volkmar Tux's lil' helper

Joined: 01 Jul 2004 Posts: 122
|
Posted: Sat Jul 16, 2005 1:55 pm Post subject: Re: wpa_supplicant (so close!) |
|
|
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 |
|
 |
|