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.



Adv Reply


Bookmarks