In running the Software Updater, I encountered an error: "System Extension cannot be used" ... System/Library/Extensions/AppleUSBEthernetHost.kext was installed improperly and cannot be used.

While running the Software Updater, I encountered an error: "System Extension cannot be used" ... System/Library/Extensions/AppleUSBEthernetHost.kext was installed improperly and cannot be used. Can somebody help me resolve this error message. Would this error affect my ability to run FaceTime ?

Seems pretty clear to me. Here's what you can try:
Open Terminal in your Utilities folder. Paste the following at the prompt:
     sudo chown -R root:wheel /System/Library/Extensions/AppleUSBEthernetHost.kext
Press RETURN. Enter admin password when prompted. It will not be echoed so type carefully. Press RETURN again.
Restart the computer.

Similar Messages

Maybe you are looking for

  • How to use jpg files as a background in a Frame

    Could anyone help me to figure out how to get jpg files set as my background of my Frame. I have used Awt to create my frame. Should i use the swing classes to do this? If so could you help me with what is needed to be done to accomplish this task. T

  • How do you work out the number of days difference between two dates?

    I'm running Crystal v12. We use a date field in our SQL database that we use to store the client's year end date. As the year end date (date and month) doesn't change for a client, the year end date field in all of our reports is set to just show the

  • Problem exporting Web providers [Urgent]

    Hi, I am trying to export a page group transport set. However, when i check and view the Transport Set Export Log shows this warning on all my web providers. Below shows one set of a web provider warning that i received. [17-FEB-06 11:52:26][Warning:

  • HT201365 Is there a way to track phone while they are driving

    track another phone on find myiphone

  • FOR UPDATE OF table.field

    Why does the following not work create table division (code varchar2(2) primary key, div_desc varchar2(20)); insert into division values ('01', 'Ninja assassins'); insert into division values ('02', 'Working for the man'); create table employees (tk