Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 79

Thread: Ralink RT5390 in 11.04

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

    Re: Ralink RT5390 in 11.04

    Sorry, I have no more ideas.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  2. #22
    Join Date
    Aug 2011
    Beans
    11

    Re: Ralink RT5390 in 11.04

    Quote Originally Posted by chili555
    Quote Originally Posted by MiracleCat
    Hi, I'm very very new to Linux.

    I did everything as said in post n°9, still not working. I copied and pasted some commands you put inthis post earlier in the terminal. Here is what i got:

    Code:
    dmesg | grep 539
    [    0.305390] pci 0000:00:05.0: PME# disabled
    [    0.324229] pci 0000:02:00.0: [1814:539f] type 0 class 0x000280
    [    1.065392] tun: Universal TUN/TAP device driver, 1.6
    [    1.065396] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
    [   10.529779] rt5390 0000:02:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [   10.529858] rt5390 0000:02:00.0: setting latency timer to 64
    sudo modprobe rt5390sta
    iwconfig
    lo        no wireless extensions.
    
    eth0      no wireless extensions.
    
    wlan0     Ralink STA  
              Link Quality:0  Signal level:0  Noise level:0
              Rx invalid nwid:0  invalid crypt:0  invalid misc:0
    I own a HP DM1-3060la netbook.
    Please add to the thread. Include:
    lspci -nn | grep 0280
    rfkill list all
    modinfo rt5390sta
    Also confirm that you made the changes in os/linux/config.mk. Thanks.

    chili555

    Here are the commands:

    Code:
    lspci -nn | grep 0280
    02:00.0 Network controller [0280]: Ralink corp. Device [1814:539f]
    rfkill list all
    0: hci0: Bluetooth
    	Soft blocked: no
    	Hard blocked: no
    modinfo rt5390sta
    filename:       /lib/modules/2.6.38-11-generic/kernel/drivers/net/wireless/rt5390sta.ko
    description:    RT539X Wireless Lan Linux Driver
    license:        GPL
    version:        2.5.0.3
    srcversion:     E50A87101587A949CF35F45
    alias:          pci:v00001814d00005362sv*sd*bc*sc*i*
    alias:          pci:v00001814d00005392sv*sd*bc*sc*i*
    alias:          pci:v00001814d0000539Fsv*sd*bc*sc*i*
    alias:          pci:v00001814d00005390sv*sd*bc*sc*i*
    alias:          pci:v00001814d00003390sv*sd*bc*sc*i*
    alias:          pci:v00001814d00003092sv*sd*bc*sc*i*
    alias:          pci:v00001814d00003091sv*sd*bc*sc*i*
    alias:          pci:v00001814d00003090sv*sd*bc*sc*i*
    depends:        
    vermagic:       2.6.38-11-generic SMP mod_unload modversions 686 
    parm:           mac:rt28xx: wireless mac addr (charp)
    About the changes in os/linux/config.mk I did exactly as said in the post n°9, BUT my config.mk file did not have the "HAS_ANTENNA_DIVERSITY_SUPPORT", so I wrote it down manually.

    Hope you can Help me.
    Last edited by MiracleCat; August 23rd, 2011 at 01:48 AM.

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

    Re: Ralink RT5390 in 11.04

    Did you do all the patches here? http://ubuntuforums.org/showpost.php...8&postcount=24

    I believe if you have the latest version of the driver, 2.5.0.3, and the latest kernel, 2.6.38-xx, the patches are not required.
    Last edited by chili555; August 23rd, 2011 at 02:00 AM.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  4. #24
    Join Date
    Aug 2011
    Beans
    11

    Re: Ralink RT5390 in 11.04

    Update made on post.

  5. #25
    Join Date
    Aug 2011
    Beans
    11

    Re: Ralink RT5390 in 11.04

    Yes I did all the patches.

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

    Re: Ralink RT5390 in 11.04

    Do you have the .bz2 file you downloaded on your desktop? Let's start fresh. Right-click your desktop and create a folder; let's call it test. Drag and drop the .bz2 into test. Open test and right-click the .bz2 and select Extract Here. Open os/linux/config.mk and only make these changes:
    Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
    Then do:
    Code:
    cd Desktop/test/2010_1216_RT5390_LinuxSTA_V2.5.0.3_WiFiBTCombo_DPO
    sudo su
    cp RT2860STA.dat RT5390STA.dat
    cp RT5390STA.dat /etc/Wireless/RT5390STA
    make clean
    make
    make install
    modprobe rt5390sta
    exit
    Now is your wireless working?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #27
    Join Date
    Aug 2011
    Beans
    11

    Re: Ralink RT5390 in 11.04

    I'd like to point out that my file from Ralink is called: 2011_0406_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO_GPL .bz2

    I'll do the sae procedure with this file and i'll let you know.

  8. #28
    Join Date
    Aug 2011
    Beans
    11

    Re: Ralink RT5390 in 11.04

    Yes sir, wireless is working and im posting through it.

    Thank you so much, I don't know much about linux.

    I really appreciate your help.

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

    Re: Ralink RT5390 in 11.04

    Glad it's working! Have fun.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #30
    Join Date
    Aug 2011
    Beans
    2

    Re: Ralink RT5390 in 11.04

    Hi. I bought a HP g4 Pavilion at the end of July and had success in getting my wireless to work in 11.04 through these forums. However, I used Update Manager to update my software earlier this evening, which I believe caused my wireless to stop working after I restarted it. I think it is because there is a conflict with one of the updates. Is there way to check for this and eliminate the conflict?

Page 3 of 8 FirstFirst 12345 ... 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
  •