Results 1 to 10 of 14

Thread: Help to install drivers for ASUS PCE-N53 N600 wireless card (Ralink RT5592)

Hybrid View

  1. #1
    Join Date
    Feb 2014
    Beans
    7

    Question Help to install drivers for ASUS PCE-N53 N600 wireless card (Ralink RT5592)

    Hi! I'm a little bit new to Linux Ubuntu and I'm not an advanced user of Linux in general. I want help to install the drivers for my wireless card.

    I just bought the ASUS PCE-N53 N600 wireless card for my desktop PC. The card uses Ralink RT5592 Dual-Band chip. I put it inside my PC but my Linux Ubuntu 12.04 didn't recognise it automatically. So I download the Linux drivers from ASUS from here , file: Linux_PCE_N53_1008.zip .

    I unzip the zip file and untar the tar.bz2 file inside it and i read the Quick Start.txt (click to download it). The file says:

    1>Install compile tool
    $yum install gcc-c++

    -->I did it.

    2>check kernel source code exists /usr/src/kernels/ "kernel name"

    Download your kernel source code
    *[COLOR=#008080]http://www.kernel.org/pub/linux/kernel/

    -->I did it. There wasn't a "kernels" directory inside /usr/src/ so i create it.
    Also I download the 3.13.1 stable kernel from http://www.kernel.org/ and I untar it inside /usr/src/kernels/linux-3.13.1/ directory.



    The difficult part starts from here and onwards. The file Quick Start.txt says the below "Build Instructions":

    2> In Makefile

    set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"

    define the linux kernel source include file path LINUX_SRC

    modify to meet your need.

    --> I can't find MODE variable inside Makefile and set it to STA. Neither the TARGET var. How can i change it?

    3> In os/linux/config.mk

    define the GCC and LD of the target machine

    define the compiler flags CFLAGS

    modify to meet your need.

    -->How to do that?

    ** Build for being controlled by NetworkManager or wpa_supplicant wext functions

    Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.

    => $wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d

    ** Build for being controlled by WpaSupplicant with Ralink Driver

    Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.

    => $wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d

    -->What of the two choises should i select?


    Please, is there a more easier way to install the drivers? If yes, tell me that way. But if not, please help me with the above questions (and also, please, to the steps 4 to 7 inside Quick Start.txt).

    Thank you.
    Last edited by howefield; February 3rd, 2014 at 10:49 AM. Reason: reset font to default.

  2. #2
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    23,606
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: Help to install drivers for ASUS PCE-N53 N600 wireless card (Ralink RT5592)

    First, the correct way to get the necessary source is not the source code itself from kernel.org, but the headers:
    Code:
    sudo apt-get install linux-headers-generic
    Second, in the README, it says:
    Supporting Kernel:
    ===================
    linux kernel 2.4 and 2.6 series.
    You are running 3.13-xx. In short, the package you are trying to install is far too old to install in kernel version 3.13-xx. We no longer use wooden wheels on our sleek black BMWs.

    Let's identify your card first and proceed from there. Please open a terminal and run and post:
    Code:
    lspci -nn | grep 0280
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.

  3. #3
    Join Date
    Feb 2014
    Beans
    7

    Re: Help to install drivers for ASUS PCE-N53 N600 wireless card (Ralink RT5592)

    Ok, i understand.

    --

    Quote Originally Posted by chili555 View Post
    First, the correct way to get the necessary source is not the source code itself from kernel.org, but the headers:
    Code:
    sudo apt-get install linux-headers-generic
    Code:
    linux-headers-generic is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    --

    Quote Originally Posted by chili555 View Post
    Please open a terminal and run and post:
    Code:
    lspci -nn | grep 0280
    Code:
    02:00.0 Network controller [0280]: Ralink corp. Device [1814:5592]

  4. #4
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    23,606
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: Help to install drivers for ASUS PCE-N53 N600 wireless card (Ralink RT5592)

    I am not encouraged: https://wikidevi.com/wiki/ASUS_PCE-N53
    Probable Linux driver
    none
    PCI ID not yet observed in any mainline kernel / this list
    And this: http://www.linux-hardware-guide.com/...e-2x-300-mbits
    The card can currently not be used together with other kernel versions (at least not with severe additional effort). There are some kernel patches available to use the driver together with other kernel version, but this approach needs detailed Linux knowledge and is often not successful. Therefore, it is not recommended to use PCE-N53 together with Linux.
    Do you have the option to return the device in favor of a supported device?
    Last edited by chili555; February 2nd, 2014 at 08:27 PM.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.

  5. #5
    Join Date
    Feb 2014
    Beans
    7

    Re: Help to install drivers for ASUS PCE-N53 N600 wireless card (Ralink RT5592)

    Quote Originally Posted by chili555 View Post
    Do you have the option to return the device in favor of a supported device?
    No, that's not possible since I’ve open the package (it would be only if the card is broken). But it's not broken, in Windows VISTA works fine...

    Is there any other way to install these drivers in my kernel? I don't want the extra Dual-Band features of the card to run in Linux, i want to use just a single channel to have Internet access from my router....

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    23,606
    Distro
    Ubuntu 17.10 Artful Aardvark

    Re: Help to install drivers for ASUS PCE-N53 N600 wireless card (Ralink RT5592)

    A colleague and I are feverishly trying to work it out. If necessary, would you reinstall a 3.2.0-xx kernel? We may stand a better chance installing an older package on an older kernel. Don't do so yet, but tell us if this is a possibility.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, Ph.D.

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
  •