Results 1 to 9 of 9

Thread: No Wireless conection

  1. #1
    Join Date
    Mar 2005
    Location
    Fredericia, DK
    Beans
    204
    Distro
    Ubuntu 10.04 Lucid Lynx

    Exclamation No Wireless conection

    Hi.
    I've compiled and isntalled the ralink rt2860sta module, and wicd sees my networks but can't connect to any of them. I've tried to turn off the security without help.
    What output do you need, to help me with that one?
    Registered Linux Couter #217909
    This site has been moved. - We'd tell you where, but then we'd have to delete you.

  2. #2
    Join Date
    Feb 2007
    Location
    Maryland, USA
    Beans
    3,396
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: No Wireless conection

    Please post the output of
    Code:
    iwconfig

  3. #3
    Join Date
    Mar 2005
    Location
    Fredericia, DK
    Beans
    204
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: No Wireless conection

    Code:
    mariusz@mariusz-laptop:~$ iwconfig 
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    Warning: Driver for device ra0 has been compiled with an ancient version
    of Wireless Extension, while this program support version 11 and later.
    Some things may be broken...
    
    ra0       RT2860 Wireless  ESSID:""  Nickname:"RT2860STA"
              Mode:Auto  Frequency=2.422 GHz  Access Point: Not-Associated   
              Link Quality:0  Signal level:0  Noise level:159
              Rx invalid nwid:0  invalid crypt:0  invalid misc:0
    
    mariusz@mariusz-laptop:~$
    Registered Linux Couter #217909
    This site has been moved. - We'd tell you where, but then we'd have to delete you.

  4. #4

    Re: No Wireless conection

    well from the output of ur iwconfig ur AP not getting associate with ur lappy

    1st off set ur ssid
    iwconfig ra0 ssid <name>
    iwconfig ra0 mode managed
    iwconfig ra0 key 11:11:11:11:etc etc
    ifconfig ra0 up

    ping 192.168.0.1
    if u get a reply
    ping www.somewebsite.com
    if u get a rply ur good to roll!!!

    Cheers

  5. #5
    Join Date
    Mar 2005
    Location
    Fredericia, DK
    Beans
    204
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: No Wireless conection

    The thing is that when I get to the part where I've to put in the key I get an error and can't get further from there.
    Code:
    mariusz@mariusz-laptop:~$ iwconfig ra0 key s:korsgaard
    Error for wireless request "Set Encode" (8B2A) :
        SET failed on device ra0 ; Operation not permitted.
    When using wicd I see all the networks but can't connect to any of them. See the attatchment.
    Attached Images Attached Images
    Last edited by xodeus; April 23rd, 2008 at 07:13 PM.
    Registered Linux Couter #217909
    This site has been moved. - We'd tell you where, but then we'd have to delete you.

  6. #6

    Re: No Wireless conection


  7. #7
    Join Date
    Feb 2007
    Location
    Maryland, USA
    Beans
    3,396
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: No Wireless conection

    Try
    Code:
    sudo iwconfig ra0 key s:korsgaard

  8. #8
    Join Date
    Mar 2005
    Location
    Fredericia, DK
    Beans
    204
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: No Wireless conection

    tried that too, but I does not work either.

    I've in the meantime got a mail from the developer of the module Jett Chen from ralink. Hi is writing this:
    Dear Sir,



    1. Please turn on debug message by iwpriv, check Makefile and add “-DDBG” into CFLAGS.

    After driver bring up, please input below command.

    iwpriv ra0 set Debug=3
    So I did
    Code:
    sudo make -CFLAGS=-DDBG
    in the ralink source, it compiled without any warnings nor messages. So started the module then
    Code:
    iwpriv ra0 set Debug=3
    then I got this message:
    Interface doesn't accept private ioctl...
    set (8BE2): Network is down
    i mailed it to him, but he hasn't answered yet, so what does this mean?
    Registered Linux Couter #217909
    This site has been moved. - We'd tell you where, but then we'd have to delete you.

  9. #9
    Join Date
    Nov 2008
    Location
    Denver, UK
    Beans
    271
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: No Wireless conection

    I posted a walkthrough of what worked for me, give it a go and let me know if it works for you.

    http://ubuntuforums.org/showthread.php?t=966185

    -flyguy97

Tags for this Thread

Bookmarks

Posting Permissions

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