Hi all,
I have a Wireless PCI-Express Adapter which I wish to install the drivers, though am having difficulty.
The chipset on my card is a Ralink. I have visited the Ralink Website Ralink corp. and downloaded the RT2860 Wireless Lan Linux Driver version 2.3.0.0.
I have extracted the files within my home directory. I have read the readme file, and from what I understand I have needed to do… I have typed in the Make command as a “super user”.
Unfortunately I have had no success and it states the following output. Until now I have not had success in compiling software and would really really appreciate some assistance in doing so. If someone could help decode the meaning and help me decipher what to do with the following output that would be greatly appreciated.
Thank you…
make -C tools
make[1]: Entering directory /home/paul/2010_01_29_RT2860_Linux_STA_v2.3.0.0/tools' gcc -g bin2h.c -o bin2h make[1]: Leaving directory
/home/paul/2010_01_29_RT2860_Linux_STA_v2.3.0.0/tools’
/home/paul/2010_01_29_RT2860_Linux_STA_v2.3.0.0/tools/bin2h
cp -f os/linux/Makefile.6 /home/paul/2010_01_29_RT2860_Linux_STA_v2.3.0.0/os/linux/Makefile
make -C /lib/modules/2.6.31.12-0.2-desktop/build SUBDIRS=/home/paul/2010_01_29_RT2860_Linux_STA_v2.3.0.0/os/linux modules
make[1]: Entering directory /lib/modules/2.6.31.12-0.2-desktop/build' make[1]: *** No rule to make target
modules’. Stop.
make[1]: Leaving directory `/lib/modules/2.6.31.12-0.2-desktop/build’
make: *** [LINUX] Error 2