Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 45

Thread: Not Able to get wifi working under 13.04 (Ralink rt5390)

  1. #21
    Join Date
    Jul 2011
    Beans
    46

    Re: Not Able to get wifi working under 13.04 (Ralink rt5390)

    Quote Originally Posted by China Diapers View Post
    Hi

    I have Xubuntu 32 bit and also having connectivity problems with my Ralink rt5390. As the patch is for 64 bit machines, can anybody advise how I can get my card working properly?

    Thanks
    Nevermind, just realised the AMD64 Xubuntu iso works with my machine.

  2. #22
    Join Date
    Jul 2011
    Beans
    46

    Re: Not Able to get wifi working under 13.04 (Ralink rt5390)

    I'm back. I got a bunch of errors after running the build command. Anybody know where I am going wrong?

    Code:
    /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/ing/pci_main_dev.c:346:13: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]/home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/pci_main_dev.c: At top level:
    /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../os/linux/pci_main_dev.c:493:13: warning: ‘rt2860_remove_one’ defined but not used [-Wunused-function]
      CC [M]  /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/frq_cal.o
    /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/frq_cal.c: In function ‘FrequencyCalibration’:
    /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/frq_cal.c:197:18: warning: comparison of distinct pointer types lacks a cast [enabled by default]
    /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/frq_cal.c:210:18: warning: comparison of distinct pointer types lacks a cast [enabled by default]
    /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/frq_cal.c:226:18: warning: comparison of distinct pointer types lacks a cast [enabled by default]
    /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/frq_cal.c:251:18: warning: comparison of distinct pointer types lacks a cast [enabled by default]
    /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/frq_cal.c:264:18: warning: comparison of distinct pointer types lacks a cast [enabled by default]
    /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/../../common/frq_cal.c:280:18: warning: comparison of distinct pointer types lacks a cast [enabled by default]
      LD [M]  /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/rt5390sta.o
      Building modules, stage 2.
      MODPOST 1 modules
    WARNING: modpost: missing MODULE_LICENSE() in /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/rt5390sta.o
    see include/linux/module.h for more information
      LD [M]  /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/rt5390sta.ko
    make[1]: Leaving directory `/usr/src/linux-headers-3.8.0-23-generic'
    cp -f /home/adrian/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/rt5390sta.ko /tftpboot
    cp: cannot create regular file ‘/tftpboot’: Permission denied
    make: *** [LINUX] Error 1
    adrian@adrian-X55C:~/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO$

  3. #23
    Join Date
    May 2013
    Beans
    2

    Re: Not Able to get wifi working under 13.04 (Ralink rt5390)

    Quote Originally Posted by ukbeast View Post
    FIX FOR RALINK WLAN DRIVER:

    1. download driver http://www.mediatek.com/_en/07_downl...il.php?sn=5001
    2 tar -xvf /home/ukbeast/USERNAME/Downloads/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO_v2. bz2.bz2
    3 cd 2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO
    4 download patch http://gridlox.net/diff/rt5592sta_fix_64bit_3.8.patch
    5 patch -p1 <rt5592sta_fix_64bit_3.8.patch (if asks for directory point it to pci_main_dev.c)
    6 make sure /os/linux/config.mk reads HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
    7 make
    8 sudo make install
    9 modprobe rt5390sta
    I'm currently having the same problem, but how am I supposed to download the new driver if I don't have any internet?

  4. #24
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Not Able to get wifi working under 13.04 (Ralink rt5390)

    Quote Originally Posted by sardoj View Post
    I'm currently having the same problem, but how am I supposed to download the new driver if I don't have any internet?
    Obviously you have to download the driver from a computer with a working network and transfer the file to Ubuntu. You can do the second with any flash card.
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  5. #25
    Join Date
    Jul 2011
    Beans
    46

    Re: Not Able to get wifi working under 13.04 (Ralink rt5390)

    Needed to sudo make. Silly me. Thanks bodhi.zazen! And thanks ukbeast amd malkdude!
    Last edited by China Diapers; May 31st, 2013 at 08:37 PM.

  6. #26
    Join Date
    Aug 2008
    Location
    Athens, GA
    Beans
    124
    Distro
    Lubuntu 16.04 Xenial Xerus

    Re: Not Able to get wifi working under 13.04 (Ralink rt5390)

    I get an error when I issue a 'make' command

    make -C tools
    make[1]: Entering directory `/home/jason/Desktop/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools'
    gcc -g bin2h.c -o bin2h
    make[1]: Leaving directory `/home/jason/Desktop/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools'
    /home/jason/Desktop/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools/bin2h
    cp -f os/linux/Makefile.6 /home/jason/Desktop/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/Makefile
    make -C /lib/modules/3.9.0-030900rc8-generic/build SUBDIRS=/home/jason/Desktop/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux modules
    make: *** /lib/modules/3.9.0-030900rc8-generic/build: No such file or directory. Stop.
    make: *** [LINUX] Error 2

  7. #27
    Join Date
    Jul 2011
    Beans
    46

    Re: Not Able to get wifi working under 13.04 (Ralink rt5390)

    Quote Originally Posted by marinecomm View Post
    I get an error when I issue a 'make' command

    make -C tools
    make[1]: Entering directory `/home/jason/Desktop/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools'
    gcc -g bin2h.c -o bin2h
    make[1]: Leaving directory `/home/jason/Desktop/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools'
    /home/jason/Desktop/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/tools/bin2h
    cp -f os/linux/Makefile.6 /home/jason/Desktop/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux/Makefile
    make -C /lib/modules/3.9.0-030900rc8-generic/build SUBDIRS=/home/jason/Desktop/2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO/os/linux modules
    make: *** /lib/modules/3.9.0-030900rc8-generic/build: No such file or directory. Stop.
    make: *** [LINUX] Error 2
    Did you sudo make?

    Check if you got gcc installed.

  8. #28
    Join Date
    Aug 2008
    Location
    Athens, GA
    Beans
    124
    Distro
    Lubuntu 16.04 Xenial Xerus

    Re: Not Able to get wifi working under 13.04 (Ralink rt5390)

    Yes, I even issued a 'sudo make' and yes I have gcc installed

  9. #29
    Join Date
    Aug 2008
    Location
    Athens, GA
    Beans
    124
    Distro
    Lubuntu 16.04 Xenial Xerus

    Re: Not Able to get wifi working under 13.04 (Ralink rt5390)

    After literally DAYS of trying to find a solution to this problem I finally just installed 12.04 instead and wifi is working perfectly.

  10. #30
    Join Date
    Jun 2013
    Beans
    2

    Re: Not Able to get wifi working under 13.04 (Ralink rt5390)

    I'm kinda new in this stuff since Im studying Computer Science and I want to get inside the world of Ubuntu. Anyways I had installed 12.10 on my HP 2000 notebook, and eberything was going perfect and I decided to see and try 13.04 then I got that problem with the WiFi and I; m not able to do anything and I try to follow the steps I was shown before but I don't get to make the patch it says directory not found or something. What should I do? I'm feeling so noob.

Page 3 of 5 FirstFirst 12345 LastLast

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
  •