Hi Guys,
Forgive me for being both a Noob both in this forum and in Linux.
I am attempting to install a D-Link N-150 PCI Wireless network adapter (aka DWA-525 using the RaLink rt3060 chip), and seem to be a fair way from success.
You could think of my current progress as:
http://fedoraforum.org/forum/showpos...86&postcount=9
I have attempted following a few how-to's but have yet to get past this point. I believe there may be a conflict with my 'kernel-devel' package and kernel version, however that's a bit beyond my knowledge, and I'm also unsure if that would contribute significantly to the matter.
output of lspci is:
Code:
[user@host ~]$ lspci | grep RaLink
00:09.0 Network controller: RaLink Device 3060
[user@host ~]$
So I guess the device is currently recognised. Output of uname -r is:
Code:
[user@host ~]$ uname -r
2.6.32.10-44.fc11.i686.PAE
[user@host ~]$
Output of rpm -qa |grep kernel |sort is:
Code:
[user@host ~]$ rpm -qa |grep kernel |sort
kernel-2.6.30.10-105.2.23.fc11.i586
kernel-2.6.32.10-44.fc11.i586
kernel-devel-2.6.32.10-44.fc11.i586
kernel-firmware-2.6.32.10-44.fc11.noarch
kernel-headers-2.6.32.10-44.fc11.i586
kerneloops-0.12-5.fc11.i586
kernel-PAE-2.6.30.10-105.2.4.fc11.i686
kernel-PAE-2.6.30.10-105.fc11.i686
kernel-PAE-2.6.32.10-44.fc11.i686
[user@host ~]$
From RaLink's website, I have downloaded their drivers, and tried to follow the instructions in their "README_STA" document, but find that 'make' stalls, as follows:
Code:
[user@host 2010_07_16_RT3062_Linux_STA_v2.4.0.0]$ make
make -C tools
make[1]: Entering directory `/home/user/Desktop/2010_07_16_RT3062_Linux_STA_v2.4.0.0/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory `/home/user/Desktop/2010_07_16_RT3062_Linux_STA_v2.4.0.0/tools'
/home/user/Desktop/2010_07_16_RT3062_Linux_STA_v2.4.0.0/tools/bin2h
cp -f os/linux/Makefile.6 /home/user/Desktop/2010_07_16_RT3062_Linux_STA_v2.4.0.0/os/linux/Makefile
make -C /lib/modules/2.6.32.10-44.fc11.i686.PAE/build SUBDIRS=/home/user/Desktop/2010_07_16_RT3062_Linux_STA_v2.4.0.0/os/linux modules
make: *** /lib/modules/2.6.32.10-44.fc11.i686.PAE/build: No such file or directory. Stop.
make: *** [LINUX] Error 2
[user@host 2010_07_16_RT3062_Linux_STA_v2.4.0.0]$
Any assistance that you could provide would be greatly appreciated.
Thanks,
Pattopancakes