View previous topic :: View next topic |
Author |
Message |
bassvandijk Guru


Joined: 13 Sep 2002 Posts: 306 Location: Haps, Netherlands
|
Posted: Tue Mar 01, 2005 6:52 pm Post subject: No automatic connection to AP |
|
|
I have to acces points:
one at home named "VANDIJKWLAN" (no WEP)
and one at the univeristy named "paswoord" (WEP).
At home I can connect to "VANDIJKWLAN" without problems
but when I'm at the university, the scripts don't automatically find "paswoord".
I manually have to uncomment the "essid_eth1..." line in my /etc/conf.d/wireless to force connecting to "paswoord".
/etc/conf.d/wireless Code: | #essid_eth1="paswoord"
key_paswoord="********"
preferred_aps=( "paswoord" "VANDIJKWLAN" ) |
Why doesn't the preferred_aps=(...) work as expected?
I'm using the latest baselayout (1.11.9-r1) |
|
Back to top |
|
 |
UberLord Retired Dev


Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
Posted: Tue Mar 01, 2005 7:09 pm Post subject: |
|
|
Maybe because it's not broadcasting it's SSID?
You have two options - you can map the MAC address to the SSID if it's broadcast or you can change the associate order - both of which are documented in /etc/conf.d/wireless.example |
|
Back to top |
|
 |
bassvandijk Guru


Joined: 13 Sep 2002 Posts: 306 Location: Haps, Netherlands
|
Posted: Tue Mar 01, 2005 8:02 pm Post subject: |
|
|
UberLord wrote: | Maybe because it's not broadcasting it's SSID? ... | Thanks for pointing out a possible problem.
UberLord wrote: | ... or you can change the associate order | I will try that tomorrow when I'm at the university. |
|
Back to top |
|
 |
|