joao138

Q: OS X Mavericks usb problem

I updated my MacBook White to OS X Mavericks from Snow Leopard, and now my USB pens and external disk do not function properly. When I plug them they appear on the desktop, but in a moment they disappears (I saw in DiskUtility that they unmount). They are NTFS-formatted.

 

(I tryied resetting the SMC but it didn´t help.)

 

Do anyone can help me?

 

Thank you.

MacBook

Posted on Apr 7, 2014 10:44 AM

Close

Q: OS X Mavericks usb problem

  • All replies
  • Helpful answers

  • by Carolyn Samit,

    Carolyn Samit Carolyn Samit Apr 7, 2014 10:59 AM in response to joao138
    Level 10 (122,905 points)
    Apple Music
    Apr 7, 2014 10:59 AM in response to joao138

    Go to Finder > Preferences > General

     

    Make sure External disks is selected.

  • by Linc Davis,Helpful

    Linc Davis Linc Davis Apr 7, 2014 12:17 PM in response to joao138
    Level 10 (208,000 points)
    Applications
    Apr 7, 2014 12:17 PM in response to joao138

    If you installed software to make NTFS volumes writable, it needs to be either updated or removed according to the developer's instructions. Back up all data before making any changes.

  • by joao138,

    joao138 joao138 Apr 7, 2014 1:22 PM in response to Carolyn Samit
    Level 1 (0 points)
    Apr 7, 2014 1:22 PM in response to Carolyn Samit

    Yes it is turned on.

  • by joao138,

    joao138 joao138 Apr 7, 2014 1:39 PM in response to Linc Davis
    Level 1 (0 points)
    Apr 7, 2014 1:39 PM in response to Linc Davis

    I uninstalled Paragon NTSF for OS X, and the problem remains with the usb pen drives and with external disk, even after restart.

  • by Linc Davis,

    Linc Davis Linc Davis Apr 7, 2014 2:39 PM in response to joao138
    Level 10 (208,000 points)
    Applications
    Apr 7, 2014 2:39 PM in response to joao138

    Do the drives work in Windows?

  • by joao138,

    joao138 joao138 Apr 8, 2014 12:36 PM in response to Linc Davis
    Level 1 (0 points)
    Apr 8, 2014 12:36 PM in response to Linc Davis

    Yes. More, in OS X Mavericks, I have access to the usb pen (read, write - I checked) while the pen is on the desktop. But in a moment (kind of 30 seconds  to few minutes) the usb pen disapears. This pens were working normal with Windows and OS X Snow Leopard. Is it a problem with the drives?

  • by Linc Davis,

    Linc Davis Linc Davis Apr 8, 2014 1:08 PM in response to joao138
    Level 10 (208,000 points)
    Applications
    Apr 8, 2014 1:08 PM in response to joao138

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem.

    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.

    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.

    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) on the advice of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.

    Here's a summary of what you need to do, if you choose to proceed:

    ☞ Copy a line of text in this window to the Clipboard.

    ☞ Paste into the window of another application.

    ☞ Wait for the test to run. It usually takes a few minutes.

    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.

    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.

    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.

    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.

    6. The script is 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, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.

    Triple-click anywhere in the line of text below on this page to select it:

    PATH=/usr/bin:/bin:/usr/sbin:/sbin; clear; Fb='%s\n\t(%s)\n'; Fm='\n%s\n\n%s\n'; Fr='\nRAM details\n%s\n'; Fs='\n%s: %s\n'; Fu='user %s%%, system %s%%'; AC="com.autodesk.AutoCAD  com.evenflow.dropbox com.google.GoogleDrive"; H='^[[:space:]]*((127\.0\.0\.1|::1|fe80::1%lo0)[[:space:]]+local|(255\.){3}255[[:space:]]*broadcast)host[[:space:]]*$'; NS=networksetup; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ a -eq 0 ]]; }; BI () { $PB\ :CFBundleIdentifier "$1"; }; LC () { $2 launchctl list | awk 'NR>1 && !/0x|\.[0-9]+$|com\.apple\.(AirPortBaseStationAgent|launchctl\.(Aqua|Background|System))$/{print $3}' | grep -Fv "$1"; }; M () { find -L "$d" -type f | while read f; do file -b "$f" | egrep -lq XML\|exec && echo $f; done; }; AT () { o=`file -b "$1" | egrep -v '^(A.{16}t$|cann)'`; Ps "${1##*/} format"; }; Pc () { o=`grep -v '^ *#' "$2"`; l=`wc -l <<< "$o"`; [[ l -gt 25 ]] && o=`head -n25 <<< "$o"`$'\n'"[$((l-25)) more line(s)]"; Pm "$1"; AT "$1"; }; Pm () { [[ "$o" ]] && o=`sed -E '/^ *$/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/(\/Users\/)[^/]+/\1-/g' <<< "$o"` && printf "$Fm" "$1" "$o"; }; Pp () { o=`$PB "$2" | awk -F'= ' \/$3'/{print $2}'`; Pm "$1"; }; Ps () { o=`echo $o`; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; R () { o=; [[ r -eq 0 ]]; }; SP () { system_profiler SP${1}DataType; }; id -G | grep -qw 80; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; SP Software | sed -n 's/^ *//;5p;6p;8p'; h=(`SP Hardware | awk '/ Id/{print $3}; /Mem/{print $2}'`); o=$h; Ps Model; o=$((h[1]<4?h[1]:0)); Ps "Total RAM (GB)"; o=`SP Memory | sed '1,5d;/[my].*:/d'`; [[ "$o" =~ s:\ [^EO]|x([^8]|8[^0]) ]] && printf "$Fr" "$o"; o=`SP Diagnostics | sed '5,6!d'`; [[ "$o" =~ Pass ]] || Pm POST; p=`SP Power`; o=`awk '/Cy/{print $NF}' <<< "$p"`; o=$((o>=300?o:0)); Ps "Battery cycles"; o=`sed -n '/Cond.*: [^N]/s/^.*://p' <<< "$p"`; Ps "Battery condition"; for b in FireWire Thunderbolt USB; do o=`SP $b | sed -En '/:$/{s/ *:$//;x;s/\n//;/Apple|Intel|SMSC/d;s/\n.*//;/\)/p;};/^ *(V.+ [0N]|Man).+ /{s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;}'`; Pm $b; done; o=`pmset -g therm | sed 's/^.*C/C/'`; [[ "$o" =~ No\ th|pms ]] && o=; Pm Heat; o=`pmset -g sysload | grep -v :`; [[ "$o" =~ =\ [^GO] ]] || o=; Pm "System load"; o=`nvram boot-args | awk '{$1=""; print}'`; Ps "boot-args"; o=; fdesetup status | grep -q On && o=On; Ps FileVault; a=(/ ""); A=(System User); for i in 0 1; do o=`cd ${a[$i]}L*/Lo*/Diag* || continue; for f in *.{cr,h,pa,s}*; do [[ -f "$f" ]] || continue; d=$(stat -f%Sc -t%F "$f"); [[ "$f" =~ h$ ]] && grep -lq "^Thread c" "$f" && f="$f *"; echo "$d ${f%%_2*} ${f##*.}"; done | sort | tail`; Pm "${A[$i]} diagnostics"; done; grep -lq '*$' <<< "$o" && printf $'\n\t* Code injection\n'; o=`syslog -F bsd -k Sender kernel -k Message CReq 'caug|GPU |hfs: Ru|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|timed? ?o|WARN' -k Message Ane 'SMC:' | tail -n25 | awk '/:/{$4=""; $5=""};1'`; Pm "Kernel log"; o=`df -m / | awk 'NR==2 {print $4}'`; o=$((o<5120?o:0)); Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/eo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( `sar -u 1 10 | sed '$!d'` ); [[ s[4] -lt 85 ]] && o=`printf "$Fu" ${s[1]} ${s[3]}` || o=; Ps "Total CPU usage" && { s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); n=$((${#s[*]}-1)); c="${s[*]}"; o=${s[$n]}%; Ps "CPU usage by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; }; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); n=$((${#s[*]}-1)); s[$n]=${s[$n]%[+-]}; c="${s[*]}"; o=$((s[$n]>=25000?s[$n]:0)); Ps "Mach ports used by process \"${c% ${s[$((n-1))]}*}\" with UID ${s[$((n-1))]}"; sys=`pkgutil --regexp --only-files --files com.apple.pkg.* | sort | uniq | sed 's:^:/:'`; bi=`egrep '\.(kext|xpc)/(Contents/)?Info.plist$' <<< "$sys" | while read i; do [[ -f "$i" ]] && BI "$i"; done`; o=`kextstat -kl | grep -Fv "$bi" | cut -c53- | cut -d\< -f1`; Pm "Kernel extensions"; li=`egrep 'Launch[AD].+\.plist$' <<< "$sys"`; jl=`while read f; do [[ -f $f ]] && $PB\ :Label $f; done <<< "$li"`$'\n'"$bi"; R && o=`LC "$jl" sudo`; Pm Daemons; o=`LC "$jl"`; Pm Agents; o=`for d in {/,}L*/Lau*; do M; done | grep -Fv "$li" | while read f; do ID=$($PB\ :Label "$f") || ID="No job label"; printf "$Fb" "$f" "$ID"; done`; Pm "launchd items"; o=`for d in /{S*/,}L*/StartupItems; do M; done`; Pm "Startup items"; b=`sed -E '/^.+Lib.+\/Contents\/Info.plist$/!d;s/\/Info.plist$//;/Contents\/./d' <<< "$sys"`; l=`egrep '^/usr/lib/.+dylib$' <<< "$sys"`; [[ "$b" && "$l" ]] && { o=`find -L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo}* -type d -name Contents -prune | grep -Fv "$b" | while read d; do i="$d"/Info.plist; [[ -f "$i" ]] || continue; ID=$(BI "$i") || ID="No bundle ID"; printf "$Fb" "${d%/Contents}" "$ID"; done`; Pm "Bundles"; o=`find /usr/lib -type f -name *.dylib | grep -Fv "$l"`; Pm "Shared libraries"; :; } || echo $'\nReceipts missing'; o=`for e in INSERT_LIBRARIES LIBRARY_PATH; do launchctl getenv DYLD_$e; done`; Pm "Inserted dylibs"; o=`find -L {,/u*/lo*}/e*/periodic -type f -mtime -10d`; Pm "Modified periodic scripts"; o=; defaults read /Library/Preferences/com.apple.alf globalstate | grep -q 0 || o=On; Ps Firewall; o=`scutil --proxy | egrep 'Prox.+: [^0]'`; Pm Proxies; o=`scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'`; i=`route -n get default | awk '/e:/{print $2}'`; I=`$NS -listnetworkserviceorder | sed -En '/ '$i'\)$/{x;s/^\(.+\) //p;q;};x'`; n=`$NS -getdnsservers "$I" | awk '!/^T/{printf "not "; exit}'`; Ps "DNS (${n}from DHCP)"; o=`$NS -getinfo "$I" | awk '/k:/{if ($3 !~ "(255\.){3}0") print}; /v6:/{if ($2 !~ "A") print}'`; Pm TCP/IP; [[ "$I" =~ [AW]i ]] && { o=`/S*/*/P*/*/*/*/*/airport -I | awk '/lR/{print $2}'`; o=$((o<=-87?o:0)); Ps RSSI; }; R && o=`sudo profiles -P | grep : | wc -l`; Ps Profiles; f=auto_master; [[ `md5 -q /etc/$f` =~ ^b166 ]] || Pc $f /etc/$f; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; f=/etc/hosts; Pc hosts <(egrep -v "$H" $f ); AT $f; Pc "User launchd" ~/.launchd*; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=`sudo defaults read com.apple.loginwindow LoginHook`; Pm "Login hook"; LD="$(`find /S*/*/F* -type f -name lsregister | head -n1` -dump)"; o=`for ID in $AC; do [[ "$LD" =~ $ID ]] && echo $ID; done`; Pm "App check"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed -E 's/(\..*$|-[1-9])//g'; o=`find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l`; Ps "Restricted user files"; cd; o=`find .??* -path .Trash -prune -o -type d -name *.app -print -prune`; Pm "Hidden apps"; o=`SP Fonts | egrep 'id: N|te: Y' | wc -l`; Ps "Font issues"; o=`find L*/{Con,Pref}* -type f ! -size 0 -name *.plist | while read f; do plutil -s "$f" >&- || echo $f; done`; Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in 0 1; do o=`find "${d[$i]}" -type f -maxdepth 1 | wc -l`; o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} file count"; done; o=; [[ UID -eq 0 ]] && o=root; Ps UID; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
    
    
    Copy the selected text to the Clipboard by pressing the key combination command-C.

    7. Launch the built-in 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.

    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.

    8. If you see an error message in the Terminal window such as "syntax error," enter

    exec bash

    and press return. Then paste the script again.

    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.

    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.

    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line

    [Process completed]

    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.

    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.

    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.

    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.

    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.

    ________________________________

     
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.
  • by joao138,

    joao138 joao138 Apr 9, 2014 2:01 AM in response to Linc Davis
    Level 1 (0 points)
    Apr 9, 2014 2:01 AM in response to Linc Davis
    Here I send the results of the script.

     

    Thank you.

     

     

    Copy a line of text in this window to the Clipboard.

     

     

    System Version: OS X 10.9.2 (13C64)
    Kernel Version: Darwin 13.1.0
    Boot Mode: Normal

     

    Model: MacBook6,1

     

    System diagnostics

     

       2014-04-08 esets_mac crash
       2014-04-08 esets_mac crash
       2014-04-08 esets_mac crash
       2014-04-08 esets_mac crash
       2014-04-08 esets_mac crash
        2014-04-08 esets_mac crash
       2014-04-08 esets_mac crash
       2014-04-08 esets_mac crash
       2014-04-08 esets_mac crash
       2014-04-08 firefox hang

     

    User diagnostics

     

       2014-04-08 esets_gui crash
        2014-04-08 plugin-container crash
       2014-04-08 plugin-container crash
       2014-04-08 plugin-container crash
       2014-04-08 plugin-container crash
       2014-04-08 plugin-container crash
       2014-04-08 plugin-container crash
        2014-04-08 plugin-container crash
       2014-04-08 plugin-container crash
       2014-04-08 plugin-container crash

     

    Kernel log

     

       Apr 8 20:14:06   Previous Shutdown Cause: -128
       Apr 8 20:42:04   ERROR(V): ESET OnAccess module for MAC OS X: 'Get path from vnode failed' at line: 3084
        --- last message repeated 26 times ---
       Apr 8 20:44:56   wl0: Roamed or switched channel, reason #4, bssid 00:26:44:98:40:99

     

    Total CPU usage: user 48%, system 37%

     

    CPU usage by process "ReportCrash" with UID 0: 5.1%

    Kernel extensions

     

       com.eset.kext.esets_kac (1.0.0d1)

     

    Daemons

     

       com.adobe.fpsaud

     

    Agents

     

       com.apple.mrt.uiagent
       com.apple.java.updateSharing
       com.apple.java.InstallOnDemandAgent
        com.epson.epw.agent
       com.divx.update.agent
       com.divx.dms.agent
       com.adobe.ARM.UUID

     

    launchd items

     

       /Library/LaunchAgents/com.divx.dms.agent.plist
           (com.divx.dms.agent)
       /Library/LaunchAgents/com.divx.update.agent.plist
            (com.divx.update.agent)
       /Library/LaunchAgents/com.epson.epw.agent.plist
           (com.epson.epw.agent)
       /Library/LaunchDaemons/com.adobe.fpsaud.plist
           (com.adobe.fpsaud)
       Library/LaunchAgents/com.adobe.ARM.UUID.plist
            (com.adobe.ARM.UUID)

     

    Startup items

     

       /Library/StartupItems/esets_daemon_si/esets_daemon_si
       /Library/StartupItems/esets_daemon_si/Resources/English.lproj
       /Library/StartupItems/esets_daemon_si/Resources/Slovak.lproj
        /Library/StartupItems/esets_daemon_si/StartupParameters.plist
       /Library/StartupItems/HWNetMgr/HWNetCfg
       /Library/StartupItems/HWNetMgr/HWNetMgr
       /Library/StartupItems/HWPortDetect/HWPortCfg
       /Library/StartupItems/HWPortDetect/HWPortDetect
        /Library/StartupItems/HWPortDetect/StartupParameters.plist

     

    Bundles

     

       /System/Library/Extensions/hp_io_printerclassdriver_enabler.kext
           (com.hp.hpio.hp_io_printerclassdriver_enabler)
       /System/Library/Extensions/HuaweiDataCardDriver.kext
            (com.Huawei.driver.HuaweiDataCardDriver)
       /System/Library/Extensions/LexmarkUSBMerge.kext
           (com.lexmark.print.usbmerge)
       /System/Library/Extensions/Seagate Storage Driver.kext
           (com.seagate.driver.PowSecDriverCore)
        /System/Library/Extensions/USBExpressCardCantWake_Huawei.kext
           (com.apple.dts.driver.USBExpressCardCantWake)
       /Library/Internet Plug-Ins/AdobePDFViewer.plugin
           (com.adobe.acrobat.pdfviewer)
       /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin
            (com.adobe.acrobat.pdfviewerNPAPI)
       /Library/Internet Plug-Ins/CS ChemDraw Pro.plugin
           (com.cambridgesoft.chemdrawplugin)
       /Library/Internet Plug-Ins/DivX Web Player.plugin
           (com.divx.DivXWebPlayer)
        /Library/Internet Plug-Ins/Flash Player.plugin
           (com.macromedia.Flash Player.plugin)
       /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin
           (net.telestream.wmv.plugin)
       /Library/Internet Plug-Ins/iPhotoPhotocast.plugin
            (com.apple.plugin.iPhotoPhotocast)
       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin
           (com.apple.java.JavaAppletPlugin)
       /Library/Internet Plug-Ins/OfficeLiveBrowserPlugin.plugin
           (com.microsoft.officelive.browserplugin)
        /Library/Internet Plug-Ins/OVSHelper.plugin
           (com.divx.OVSHelper)
       /Library/Internet Plug-Ins/Silverlight.plugin
           (com.microsoft.SilverlightPlugin)
       /Library/PreferencePanes/Flash Player.prefPane
            (com.adobe.flashplayerpreferences)
       /Library/PreferencePanes/Flip4Mac WMV.prefPane
           (net.telestream.wmv.prefpane)
       /Library/QuickTime/DivX Decoder.component
           (com.DivXInc.DivXDecoder)
        /Library/QuickTime/DivX Encoder.component
           (com.DivXInc.DivXCodec)
       Library/Address Book Plug-Ins/SkypeABDialer.bundle
           (com.skype.skypeabdialer)
       Library/Address Book Plug-Ins/SkypeABSMS.bundle
            (com.skype.skypeabsms)
       Library/Audio/Plug-Ins/Components/A52Codec.component
           (com.shepmater.A52Codec)
       Library/PreferencePanes/Perian.prefPane
           (org.perian.PerianPane)
       Library/QuickTime/AC3MovieImport.component
            (com.cod3r.ac3movieimport)
       Library/QuickTime/Perian.component
           (org.perian.Perian)

     

    Shared libraries

     

       /usr/lib/libesets.4.dylib
       /usr/lib/libesets_as.4.dylib
       /usr/lib/libsup.dylib

    Modified periodic scripts

     

       /etc/periodic/daily/110.clean-tmps
       /etc/periodic/daily/130.clean-msgs
       /etc/periodic/daily/140.clean-rwho
       /etc/periodic/daily/199.clean-fax
       /etc/periodic/daily/310.accounting
        /etc/periodic/daily/400.status-disks
       /etc/periodic/daily/420.status-network
       /etc/periodic/daily/430.status-rwho
       /etc/periodic/daily/999.local
       /etc/periodic/monthly/199.rotate-fax
       /etc/periodic/monthly/200.accounting
        /etc/periodic/monthly/999.local
       /etc/periodic/weekly/320.whatis
       /etc/periodic/weekly/999.local

     

    Firewall: On

     

    Global login items

     

       /Applications/ESET NOD32 Antivirus 4.app

     

    User login items

       AdobeResourceSynchronizer

     

    Restricted user files: 59

     

    Font issues: 40

     

    Elapsed time (s): 379

     

  • by Linc Davis,Solvedanswer

    Linc Davis Linc Davis Apr 9, 2014 6:08 AM in response to joao138
    Level 10 (208,000 points)
    Applications
    Apr 9, 2014 6:08 AM in response to joao138

    Uninstall ESET by following these instructions. If you have a different version of the product, the procedure may be different.

      
    Back up all data before making any changes.
  • by joao138,

    joao138 joao138 Apr 9, 2014 10:13 AM in response to Linc Davis
    Level 1 (0 points)
    Apr 9, 2014 10:13 AM in response to Linc Davis

    Thank you.

     

    You solved my question.

     

    Best Wishes.

  • by R-Snow,

    R-Snow R-Snow May 17, 2014 4:43 AM in response to Linc Davis
    Level 1 (0 points)
    May 17, 2014 4:43 AM in response to Linc Davis

    Hello Linc Davis,

     

    I'm experiencing the same problems with severall of my external drives (WD ' my passport' and Seagte 'freeagent goflex' )

     

    Could you look at my testresults as well please. Would really appreciate it.

     

    System Version: OS X 10.9.2 (13C1021)

    Kernel Version: Darwin 13.1.0

    Boot Mode: Normal

     

     

    Model: MacBookPro6,2

     

     

    USB

     

     

       USB Laser Mouse (Logitech Inc.)

     

     

    FileVault: On

     

     

    System diagnostics

     

     

       2014-05-17 ntfsls crash

       2014-05-17 ntfsls crash

       2014-05-17 ntfsls crash

       2014-05-17 ntfsls crash

       2014-05-17 ntfsls crash

       2014-05-17 ntfsls crash

       2014-05-17 ntfsls crash

       2014-05-17 ntfsls crash

       2014-05-17 ntfsls crash

       2014-05-17 ntfsls crash

     

     

    User diagnostics

     

     

       2014-05-17 MCU crash

       2014-05-17 com.google.Chrome crash

     

     

    Kernel log

     

     

       May 12 22:40:54   USBF: 94. 39 AppleUSBHubPort::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe000404f while doing clearing port feature (1)

       May 13 00:16:08   process Aperture[411] thread 5277 caught burning CPU! It used more than 50% CPU (Actual recent usage: 93%) over 180 seconds. thread lifetime cpu usage 90.047910 seconds, (76.785323 user, 13.262587 system) ledger info: balance: 90007956805 credit: 90007956805 debit: 0 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 96154007433

       May 15 22:18:24   Process Setup Assistant [163] disabling system-wide I/O Throttling

       May 15 22:18:24   Process Setup Assistant [163] disabling system-wide CPU Throttling

       May 15 23:23:30   process WD SmartWare[3360] thread 8189 caught burning CPU! It used more than 50% CPU (Actual recent usage: 56%) over 180 seconds. thread lifetime cpu usage 90.610237 seconds, (78.991366 user, 11.618871 system) ledger info: balance: 90001023299 credit: 90001023299 debit: 0 limit: 90000000000 (50%) period: 180000000000 time since last refill (ns): 158130086074

       May 17 07:41:57   process WindowServer[101] caught causing excessive wakeups. Observed wakeups rate (per sec): 217; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 59887

       May 17 11:45:11   wl0: Roamed or switched channel, reason #4, bssid 00:24:8c:1a:0f:76

       --- last message repeated 6 times ---

       May 17 12:21:45   wl0: Roamed or switched channel, reason #8, bssid 00:24:8c:1a:0f:76

       May 17 12:23:38   wl0: Roamed or switched channel, reason #4, bssid 00:24:8c:1a:0f:76

       May 17 12:23:47   wl0: Roamed or switched channel, reason #8, bssid 00:24:8c:1a:0f:76

       --- last message repeated 2 times ---

       May 17 12:24:30   disk3s2: I/O error.

       May 17 12:25:10   wl0: Roamed or switched channel, reason #4, bssid 00:24:8c:1a:0f:76

       May 17 12:25:15   wl0: Roamed or switched channel, reason #8, bssid 00:24:8c:1a:0f:76

       May 17 12:27:13   wl0: Roamed or switched channel, reason #4, bssid 00:24:8c:1a:0f:76

       --- last message repeated 2 times ---

     

     

    Kernel extensions

     

     

       com.sagemcom.driver.PicoPixNDRV (2.3)

       com.apple.GeForceTesla (8.2.4)

     

     

    Daemons

     

     

       com.apple.audio.InfoHelper

       com.apple.coremedia.videodecoder

       com.apple.Localization.SetDefaultsService

       com.apple.audio.ComponentHelper

       com.apple.security.pboxd

       com.apple.systemadministration.writeconfig

       com.apple.internetaccounts

       com.apple.iCloudHelper

       com.apple.audio.SandboxHelper

       com.apple.imfoundation.IMRemoteURLConnectionAgent

       com.apple.appkit.xpc.documentPopoverViewService

       com.apple.iTunesLibraryService

       com.apple.CGXPCServicesAgent

       com.apple.quicklook.satellite.UUID

       com.apple.quicklook.satellite

       com.apple.SafariServices

       com.apple.lakitu

       com.apple.geod

       com.apple.imtransferservices.IMTransferAgent

       com.apple.dock.ecti

       com.apple.dock.extra

       com.apple.imdpersistence.IMDPersistenceAgent

       com.apple.imdmessageservices.IMDMessageServicesAgent

       com.apple.MapRenderingService

       com.apple.twitter.xpc

       com.apple.ichat.BuddyPictureService

       com.apple.ShareKitHelper

       com.apple.facebook.xpc

       com.apple.PassXPCService

       com.apple.CharacterPicker.FileService

       com.apple.tencentweibo.xpc

       com.apple.ichat.TranscriptRenderingService

       com.apple.linkedin.xpc

       com.apple.weibo.xpc

       com.apple.accounts.dom

       com.apple.SceneKit.C3DColladaResourcesCoordinator

       com.apple.MailServiceAgent

       com.apple.WeatherKitService

       com.apple.MailMigratorService

       com.apple.systemuiserver.scriptrunner

       com.apple.IASUtilities.IASCloudConfigHelper

       com.apple.gssd.UUID

       org.postfix.master

       org.ntp.ntpd

       org.cups.cupsd

       com.vix.cron

       com.apple.wwand

       com.apple.wifid

       com.apple.wdhelper

       com.apple.warmd

       com.apple.vsdbutil

       com.apple.var-db-dslocal-backup

       com.apple.UserNotificationCenter

       com.apple.UserEventAgent-System

       com.apple.usbd

       com.apple.unmountassistant.sysagent

       com.apple.uninstalld

       com.apple.ucupdate.plist

       com.apple.systemstatsd

       com.apple.systemstats.daily

       com.apple.systemstats.analysis

       com.apple.systempreferences.install

       com.apple.systemkeychain

       com.apple.sysmond

       com.apple.suhelperd

       com.apple.SubmitDiagInfo.Root

       com.apple.statd.notify

       com.apple.stackshot

       com.apple.spindump_symbolicator

       com.apple.spindump

       com.apple.softwareupdated

       com.apple.softwareupdatecheck.initial

       com.apple.snhelper

       com.apple.smb.preferences

       com.apple.sleepservicesd

       com.apple.shutdown_monitor

       com.apple.sessionlogoutd

       com.apple.ServerPerfLog

       com.apple.ServerPerfLog.aslmanager

       com.apple.security.syspolicy

       com.apple.scsid

       com.apple.rpcbind

       com.apple.RFBEventHelper

       com.apple.revisiond

       com.apple.ReportPanicService

       com.apple.RemotePairTool

       com.apple.RemoteDesktop.PrivilegeProxy

       com.apple.racoon

       com.apple.printtool.daemon

       com.apple.preferences.timezone.auto

       com.apple.preferences.timezone.admintool

       com.apple.platform.ptmd

       com.apple.pfd

       com.apple.pfctl

       com.apple.periodic-weekly

       com.apple.periodic-monthly

       com.apple.periodic-daily

       com.apple.PCIELaneConfigTool

       com.apple.pacemaker

       com.apple.opendirectoryd

       com.apple.nis.ypbind

       com.apple.nfsd

       com.apple.nfsconf

       com.apple.newsyslog

       com.apple.netbiosd

       com.apple.msrpc.wkssvc

       com.apple.msrpc.srvsvc

       com.apple.msrpc.netlogon

       com.apple.msrpc.mdssvc

       com.apple.msrpc.lsarpc

       com.apple.metadata.mds.spindump

       com.apple.metadata.mds.scan

       com.apple.metadata.mds

       com.apple.metadata.mds.index

       com.apple.mdmclient.daemon

       com.apple.mbicloudsetupd

       com.apple.ManagedClient

       com.apple.ManagedClient.enroll

       com.apple.ManagedClient.cloudconfigurationd

       com.apple.logsyswritesd

       com.apple.logkextloadsd

       com.apple.loginwindow.secureerase

       com.apple.loginwindow

       com.apple.loginwindow.LFVTracer

       com.apple.logind

       com.apple.lockd

       com.apple.laterscheduler

       com.apple.Kerberos.kpasswdd

       com.apple.Kerberos.kdc

       com.apple.Kerberos.kcm

       com.apple.Kerberos.kadmind

       com.apple.Kerberos.digest-service

       com.apple.kcproxy

       com.apple.IOBluetoothUSBDFU

       com.apple.IOAccelMemoryInfoCollector

       com.apple.IFCStart

       com.apple.iconservicesd

       com.apple.hdiejectd

       com.apple.gssd

       com.apple.fseventsd

       com.apple.emond

       com.apple.emond.aslmanager

       com.apple.dynamic_pager

       com.apple.dvdplayback.setregion

       com.apple.DumpPanic

       com.apple.DumpGPURestart

       com.apple.dspluginhelperd

       com.apple.dpd

       com.apple.DiagnosticReportCleanUpDaemon

       com.apple.cvmsServ

       com.apple.coresymbolicationd

       com.apple.corestorage.corestoragehelperd

       com.apple.corestorage.corestoraged

       com.apple.coreservices.appleid.passwordcheck

       com.apple.coreservices.appleevents

       com.apple.configureLocalKDC

       com.apple.cmio.VDCAssistant

       com.apple.cmio.IIDCVideoAssistant

       com.apple.cmio.AVCAssistant

       com.apple.cmio.AppleCameraAssistant

       com.apple.bsd.launchdadd

       com.apple.bnepd

       com.apple.bluetoothaudiod

       com.apple.awacsd

       com.apple.automountd

       com.apple.autofsd

       com.apple.auditd

       com.apple.aslmanager

       com.apple.applessdstatistics

       com.apple.AOSNotification

       com.apple.AirPlayXPCHelper

       com.wdc.WDSmartWareService

       com.wdc.SmartwareDriveService

       com.microsoft.office.licensing.helper

       com.apple.qmaster.qmasterd

       com.apple.aelwriter

       com.adobe.fpsaud

     

     

    Agents

     

     

       com.apple.FolderActions.folders

       com.apple.ZoomWindow

       com.apple.wifi.WiFiKeychainProxy

       com.apple.WebKit.PluginAgent

       com.apple.warmd_agent

       com.apple.VoiceOver

       com.apple.UserNotificationCenterAgent

       com.apple.usernoted

       com.apple.UserEventAgent-Aqua

       com.apple.USBAgent

       com.apple.unmountassistant.useragent

       com.apple.universalaccessd

       com.apple.universalaccesscontrol

       com.apple.universalaccessAuthWarn

       com.apple.ubd

       com.apple.TMHelperAgent.SetupOffer

       com.apple.TMHelperAgent

       com.apple.tiswitcher

       com.apple.talagent

       com.apple.SystemUIServer.agent

       com.apple.syncservices.uihandler

       com.apple.syncservices.SyncServer

       com.apple.SubmitDiagInfo

       com.apple.storeagent

       com.apple.storehelper

       com.apple.spindump_agent

       com.apple.speech.synthesisserver

       com.apple.speech.speechdatainstallerd

       com.apple.speech.recognitionserver

       com.apple.speech.feedbackservicesserver

       com.apple.softwareupdate_notify_agent

       com.apple.SocialPushAgent

       com.apple.soagent

       com.apple.sharingd

       com.apple.ServiceManagement.LoginItems

       com.apple.security.keychain-circle-notification

       com.apple.security.DiskUnmountWatcher

       com.apple.scrod

       com.apple.screensharing.MessagesAgent

       com.apple.screensharing.agent

       com.apple.ScreenReaderUIServer

       com.apple.scopedbookmarksagent.xpc

       com.apple.SafariNotificationAgent

       com.apple.safaridavclient

       com.apple.ReportPanic

       com.apple.ReportGPURestart

       com.apple.ReportCrash.Self

       com.apple.ReportCrash

       com.apple.RemoteDesktop.agent

       com.apple.reclaimspace

       com.apple.recentsd

       com.apple.rcd

       com.apple.quicklook.ui.helper

       com.apple.quicklook

       com.apple.quicklook.config

       com.apple.quicklook.32bit

       com.apple.PubSub.Agent

       com.apple.printuitool.agent

       com.apple.printtool.agent

       com.apple.pictd

       com.apple.PCIESlotCheck

       com.apple.pbs

       com.apple.PackageKit.InstallStatus

       com.apple.nsnetworkd

       com.apple.notificationcenterui.agent

       com.apple.mrt.uiagent

       com.apple.midiserver

       com.apple.metadata.mdwrite

       com.apple.mdmclient.cloudconfig.agent

       com.apple.mdmclient.agent

       com.apple.maspushagent

       com.apple.Maps.mapspushd

       com.apple.ManagedClient.agent

       com.apple.lookupd

       com.apple.locationmenu

       com.apple.librariand

       com.apple.lateragent

       com.apple.java.updateSharing

       com.apple.java.InstallOnDemandAgent

       com.apple.isst

       com.apple.IMLoggingAgent

       com.apple.imagent

       com.apple.identityservicesd

       com.apple.icloud.AOSNotificationAgent

       com.apple.icbaccountsd

       com.apple.helpd

       com.apple.gamed

       com.apple.FTCleanup

       com.apple.ATS.FontValidatorConduit

       com.apple.ATS.FontValidator

       com.apple.FontRegistryUIAgent

       com.apple.Finder

       com.apple.EscrowSecurityAlert

       com.apple.dt.CommandLineTools.installondemand

       com.apple.Dock.agent

       com.apple.DiskArbitrationAgent

       com.apple.DiagnosticReportCleanUpAgent

       com.apple.csuseragent

       com.apple.coreservices.uiagent

       com.apple.coreservices.appleid.authentication

       com.apple.CoreLocationAgent

       com.apple.cookied

       com.apple.ContainerRepairAgent

       com.apple.cmfsyncagent

       com.apple.cfnetwork.cfnetworkagent

       com.apple.cfnetwork.AuthBrokerAgent

       com.apple.CalendarAgentLauncher

       com.apple.CalendarAgent

       com.apple.btsa

       com.apple.bookstoreagent

       com.apple.bluetoothUIServer

       com.apple.BezelUIServer

       com.apple.avrcpAgent

       com.apple.AssistiveControl

       com.apple.assistantd

       com.apple.assistant_service

       com.apple.apsctl

       com.apple.appstoreupdateagent

       com.apple.AOSPushRelay

       com.apple.aos.migrate

       com.apple.AirPlayUIAgent

       com.apple.AddressBook.SourceSync

       com.apple.AddressBook.AssistantService

       com.apple.AddressBook.abd

       com.apple.accountsd

       com.seagate.SeagateStorageGauge.plist

       com.canon.MFManager

       com.google.keystone.user.agent

       com.facebook.videochat.updater

       com.apple.FolderActions.enabled

       com.adobe.ARM.UUID

       com.apple.mdworker.mail.UUID

       com.apple.mdworker.single.UUID

       com.apple.mdworker.32bit.UUID

       com.apple.mdworker.shared.UUID

       com.apple.xmigrationhelper.user

       com.apple.syncdefaultsd

       com.apple.sbd

       com.apple.pluginkit.pkd

       com.apple.metadata.mdflagwriter

       com.apple.mdworker.sizing

       com.apple.mdworker.single

       com.apple.mdworker.shared

       com.apple.mdworker.mail

       com.apple.mdworker.lsb

       com.apple.mdworker.isolation

       com.apple.mdworker.bundles

       com.apple.mdworker.32bit

       com.apple.mbpluginhost.user

       com.apple.mbloginhelper.user

       com.apple.KerberosHelper.LKDCHelper

       com.apple.FileSyncAgent.PHD

       com.apple.cvmsCompAgent_x86_64_1

       com.apple.cvmsCompAgent_x86_64

       com.apple.cvmsCompAgent_i386_1

       com.apple.cvmsCompAgent_i386

     

     

    launchd items

     

     

       /Library/LaunchAgents/com.canon.MFManager.plist

                 (com.canon.MFManager)

       /Library/LaunchAgents/com.seagate.SeagateStorageGauge.plist

                 (com.seagate.SeagateStorageGauge.plist)

       /Library/LaunchDaemons/com.adobe.fpsaud.plist

                 (com.adobe.fpsaud)

       /Library/LaunchDaemons/com.apple.aelwriter.plist

                 (com.apple.aelwriter)

       /Library/LaunchDaemons/com.apple.qmaster.qmasterd.plist

                 (com.apple.qmaster.qmasterd)

       /Library/LaunchDaemons/com.gopro.stereomodestatus.plist

                 (com.gopro.stereomodestatus)

       /Library/LaunchDaemons/com.microsoft.office.licensing.helper.plist

                 (com.microsoft.office.licensing.helper)

       /Library/LaunchDaemons/com.wdc.SmartwareDriveService.plist

                 (com.wdc.SmartwareDriveService)

       /Library/LaunchDaemons/com.wdc.WDSmartWareService.plist

                 (com.wdc.WDSmartWareService)

       Library/LaunchAgents/com.adobe.ARM.UUID.plist

                 (com.adobe.ARM.UUID)

       Library/LaunchAgents/com.apple.FolderActions.enabled.plist

                 (com.apple.FolderActions.enabled)

       Library/LaunchAgents/com.apple.FolderActions.folders.plist

                 (com.apple.FolderActions.folders)

       Library/LaunchAgents/com.facebook.videochat.plist

                 (com.facebook.videochat.updater)

       Library/LaunchAgents/com.google.keystone.agent.plist

                 (com.google.keystone.user.agent)

     

     

    Bundles

     

     

       /System/Library/CoreServices/SecurityAgentPlugins/HomeDirMechanism.bundle

                 (com.apple.SecurityAgentPlugin.HomeDirMechanism)

       /System/Library/CoreServices/SecurityAgentPlugins/KerberosAgent.bundle

                 (com.apple.KerberosAgent)

       /System/Library/CoreServices/SecurityAgentPlugins/loginwindow.bundle

                 (com.apple.securityAgentPlugins.loginwindowUI)

       /System/Library/CoreServices/SecurityAgentPlugins/MCXMechanism.bundle

                 (com.apple.securityAgentPlugin.MCXMechanism)

       /System/Library/CoreServices/SecurityAgentPlugins/PKINITMechanism.bundle

                 (com.apple.PKINITMechanism)

       /System/Library/CoreServices/SecurityAgentPlugins/RestartAuthorization.bundle

                 (com.apple.securityAgentPlugin.RestartAuthorization)

       /System/Library/Extensions/AMDRadeonVADriver.bundle

                 (com.apple. AMDRadeonVADriver)

       /System/Library/Extensions/AMDRadeonX3000.kext

                 (com.apple.AMDRadeonX3000)

       /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle

                 (com.apple.AMDRadeonX3000GLDriver)

       /System/Library/Extensions/AMDRadeonX4000.kext

                 (com.apple.AMDRadeonX4000)

       /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle

                 (com.apple.AMDRadeonX4000GLDriver)

       /System/Library/Extensions/AppleIntelHD3000Graphics.kext

                 (com.apple.driver.AppleIntelHD3000Graphics)

       /System/Library/Extensions/AppleIntelHD3000GraphicsGA.plugin

                 (com.apple.driver.AppleIntelHD3000GraphicsGA)

       /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle

                 (com.apple.driver.AppleIntelHD3000GraphicsGLDriver)

       /System/Library/Extensions/AppleIntelHD3000GraphicsVADriver.bundle

                 (com.apple.AppleIntelHD3000GraphicsVADriver)

       /System/Library/Extensions/AppleIntelHD4000Graphics.kext

                 (com.apple.driver.AppleIntelHD4000Graphics)

       /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle

                 (com.apple.driver.AppleIntelHD4000GraphicsGLDriver)

       /System/Library/Extensions/AppleIntelHD4000GraphicsVADriver.bundle

                 (com.apple.AppleIntelHD4000GraphicsVADriver)

       /System/Library/Extensions/AppleIntelHD5000Graphics.kext

                 (com.apple.driver.AppleIntelHD5000Graphics)

       /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle

                 (com.apple.driver.AppleIntelHD5000GraphicsGLDriver)

       /System/Library/Extensions/AppleIntelHD5000GraphicsVADriver.bundle

                 (com.apple.AppleIntelHD5000GraphicsVADriver)

       /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle

                 (com.apple.driver.AppleIntelHDGraphicsGLDriver)

       /System/Library/Extensions/AppleIntelHSWVA.bundle

                 (com.apple.AppleIntelHSWFBVA)

       /System/Library/Extensions/AppleIntelIVBVA.bundle

                 (com.apple.AppleIntelIVBFBVA)

       /System/Library/Extensions/ATIRadeonX2000.kext

                 (com.apple.ATIRadeonX2000)

       /System/Library/Extensions/ATIRadeonX2000GA.plugin

                 (com.apple.ATIRadeonX2000GA)

       /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle

                 (com.apple.ATIRadeonX2000GLDriver)

       /System/Library/Extensions/ATIRadeonX2000VADriver.bundle

                 (com.apple.ATIRadeonX2000VADriver)

       /System/Library/Extensions/EPSONUSBPrintClass.kext

                 (com.epson.print.kext.USBPrintClass)

       /System/Library/Extensions/GeForce.kext

                 (com.apple.GeForce)

       /System/Library/Extensions/GeForceGA.plugin

                 (com.apple.GeForceGA)

       /System/Library/Extensions/GeForceGLDriver.bundle

                 (com.apple.GeForceGLDriver)

       /System/Library/Extensions/GeForceTesla.kext

                 (com.apple.GeForceTesla)

       /System/Library/Extensions/GeForceTeslaGLDriver.bundle

                 (com.apple.GeForceTeslaGLDriver)

       /System/Library/Extensions/GeForceTeslaVADriver.bundle

                 (com.apple.GeForceTeslaVADriver)

       /System/Library/Extensions/GeForceVADriver.bundle

                 (com.apple.GeForceVADriver)

       /System/Library/Extensions/hp_designjet_series.kext

                 (com.hp.print.hpio.Designjet.kext)

       /System/Library/Extensions/hp_Deskjet_io_enabler.kext

                 (com.hp.print.hpio.Deskjet.kext)

       /System/Library/Extensions/hp_Inkjet1_io_enabler.kext

                 (com.hp.print.hpio.Inkjet1.kext)

       /System/Library/Extensions/hp_Inkjet2_io_enabler.kext

                 (com.hp.print.hpio.Inkjet2.kext)

       /System/Library/Extensions/hp_Inkjet3_io_enabler.kext

                 (com.hp.print.hpio.Inkjet3.kext)

       /System/Library/Extensions/hp_Inkjet4_io_enabler.kext

                 (com.hp.print.hpio.Inkjet4.kext)

       /System/Library/Extensions/hp_Inkjet5_io_enabler.kext

                 (com.hp.print.hpio.Inkjet5.kext)

       /System/Library/Extensions/hp_Inkjet7_io_enabler.kext

                 (com.hp.print.hpio.inkjet7.kext)

       /System/Library/Extensions/hp_Inkjet8_io_enabler.kext

                 (com.hp.print.hpio.inkjet8.kext)

       /System/Library/Extensions/hp_Inkjet_io_enabler.kext

                 (com.hp.print.hpio.Inkjet.kext)

       /System/Library/Extensions/hp_io_printerclassdriver_enabler.kext

                 (com.hp.hpio.hp_io_printerclassdriver_enabler)

       /System/Library/Extensions/hp_Laserjet_io_enabler.kext

                 (com.hp.print.hpio.Laserjet.kext)

       /System/Library/Extensions/hp_Officejet_io_enabler.kext

                 (com.hp.print.hpio.Officejet.kext)

       /System/Library/Extensions/hp_Photosmart_io_enabler.kext

                 (com.hp.print.hpio.Photosmart.kext)

       /System/Library/Extensions/hp_PhotosmartPro_io_enabler.kext

                 (com.hp.print.hpio.PhotosmartPro.kext)

       /System/Library/Extensions/hp_qc_io_enabler.kext

                 (com.hp.hpio.hp_psa530_630_io_enabler)

       /System/Library/Extensions/IOUSBPicoPixMassStorageClass.kext

                 (com.oem.driver.IOUSBPicoPixMassStorageClass)

       /System/Library/Extensions/LexmarkUSBMerge.kext

                 (com.lexmark.print.usbmerge)

       /System/Library/Extensions/PicoPixDevice.kext

                 (com.sagemcom.driver.PicoPixDevice)

       /System/Library/Extensions/Seagate Storage Driver.kext

                 (com.seagate.driver.PowSecDriverCore)

       /System/Library/Extensions/WD1394HPDriver.kext

                 (com.wdc.driver.1394HP)

       /System/Library/Extensions/WDUSBHPDriver.kext

                 (com.wdc.driver.USBHP)

       /Library/Audio/MIDI Drivers/EmagicUSBMIDIDriver.plugin

                 (info.emagic.driver.unitor)

       /Library/Audio/Plug-Ins/HAL/AirPlay.driver

                 (com.apple.audio.AirTunesHALPlugin)

       /Library/Audio/Plug-Ins/HAL/AppleAVBAudio.driver

                 (com.apple.audio.AppleAVBAudio)

       /Library/Audio/Plug-Ins/HAL/BluetoothAudioPlugIn.driver

                 (com.apple.audio.BluetoothAudioPlugIn)

       /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin

                 (com.apple.DVCPROHDAudio)

       /Library/Audio/Plug-Ins/HAL/iSightAudio.driver

                 (com.apple.iSightAudio)

       /Library/Internet Plug-Ins/AdobePDFViewer.plugin

                 (com.adobe.acrobat.pdfviewer)

       /Library/Internet Plug-Ins/AdobePDFViewerNPAPI.plugin

                 (com.adobe.acrobat.pdfviewerNPAPI)

       /Library/Internet Plug-Ins/CANONiMAGEGATEWAYDL.plugin

                 (jp.Canon.cig.npdownload)

       /Library/Internet Plug-Ins/Default Browser.plugin

                 (com.apple.DefaultBrowser.PlugIn)

       /Library/Internet Plug-Ins/Flash Player.plugin

                 (com.macromedia.Flash Player.plugin)

       /Library/Internet Plug-Ins/Flip4Mac WMV Plugin.plugin

                 (net.telestream.wmv.plugin)

       /Library/Internet Plug-Ins/iPhotoPhotocast.plugin

                 (com.apple.plugin.iPhotoPhotocast)

       /Library/Internet Plug-Ins/JavaAppletPlugin.plugin

                 (com.apple.java.JavaAppletPlugin)

       /Library/Internet Plug-Ins/NP_2020Player_IKEA.plugin

                 (com.2020technologies.2020Player-IKEA.NP)

       /Library/Internet Plug-Ins/OfficeLiveBrowserPlugin.plugin

                 (com.microsoft.officelive.browserplugin)

       /Library/Internet Plug-Ins/Quartz Composer.webplugin

                 (com.apple.QuartzComposer.webplugin)

       /Library/Internet Plug-Ins/QuickTime Plugin.plugin

                 (com.apple.QuickTime Plugin.plugin)

       /Library/Internet Plug-Ins/SharePointBrowserPlugin.plugin

                 (com.microsoft.sharepoint.browserplugin)

       /Library/Internet Plug-Ins/SharePointWebKitPlugin.webplugin

                 (com.microsoft.sharepoint.webkitplugin)

       /Library/Internet Plug-Ins/Silverlight.plugin

                 (com.microsoft.SilverlightPlugin)

       /Library/iTunes/iTunes Plug-ins/Quartz Composer Visualizer.bundle

                 (com.apple.QuartzComposer.iTunesPlugIn)

       /Library/PreferencePanes/Apple Qmaster.prefPane

                 (com.apple.preference.swamp)

       /Library/PreferencePanes/Flash Player.prefPane

                 (com.adobe.flashplayerpreferences)

       /Library/PreferencePanes/Flip4Mac WMV.prefPane

                 (net.telestream.wmv.prefpane)

       /Library/PreferencePanes/GoPro.prefPane

                 (com.cineform.codec)

       /Library/PreferencePanes/MacFUSE.prefPane

                 (com.google.MacFUSE)

       /Library/PreferencePanes/NTFS-3G.prefPane

                 (org.catacombae.macntfs-3g.prefpane)

       /Library/PreferencePanes/Tuxera NTFS.prefPane

                 (com.tuxera.ntfs.mac.prefpane)

       /Library/QuickTime/AppleMPEG2Codec.component

                 (com.apple.AppleMPEG2Codec)

       /Library/QuickTime/AppleProResCodec.component

                 (com.apple.AppleProResCodec)

       /Library/QuickTime/CanonMJPEGAVI.component

                 (jp.co.canon.MJPEGAVIExporter)

       /Library/QuickTime/CanonMJPEGAVIDec.component

                 (jp.co.canon.CanonMJPEGAVIDec)

       /Library/QuickTime/CanonText.component

                 (jp.co.canon.Text)

       /Library/QuickTime/CFHDCompressor.component

                 (com.cineform.CFHDCompressor)

       /Library/QuickTime/CFHDDecompressor.component

                 (com.cineform.CFHDDecompressor)

       /Library/QuickTime/DesktopVideoOut.component

                 (com.apple.DesktopVideoOut)

       /Library/QuickTime/DVCPROHDMuxer.component

                 (com.apple.DVCPROHDMuxer)

       /Library/QuickTime/DVCPROHDVideoDigitizer.component

                 (com.apple.DVCPROHDVideoDigitizer)

       /Library/QuickTime/DVCPROHDVideoOutput.component

                 (com.apple.DVCPROHDVideoOutput)

       /Library/QuickTime/DVCPROHDVideoOutputClock.component

                 (com.apple.DVCPROHDVideoOutputClock)

       /Library/QuickTime/DVCPROHDVideoOutputCodec.component

                 (com.apple.DVCPROHDVideoOutputCodec)

       /Library/QuickTime/FCP Uncompressed 422.component

                 (com.apple.FCP Uncompressed 422.component)

       /Library/QuickTime/iChatTheaterPreview.component

                 (com.apple.FinalCutPro.iChatTheaterPreview)

       /Library/QuickTime/IMXCodec.component

                 (com.apple.IMXCodec)

       /Library/QuickTime/LiveType.component

                 (com.apple.LiveType.component)

       /Library/QuickTime/Motion.component

                 (com.apple.motion.component)

       /Library/Spotlight/GBSpotlightImporter.mdimporter

                 (com.apple.garageband.spotlightimporter)

       /Library/Spotlight/iBooksAuthor.mdimporter

                 (com.apple.MDImporter.iBooksAuthor)

       /Library/Spotlight/iWork.mdimporter

                 (com.apple.MDImporter.iWork)

       /Library/Spotlight/Microsoft Office.mdimporter

                 (com.microsoft.MDImporter.Office)

       Library/Address Book Plug-Ins/SkypeABDialer.bundle

                 (com.skype.skypeabdialer)

       Library/Address Book Plug-Ins/SkypeABSMS.bundle

                 (com.skype.skypeabsms)

       Library/Internet Plug-Ins/FacebookVideoCalling.bundle

                 (com.skype.FacebookVideoCalling)

       Library/iTunes/iTunes Plug-ins/TuneUp/TuneUp Visualizer.bundle

                 (com.TuneUp.app.iTuneUp Visualizer)

       Library/PreferencePanes/WDQuickViewPrefsPane.prefPane

                 (com.westerndigital.quickview.prefpanel)

     

     

    Shared libraries

     

     

       /usr/lib/dtrace/libdtrace_dyld.dylib

       /usr/lib/libgmalloc.B.dylib

       /usr/lib/libruby.2.0.0.dylib

       /usr/lib/libXplugin.1.dylib

     

     

    Modified periodic scripts

     

     

       /etc/periodic/daily/110.clean-tmps

       /etc/periodic/daily/130.clean-msgs

       /etc/periodic/daily/140.clean-rwho

       /etc/periodic/daily/199.clean-fax

       /etc/periodic/daily/310.accounting

       /etc/periodic/daily/400.status-disks

       /etc/periodic/daily/420.status-network

       /etc/periodic/daily/430.status-rwho

       /etc/periodic/daily/999.local

       /etc/periodic/monthly/199.rotate-fax

       /etc/periodic/monthly/200.accounting

       /etc/periodic/monthly/999.local

       /etc/periodic/weekly/320.whatis

       /etc/periodic/weekly/999.local

     

     

    Firewall: On

     

     

    Proxies

     

     

       ProxyAutoConfigEnable : 1

       ProxyAutoConfigURLString : http://wpad/wpad.dat

       ProxyAutoDiscoveryEnable : 1

     

     

    Global login items

     

     

       /Library/Application Support/WDSmartWare/WDQuickView.app

       /Applications/PicoPix Viewer 2.app

     

     

    User login items

     

     

       iTunesHelper

       Dropbox

     

     

    Restricted user files: 512

     

     

    Font issues: 41

     

     

    Elapsed time (s): 211

  • by Jay Mathias,

    Jay Mathias Jay Mathias May 18, 2014 6:21 PM in response to joao138
    Level 1 (0 points)
    May 18, 2014 6:21 PM in response to joao138

    I ran into problem with my new MacBook Pro and 1TB WD Passport USB drive.

     

    This particular drive, worked find on my older MacBook Pro, running 10.9.2 (13C64).

    The "new" Mac runs the same version of Mavericks.

     

    The drive would not show in Finder or in Disk Utility.

     

    I then connected an order USB 2.0 drive and it worked fine on the new MacBook.

     

    Decided to add a USB-2 patch cable to the Passport and it works fine.

    The USB-3 port on the "new" MAC seems to be the problem but connecting a USB2 patch cable to my

    Passport (USB 3.0/2.0) cable fixed the problem for me.