Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Other Versions > EOL (End Of Life) Versions
FedoraForum Search

Forgot Password? Join Us!

EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28th September 2010, 06:05 AM
pattopancakes Offline
Registered User
 
Join Date: Sep 2010
Location: Australia
Posts: 3
linuxchrome
Fedora 11 cannot install DWA-525 (RaLink rt3060) Wireless PCI

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
Reply With Quote
  #2  
Old 4th October 2010, 02:07 AM
pattopancakes Offline
Registered User
 
Join Date: Sep 2010
Location: Australia
Posts: 3
linuxchrome
Re: Fedora 11 cannot install DWA-525 (RaLink rt3060) Wireless PCI

Sorry to sound impatient, but nobody has any suggestions? Or am I missing something really obvious? Have I posted this in the wrong section?
Reply With Quote
  #3  
Old 4th October 2010, 03:33 AM
Hlingler's Avatar
Hlingler Offline
Administrator
 
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289
linuxkonqueror
Re: Fedora 11 cannot install DWA-525 (RaLink rt3060) Wireless PCI

Quote:
Have I posted this in the wrong section?
Actually, yes: F11 is past end-of-life, so I've moved this thread to the "EOL" section (with a long 1-month re-direct, so you'll get exposure in both sections).

I have no wireless equipment, and never have, so I can't help with this problem. But this post will also bump your thread.

Good Luck,
V
Reply With Quote
  #4  
Old 4th October 2010, 04:17 AM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
linuxfedorafirefox
Re: Fedora 11 cannot install DWA-525 (RaLink rt3060) Wireless PCI

Quote:
Originally Posted by pattopancakes

I believe there may be a conflict with my 'kernel-devel' package and kernel version...
Quote:
Originally Posted by pattopancakes
Code:
$ 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
Quote:
Originally Posted by pattopancakes
Code:
$ uname -r
2.6.32.10-44.fc11.i686.PAE
I don't know if it will make everything all better for the wireless stuff, but you're right about having the wrong kernel-devel package for the running kernel. For the PAE kernel, you need to install kernel-PAE-devel.

P.S.: Of course do what you want, but I think I would get rid of those i586 kernels and kernel-devel. Or vice versa.
Reply With Quote
  #5  
Old 4th October 2010, 07:59 AM
pattopancakes Offline
Registered User
 
Join Date: Sep 2010
Location: Australia
Posts: 3
linuxchrome
Re: Fedora 11 cannot install DWA-525 (RaLink rt3060) Wireless PCI

Thanks for your help so far Hlingler and stoat, I will try a few things based on your suggestions stoat, starting with correcting the 'devel' package.
Reply With Quote
  #6  
Old 16th February 2011, 06:08 AM
shekharg Offline
Registered User
 
Join Date: Feb 2011
Posts: 1
linuxchrome
Re: Fedora 11 cannot install DWA-525 (RaLink rt3060) Wireless PCI

Apologies for resurrecting this old thread. But just wanted to share that I was able to successfully setup D-Link DWA-525 PCI on Fedora 14 and have blogged about the step by step instructions here
Reply With Quote
Reply

Tags
dwa525, fedora, install, pci, ralink, rt3060, wireless

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help setting up Fedora 10 for wireless connection (Ralink RT2870) [SOLVED] KennyC Servers & Networking 11 17th July 2011 11:40 AM
Fedora 10 - Wireless issue with RaLink RT2500 and DHCP silviap EOL (End Of Life) Versions 5 31st May 2010 02:43 PM
Installing RaLink Wireless Card on Fedora? Acidox Hardware & Laptops 0 29th October 2008 06:05 PM
Simple install guide for the edimax wireless 802.11b/ adpater (ralink rt73) Fedora 7 jonathonp Servers & Networking 10 27th January 2008 01:18 PM
How do you set up a Ralink Wireless PCI Card in Fedora? jhern54 Servers & Networking 0 10th May 2005 03:21 AM


Current GMT-time: 03:48 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat