PDA

View Full Version : RaLink RT2860 drivers


Max_D
17th November 2009, 04:33 AM
Hello everyone, I am trying to install drivers for a RaLink RT2860 driver and I cannot figure out how for the life of me. The drivers are at http://www.ralinktech.com/support.php?s=2.

stoat
17th November 2009, 04:52 AM
Hello Max_D,

I don't know about that. Sorry. But an easy thing (IMO) to try first is the kmod version or the akmod version of it available from RPM Fusion. To try it, install the RPM Fusion repositories (http://rpmfusion.org/Configuration). Then confirm your kernel if you don't already know it...uname -rThen for an i586, i686, or x86_64 kernel...su
yum install kmod-rt2860For an i686 PAE kernel...su
yum install kmod-rt2860-PAEFor the akmod version...su
yum install akmod-rt2860No promises for any of that.

Max_D
18th November 2009, 12:08 AM

It works now! Thank you!