Jump to content
loibi93

Ralink RT2860 with Mavericks

Recommended Posts

Hey !


I installed Mavericks successfully on my PC with most of the things working.

For my wireless card i found a kext in your Database. (Rt2860WirelessDriver Version 1.2.2)

When i hit the download button i have two files to choose. One says x64 for Mavericks. But when i load the Kext with KextUtility and restart the kext won't load.

Also Kext Wizard says that the kext is not 64bit ! So whats wrong with it ?

I checked the info.plist and my device id is in there !

Link to comment
Share on other sites

Instead of installing the kext and then restarting the PC, check what happens if you simply try to load the kext:

cd folder_containing_the_kext
sudo chown -R 0:0 name_of_the_kext_file.kext
sudo chmod 755 name_of_the_kext_file.kext
sudo kextload name_of_the_kext_file.kext

You'll probably see some errors there. Post them here :) If not, then try:

kextstat | grep Wireless

And see if the kext shows up there.

This procedure is only for isolating any possible installation problem... And you'll be able to check better what problems do you have there.


It is possible that the kext in the database is really wrong. The official link for these drivers is http://mediatek.com/_en/07_downloads/01_windows.php?sn=502

As you can see there, it is reported to work up to 10.5... Then maybe it's really 32-bit, but it might still work for 10.9.

Good luck! ;)

Mavericks 10.9.2 Retail

When you ask for support, remember to tell the bootloader you use :)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...