I am getting this error every 5 seconds: Wireless Network Utility[253]: Model -ioClassRef error

In the console I have been getting thousands of these errors. They occur every 5 seconds.
Currently Bluetooth and WiFi is off, and it doesn't matter if they are on or off as far as this error occurring.
I'm not sure when it first began.
12/4/13 9:21:53.209 PM Wireless Network Utility[253]: Model -ioClassRef error
I have no running applications but probably have some startup helpers running, Any clue what this indicates?

Please read this whole message before doing anything.
This procedure is a diagnostic test. It changes nothing, and therefore will not, in itself, solve your problem.
Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The procedure will help identify which such modifications you've installed, as well as certain other aspects of the configuration that may have a bearing on the problem. Don’t be alarmed by the apparent complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
These steps are to be taken while booted in “normal” mode, not in safe mode, if possible. If you’re now running in safe mode, reboot as usual before continuing. If you can only boot in safe mode, you can still use this procedure, but not all of it will work. Be sure to mention that in your reply, if you haven't already done so. 
Below are instructions to enter UNIX shell commands. The commands are safe and do nothing but produce human-readable text output, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. I am not asking you to trust me. If you can't satisfy yourself that these instructions are safe, don't follow them.
The commands will line-wrap or scroll in your browser, but each one is really just a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it.
Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. Step 1 should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
Launch the Terminal application in any of the following ways: 
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
Step 1 
Triple-click anywhere in the line of text below on this page to select it:
{ echo "Loaded kernel extensions:"; kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}'; echo $'\n'"Loaded user agents:"; launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'; echo $'\n'"Inserted libraries:"; launchctl getenv DYLD_INSERT_LIBRARIES; echo $'\n'"User cron tasks:"; crontab -l; echo $'\n'"System launchd configuration:"; cat /e*/lau*; echo $'\n'"User launchd configuration:"; cat .lau*; echo $'\n'"Login items:"; osascript -e 'tell application "System Events" to get name of login items' | sed $'s/, /\\\n/g'; echo $'\n'"Safari extensions:"; /usr/libexec/PlistBuddy -c Print L*/Saf*/*/E*.plist | awk -F'= ' '/Bundl/{print $2}' | sed 's/\..*$//;s/-[1-9]$//'; printf "\nRestricted user files: %s\n" $(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); echo $'\n'"Extrinsic loadable bundles:"; cd; find -L /S*/L*/E* {,/}L*/{Ad,Compon,Ex,In,Keyb,Mail/Bu,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do /usr/libexec/PlistBuddy -c 'Print :CFBundleIdentifier' "$d/Info.plist" | egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|JMicron|print|SoftRAID" && echo ${d%/Contents}; done; echo $'\n'"Unsigned shared libraries:"; find /u*/{,*/}lib -type f -exec sh -c 'file -b $1 | grep -qw shared && ! codesign -v $1' {} {} \; -print; echo; ls -A {,/}L*/{La,Priv,Sta}* L*/Fonts; } 2> /dev/null | open -ef
Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
The command may take up to a few minutes to run, depending on how many files you have and the speed of the computer. A TextEdit window will open with the output. Post the contents of the TextEdit window (not the Terminal window) — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
Step 2 
Remember that you must be logged in as an administrator for this step. Do as in Step 1 with this line:
{ echo "Loaded system agents:"; sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo $'\n'"Login hook:"; sudo defaults read com.apple.loginwindow LoginHook; echo $'\n'"Root cron tasks:"; sudo crontab -l; echo $'\n'"Log check:"; syslog -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|find tok|n Cause: -|NVDA\(|pagin|timed? ?o' | tail | awk '/:/{$4=""; print}'; } 2> /dev/null | open -ef
This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
You can then quit Terminal.
To prevent confusion, I'll repeat: When you type your password in the Terminal window, you won't see what you're typing.
Note: If you don’t have a login password, set one before taking Step 2. If that’s not possible, skip the step.
Important: If any personal information, such as your name or email address, appears in the output of these commands, anonymize it before posting. Usually that won't be necessary.
Remember, Steps 1 and 2 are all copy-and-paste — no typing, except your password. Also remember to post the output as text, not as a screenshot.
Please post the contents of the TextEdit window, not the Terminal window.

Similar Messages

  • I am really angry that I get this message every time I try to update Itunes.  "The File 'C:/documents and settings\DEAN\Local Settings\Application Data\Apple\Apple Software Update\itunes.msi' is not a valid installation package for the product itunes.  Tr

    I am really angry that I get this message every time I try to update Itunes.
    “The File ‘C:/documents and settings\DEAN\Local Settings\Application Data\Apple\Apple Software Update\itunes.msi’ is not a valid installation package for the product itunes.  Try to find the installation package ‘itunes.msi’ in a folder from which you can install itunes.
    What kind of gobbledegook is that?  Are you or Microsoft crazy.  Us computer users need simpler instructions.  Or you need to write your programs so that they work.
    Signed,
    Frustrated Apple User
    Dean Weaver

    “The File ‘C:/documents and settings\DEAN\Local Settings\Application Data\Apple\Apple Software Update\itunes.msi’ is not a valid installation package for the product itunes.  Try to find the installation package ‘itunes.msi’ in a folder from which you can install itunes.
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • I'm unable to open up Lightroom 5, I get this message in a pop up box: "Lightroom encountered an error when reading from it's preview cache and needs to quit" Underneath  that is "Lightroom will attempt to fix this problem the next time when it launches."

    I'm unable to open up Lightroom 5, I get this message in a pop up box: "Lightroom encountered an error when reading from it's preview cache and needs to quit" Underneath  that is "Lightroom will attempt to fix this problem the next time when it launches."  It hasn't, what should I do? Thanks Shawn (Irish Se7en) .

    Can you try to rename (not delete!) the folder named "YOUR_CATALOG_NAME Previews.lrdata" and restart Lightroom?

  • I keep receiving this error every time I open LR, "Lightroom encountered and error when reading from its preview cache and needs to quit" and the app won't open. It said LR would try and fix this error next time I opened it but the error remains. I tried

    I keep receiving this error every time I open LR, "Lightroom encountered and error when reading from its preview cache and needs to quit" and the app won't open. It said LR would try and fix this error next time I opened it but the error remains. I tried uninstalled and installing the app and the error remains. I have windows 8. Can anyone please help???

    Use Windows Explorer to open the folder containing your catalog. The normal location is Pictures\Lightroom. Locate a folder with the extension .lrdata and delete that folder. Then you should be able to start Lightroom again, and Lightroom will begin building and new previews folder. Do not delete anything else.

  • "When I try to create a new file I am getting this message:  "While executing getDynamicContent in AddressURL.htm, a JavaScript error occured".... what should I do?  Thank you, Lisa

    "When I try to create a new file I am getting this message:  "While executing getDynamicContent in AddressURL.htm, a JavaScript error occured".... what should I do?  Thank you, Lisa

    Troubleshoot JavaScript errors | Dreamweaver CS4, CS5, CS5.5, CS6
    Start with steps #4, #12 and #10.
    Nancy O.

  • When trying to empty trash, (securely or not), I get this: The operation can't be completed because an unexpected error occurred (error code -8003).

    When trying to empty trash, (securely or not), I get this: The operation can’t be completed because an unexpected error occurred (error code -8003).  FWIW, there are nearly 3000 items in my Trash - although this does not seem the source of the problem.

    Have you read for possible solutions over in the "More Like This" thread over here?-----------------------> 

  • I am getting this for the first time when i sync .iphone 3gs error message itunes could not sync calendars to the iphone because the sync server failed to sync iphone

    i am getting this for the first time when i sync .iphone 3gs error message itunes could not sync calendars to the iphone because the sync server failed to sync iphone

    I have tried the suggestion to reset the sync log to no avail. Anyone have another idea? This just started after I downloaded 4.3.5.

  • Missing files.. ( pictures) why am i getting this message every time i try to open a pic..  JUSTY downloaded PSE12

    missing files.. ( pictures) why am i getting this message every time i try to open a pic..  JUST downloaded PSE12@

    Hi,
    When you are looking at the small pictures in the organizer, you are seeing the thumbnails that were stored within the organizer catalog when you first imported them into the organizer. When you first imported the files, the organizer saved the location of that file and the pointer to the thumbnail. When you try to edit or print the image, the organizer can no longer find the image at the stored location - the file is missing.
    You might like to read through this to see if it helps explain things to you
    Photoshop Elements (PSE) knowledge base.
    The changing drive letter is the most common cause when images are stored on an external drive.
    I'm not sure what you mean about when you say "did not go back into categories like I had them on version 7".
    If you updated to version 12 from version 7 on the same PC, there was no need to move any of the images so they should be in the same folders as before. The catalog should have been converted for you (if you allowed it) and so all your albums and tags should have been preserved.
    Brian

  • I keep getting this message every time that i start my co...

    I keep getting this message every time that i start my computer, but i can still connect to the Internet, and do whatever i could do with a working router and modem.
    The server 192-----etc. at WRT54GS requires a user-name and password.
    Warning: This server is requesting that your user-name and password be sent in an insecure manner (basic authentication without a secure connection).
    Then it asks for a user-name and password. What password!?!!!?!? WHAT USERNAME!??!??!?.......if anyone can help i would appreciate it.

    the router password is admin by default. Leave the username blank. But for this issue you may check the security setting of your internet options. Disable it from there.

  • I get this about every 10 minutes and I have to restart my Mac and start again. It is so annoying can anyone help me? Invalid URL  The requested URL "/", is invalid. Reference

    I get this about every 10 minutes and I have to restart my Mac and start again.
    It is so annoying can anyone help me?
    Invalid URL  The requested URL "/", is invalid. Reference

    For which browser and version?  If Safari, there may be a solution found in the "More Like This" section over in the column on the right side of this website. 

  • Hello, why am i getting this message? Photoshop cannot initialize because of a program error.

    Hello, why am i getting this message? Photoshop cannot initialize because of a program error.

    OK. Sorry about the lack of info...
    I have a creative cloud account. I have three computers. I have no problems going from home to work and using the same account. Occasionally i have to deactivate the cloud on one computer to use the other. Lately. even though other cloud software
    is working, photoshop isn't, and the message i'm getting is that it can't initialize. I've tried reinstalling it numerous times and still it won't launch. Photoshop CC. I have a g5 tower running OS 10.7.5. with 2 gig os memory. My hard disk is 1 year old.

  • TS3989 getting this message every time "apple photostream.exe has stopped working", how can I fix it?

    getting this message every time "apple photostream.exe has stopped working", how can I fix it?

    Uninstall and then reinstall the iCloud control panel on your computer.

  • Why do I get this message every time I travel with my laptop and then return home: To improve reliability, Time Machine must create a new backup for you.

    Why do I get this message every time I travel with my laptop and then return home: "To improve reliability, Time Machine must create a new backup for you."
    I get this on my new MacBook Air, but never got it on my old MacBook Pro.
    Thanks!

    See #C13 in Time Machine - Troubleshooting.

  • When trying to install updates, I get this message:The operation couldn't be completed. (NSURLErrorDomain error -1102.)(102). What does that mean?

    When trying to install updates, I get this message:The operation couldn’t be completed. (NSURLErrorDomain error -1102.)(102). What does that mean?

    It appears Apple’s download servers are ‘overwhelmed’ today.  I couldn’t download the newest iTunes update or IOS 7 and there are a lot of discussions today about not being able to download. One poster said they had chatted with App Store support who confirmed the problem.
    What updates? Here is a link for iTunes which worked for me.
    iiTunes 11.1.0

  • Why Am I Getting This Runtime, Runtime Asked To Terminate In An Unusal Way, Error?

    Dear Forum,
    When trying to run Adobe Acrobat Standard 9 I got this message:
    I uninstalled/reinstalled your software. I haven't had the chance to use the software until tonight.
    While working on a home project, I tried to open a .pdf file from another website, I received this message:
    When I clicked OK and tried to start Acrobat I received the original message:
    I clicked OK and received this error message:
    Before I uninstall is there a fix/update available?
    Any help will be greatly appreciated.
    Thanks in advance.
    Respectfully,
    Robert B. Orris
    Message was edited by: Robert Orris

    Hi Rave,
    I followed your instruction to the "T" and after trying to apply the update I get an error message that says, in short, Unable to apply update . . . Software not installed or wrong patch used. I have Adobe Acrobat Standard 9. I downloaded AcrobatUpd955_all_incr.msp.
    After installing the software and started up I received the same errors I posted on "Acrobat Installation & Update Issues".
    I have to be at the hospital tomorrow morning at 5am for my back surgery. I will be in the hospital for a few days. Please respond and I will find it when I can sit at the computer again.
    Thanks again.
    Respectfully,
    Bob
    I am a thorn in Your crown; But You love me anyway;  I am the sweat from Your brow;  But You love me anyway;  I am the nail in Your wrist;  But You love me anyway;  I am Judas’ kiss;  But You love me anyway  ("You Love Me Anyway" by "Sidewalk Prophets")
    God decided in advance to adopt us into his own family by bringing us to himself through Jesus Christ. This is what he wanted to do, and it gave him great pleasure.
    Ephesians 1:5
    From: Rave <[email protected]>
    To: Robert Orris <[email protected]>
    Sent: Monday, June 2, 2014 9:25 AM
    Subject:  Why Am I Getting This Runtime, Runtime Asked To Terminate In An Unusal Way, Error?
    Why Am I Getting This Runtime, Runtime Asked To Terminate In An Unusal Way, Error?  created by Rave in Acrobat Installation & Update Issues - View the full discussion  
    Hi Robert,
    Please let me know the OS you are using.
    The latest patch for Acrobat 9 is version 9.5.5. Make sure you have updated it to the latest patch and then try.
    Please use the Acrobat Cleaner Tool ( Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs ) to uninstall the software and then reinstall and check.
    You might also want to try the following before reinstaling the software :
    Disable all Non-Microsoft Startup Services. (Ref : http://helpx.adobe.com/x-productkb/global/disable-startup-items-services-windows.html)
    Disable all the Antivirus softwares like CA, Norton,Mc Afee etc. temporarily from the computer.
    Regards,
    Rave
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6427365#6427365
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: 
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link. 
    Start a new discussion in Acrobat Installation & Update Issues by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

Maybe you are looking for

  • User Defaults - Not saved

    Hi All, We are working on SPM 2.1, SP5. Our end users are having a issue while saving the user defaults and the changes are not getting reflected post saving. This issue doesnt seem like webservice as I could do it using my ID, i feel it is more of a

  • Creating a package to store common varchars in table inserts

    I have multiple tables that have default values for columns instead of null. They occur frequently in multiple tables so I assume the best and easiest solution would be to create a package. However i get this error when doing the follow: ORA-06553: P

  • If I update to 37.0.2, can I keep my red cats/green flavor theme?

    Every single time I update, I lose them. Not being geeky, it's been hard get them back, so I just won't update if they can't come along.

  • MDM Jars in EJB DC

    I have created a EJB DC. I have added the required MDM Jar files to the class path. But the DC build fails. Qn: How to bundle the MDM jars in a DC? How to create the Public Parts in the DC for the added MDM Jars? How to use the above DC in the EJB DC

  • Benefit Confirmation Form

    Hello Expert, Would you please tell how to check which benefit enrollment confirmation form is called from the ESS side. We see the differences in the result when called from SAP and when called from ESS. Also could the ESS transaction be called from