Hello Ubuntu Community,

I am using Ubuntu 12.10.

I was able to download and unzip: 2011_1007_RT5390_RT5392_Linux_STA_V2.5.0.3_DPO

The file is sitting on my desktop.

I did:

cd 2011*
emacs -nw os/linux/config.mk

I have changed the lines to look like this:

# Support Wpa_Supplicant
# i.e. wpa_supplicant -Dralink
HAS_WPA_SUPPLICANT=y


# Support Native WpaSupplicant for Network Maganger
# i.e. wpa_supplicant -Dwext
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y

I closed and saved. Then I tried:

sudo su
make

This was the error I got:

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

I understand that there is no directory there, but I dont imagine that is truly the source of the problem.

Can someone help please?