Jump to content
5 posts in this topic

Recommended Posts

The realtek kext is obviously not present in your prelinked kernel and you need to rebuild it. Maybe some conflicting extension prevents it from being rebuilt.

You can use this script if you aren't sure how to do it. It will also show you errors during the process, if there are any.

  • Like 1
Ok, thanks for your reply, I ran the script from terminal with root access, and here is the the log: 

Edit: the only thing mentioned in the log about the kext is: kext com.lnx2mac.driver.RealtekRTL81xx  909000 is in exception list, allowing to load

log.rtf

The log looks fine, the signature and exception list warnings are normal with 10.9.

 

You can check if the kext is really loaded with kextstat | grep -i realtek and if it is not, try loading it manually with sudo kextload /path/to/kext.

 

If it still won't work, try this driver by Mieze, it should perform better anyway.

  • Like 1
×
×
  • Create New...