View previous topic :: View next topic |
Author |
Message |
Scottix n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Mar 2005 Posts: 57
|
Posted: Fri Apr 20, 2007 12:56 am Post subject: Wireless |
|
|
Im trying to get on my wireless network.
I am having a problem I think with the space in the name or something, but I don't want to change it.
This is what I have in my net.conf
Code: |
essid_ra0="ASU Devils"
key_ASU_Devils="xxxxxxxxxx enc open"
sleep_scan_ra0="1"
sleep_associate_ra0="25"
config_ra0=( "dhcp" )
|
*The key is correct just didn't put it in the post.
**I know this because the same key works in windows.
When I run /etc/init.d/net.ra0 start
The essid=""
and dhcpd times out.
when I run iwlist ra0 scan I get
Code: |
ra0 Scan completed :
Cell 01 - Address: 00:18:39:48:BA:1A
Mode:Managed
ESSID:"linksys"
Encryption key:off
Channel:6
Quality:0/100 Signal level:-67 dBm Noise level:-192 dBm
Cell 02 - Address: 00:16:B6:32:3A:FD
Mode:Managed
ESSID:"linksys_SES_47989"
Encryption key:on
Channel:11
Quality:0/100 Signal level:-64 dBm Noise level:-192 dBm
Cell 03 - Address: 00:14:BF:17:A3:FA
Mode:Managed
ESSID:"ASU Devils"
Encryption key:on
Channel:11
Quality:0/100 Signal level:-71 dBm Noise level:-192 dBm
Cell 04 - Address: 00:14:6C:D8:3C:5E
Mode:Managed
ESSID:"netgear"
Encryption key:on
Channel:11
Quality:0/100 Signal level:-77 dBm Noise level:-192 dBm
Cell 05 - Address: 00:14:BF:7C:1B:EC
Mode:Managed
ESSID:"wonderfulKorea"
Encryption key:off
Channel:6
Quality:0/100 Signal level:-80 dBm Noise level:-192 dBm
|
any help would be nice. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
canabix67 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 27 Jul 2006 Posts: 106
|
Posted: Fri Apr 20, 2007 11:42 am Post subject: |
|
|
Try that:
Code: | iwconfig ra0 essid "ASU\ Devils"
dhcpcd ra0 |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Scottix n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Mar 2005 Posts: 57
|
Posted: Sat Apr 21, 2007 6:18 pm Post subject: |
|
|
Didn't work. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
canabix67 Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 27 Jul 2006 Posts: 106
|
Posted: Mon Apr 23, 2007 8:00 am Post subject: |
|
|
Try that:
Code: | iwconfig ra0 essid '"ASU Devils"'
dhcpcd ra0 |
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Scottix n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Mar 2005 Posts: 57
|
Posted: Tue May 01, 2007 3:15 am Post subject: |
|
|
Nope its really weird when I do
iwconfig ra0 essid "ASU Devils" key xxxxxxxxxx enc open
It connects and sees it but when I do dhcpd it connects to a different access point
The weird thing is it used to work lol.
I also tried downgrading the rt2500 module but still didn't work. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
xandris Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 24 Jan 2005 Posts: 113
|
Posted: Tue May 01, 2007 4:50 pm Post subject: |
|
|
Check out this bug. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gemini91 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 27 Nov 2003 Posts: 317 Location: Naples, Fl
|
Posted: Sun May 06, 2007 5:47 pm Post subject: |
|
|
I have a similar problem trying to connect to my daughters lan.
the name is "Flaxleaf Linksys" The patch in bug 176673 fixed the
problem. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Scottix n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Mar 2005 Posts: 57
|
Posted: Thu May 10, 2007 9:52 pm Post subject: Wireless (Solved) |
|
|
I changed
essid_ra0="ASU Devils"
to
preferred_aps_ra0=( "ASU Devils" ) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|