Find the answer to your Linux question:
Results 1 to 2 of 2
I have a Linksys AE1000 wireless adapter. I managed to install the drivers and connect it to an unsecured network called "linksys" which I can access the internet with. However, ...
  1. #1
    Just Joined!
    Join Date
    May 2009
    Posts
    8

    Can't set essid or anything else with iwconfig!

    I have a Linksys AE1000 wireless adapter. I managed to install the drivers and connect it to an unsecured network called "linksys" which I can access the internet with. However, I now want to connect to a secured network but it won't let me!

    For example, I've tried doing the following:

    Code:
    sudo iwconfig ra0 essid "MyNetwork"
    sudo iwconfig ra0 key s:mykey
    sudo iwconfig ra0 enc on
    But, now when I do "iwconfig ra0" this is what I get:
    Code:
    ra0       Ralink STA  ESSID:"linksys"  Nickname:"RT3572STA"
              Mode:Managed  Frequency=2.437 GHz  Access Point: 00:18:39:B4:EA:AF   
              Bit Rate=1 Mb/s   
              RTS thr:off   Fragment thr:off
              Link Quality=46/100  Signal level:-89 dBm  Noise level:-89 dBm
              Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
              Tx excessive retries:0  Invalid misc:0   Missed beacon:0
    For some reason, it seems to be ignoring my commands. It should say, ESSID:"MyNetwork" on the top line.

    Anyone have any thoughts on this?

    EDIT: I forget to mention I'm running Ubuntu Server 10.04 LTS.

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    This should list available networks
    Code:
    sudo iwlist ra0 scan
    Does it show yours?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...