Page 11 of 13 FirstFirst ... 910111213 LastLast
Results 101 to 110 of 128

Thread: Ralink 5390 wifi card in Ubuntu 10.10 64 bit

  1. #101
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Ralink 5390 wifi card in Ubuntu 10.10 64 bit

    Nothing helpful there. How about:
    Code:
    sudo cat /var/log/syslog | grep -i network | tail -n20
    If this is sparse, try:
    Code:
    sudo cat /var/log/syslog.1 | grep -i network | tail -n20
    I hope we can see why it fails to connect.

    Is your router set to WPA or WPA2 or the tricky and difficult mixed wpa AND wpa2 mode?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #102
    Join Date
    Aug 2006
    Location
    Siesta Key, Fl
    Beans
    126
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Ralink 5390 wifi card in Ubuntu 10.10 64 bit

    We are using wpa personal

    studio4@TinyUbuntu:~$ sudo cat /var/log/syslog | grep -i network | tail -n20
    [sudo] password for studio4:
    May 16 08:50:47 TinyUbuntu NetworkManager[579]: <info> (wlan0): supplicant connection state: associated -> 4-way handshake
    May 16 08:50:50 TinyUbuntu NetworkManager[579]: <info> (wlan0): supplicant connection state: 4-way handshake -> disconnected
    May 16 08:50:50 TinyUbuntu NetworkManager[579]: <info> (wlan0): supplicant connection state: disconnected -> scanning
    May 16 08:50:52 TinyUbuntu NetworkManager[579]: <info> (wlan0): supplicant connection state: scanning -> associating
    May 16 08:50:52 TinyUbuntu NetworkManager[579]: <info> (wlan0): supplicant connection state: associating -> associated
    May 16 08:50:52 TinyUbuntu NetworkManager[579]: <info> (wlan0): supplicant connection state: associated -> 4-way handshake
    May 16 08:50:55 TinyUbuntu NetworkManager[579]: <info> (wlan0): supplicant connection state: 4-way handshake -> disconnected
    May 16 08:50:55 TinyUbuntu NetworkManager[579]: <info> (wlan0): supplicant connection state: disconnected -> scanning
    May 16 08:50:57 TinyUbuntu NetworkManager[579]: <info> (wlan0): supplicant connection state: scanning -> associating
    May 16 08:50:57 TinyUbuntu NetworkManager[579]: <info> (wlan0): supplicant connection state: associating -> associated
    May 16 08:50:57 TinyUbuntu NetworkManager[579]: <info> (wlan0): supplicant connection state: associated -> 4-way handshake
    May 16 08:50:58 TinyUbuntu NetworkManager[579]: <warn> Activation (wlan0/wireless): association took too long.
    May 16 08:50:58 TinyUbuntu NetworkManager[579]: <info> (wlan0): device state change: 5 -> 9 (reason 7)
    May 16 08:50:58 TinyUbuntu NetworkManager[579]: <warn> Activation (wlan0) failed for access point (U.S.Gov HackerTrap)
    May 16 08:50:58 TinyUbuntu NetworkManager[579]: <info> Marking connection 'Auto U.S.Gov HackerTrap' invalid.
    May 16 08:50:58 TinyUbuntu NetworkManager[579]: <warn> Activation (wlan0) failed.
    May 16 08:50:58 TinyUbuntu NetworkManager[579]: <info> (wlan0): device state change: 9 -> 3 (reason 0)
    May 16 08:50:58 TinyUbuntu NetworkManager[579]: <info> (wlan0): deactivating device (reason: 0).
    May 16 08:50:58 TinyUbuntu NetworkManager[579]: <info> Policy set 'Auto eth0' (eth0) as default for IPv4 routing and DNS.
    May 16 08:50:58 TinyUbuntu NetworkManager[579]: <info> Policy set 'Auto eth0' (eth0) as default for IPv4 routing and DNS.
    studio4@TinyUbuntu:~$


    should I be actively trying to connect when running any of these commands, or merely have the wireless switched to 'on'?
    Last edited by guest5; May 16th, 2011 at 02:54 PM. Reason: add note

  3. #103
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Ralink 5390 wifi card in Ubuntu 10.10 64 bit

    Can you confirm you made the changes to config.mk as outlined in the README?
    3> In os/linux/config.mk
    ......
    modify to meet your need.
    ** Build for being controlled by NetworkManager or wpa_supplicant wext functions
    Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
    May I see:
    Code:
    ls /home/studio4/RT/
    Thanks.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #104
    Join Date
    Aug 2006
    Location
    Siesta Key, Fl
    Beans
    126
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Ralink 5390 wifi card in Ubuntu 10.10 64 bit

    Yes, I can confirm:
    # Support Wpa_Supplicant

    HAS_WPA_SUPPLICANT=y


    Dir List:

    studio4@TinyUbuntu:~$ ls /home/studio4/RT/
    1.patch 4.patch 7.patch include os RT2860STA.dat sta_ate_iwpriv_usage.txt
    2.patch 5.patch chips iwpriv_usage.txt README_STA_pci RT5390STA.dat tools
    3.patch 6.patch common Makefile RT2860STACard.dat sta
    studio4@TinyUbuntu:~$


    Thank you so very much for putting your mind on this problem!

  5. #105
    Join Date
    Aug 2006
    Location
    Siesta Key, Fl
    Beans
    126
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Ralink 5390 wifi card in Ubuntu 10.10 64 bit

    Forgot to confirm the other request, here it is:

    # Support Native WpaSupplicant for Network Maganger

    HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y

  6. #106
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Ralink 5390 wifi card in Ubuntu 10.10 64 bit

    Let's try something:
    Code:
    sudo rmmod -f rt5390sta
    sudo cp studio4/RT/RT5390STA.dat /etc/Wireless/RT2860STA/RT2860STA.dat
    sudo modprbe rt5390sta
    Is yours a 64-bit system? Did you do all the patches, including the 64-bit patch?

    Any improvement in your ability to connect?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #107
    Join Date
    Aug 2006
    Location
    Siesta Key, Fl
    Beans
    126
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Ralink 5390 wifi card in Ubuntu 10.10 64 bit

    I believe this to be the 32 bit version - Linux i686

    Got some odd responses to the input requests:

    studio4@TinyUbuntu:~$ sudo rmmod -f rt5390sta
    [sudo] password for studio4:
    ERROR: Removing 'rt5390sta': Resource temporarily unavailable


    studio4@TinyUbuntu:~$ sudo cp studio4/RT/RT5390STA.dat /etc/Wireless/RT2860STA/RT2860STA.dat
    cp: cannot stat `studio4/RT/RT5390STA.dat': No such file or directory

    studio4@TinyUbuntu:~$ sudo modprbe rt5390sta
    sudo: modprbe: command not found

    The connection attempt is still always in process, then times out after a few minutes.

  8. #108
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Ralink 5390 wifi card in Ubuntu 10.10 64 bit

    Let's correct a couple of things and hit it again!
    Code:
    sudo ifconfig wlan0 down
    sudo rmmod -f rt5390sta
    sudo cp /home/studio4/RT/RT5390STA.dat /etc/Wireless/RT2860STA/RT2860STA.dat
    sudo modprobe rt5390sta
    sudo ifconfig wlan0 up
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  9. #109
    Join Date
    Aug 2006
    Location
    Siesta Key, Fl
    Beans
    126
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Ralink 5390 wifi card in Ubuntu 10.10 64 bit

    Not yet. I rebooted as well.

  10. #110
    Join Date
    Aug 2006
    Location
    Siesta Key, Fl
    Beans
    126
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Ralink 5390 wifi card in Ubuntu 10.10 64 bit

    Please laugh, Anyways, I changed my password and was using the old one. I would expect it to tell me the password is rejected, whatever, it's working fine.

    Thank You. I got to learn allot more about Ubuntu. Thank YOU.

Page 11 of 13 FirstFirst ... 910111213 LastLast

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
  •