Jump to content

I have to boot with -f to make LAN works


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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

 Share

×
×
  • Create New...