Mid 2012 MacBook Air Yosemite Slow Booting and Old Boot Screen

Hello Guys,
I have a mid 2012 MacBook Air 13" and I had installed public beta of Yosemite on it. Now I am running OS X 10.10 (14A388b) and I have problems on the boot. On all the other macs, I saw that the booting screen is black background and a white Apple logo on it. But on my mac, the booting screen is same as Mavericks and for the first 5-6 seconds, the Apple logo doesn't show up. And the mac is booting very slowly. Also, Continuity and Handoff are not working properly. What might be the problem?

Hello Guys,
I have a mid 2012 MacBook Air 13" and I had installed public beta of Yosemite on it. Now I am running OS X 10.10 (14A388b) and I have problems on the boot. On all the other macs, I saw that the booting screen is black background and a white Apple logo on it. But on my mac, the booting screen is same as Mavericks and for the first 5-6 seconds, the Apple logo doesn't show up. And the mac is booting very slowly. Also, Continuity and Handoff are not working properly. What might be the problem?

Similar Messages

  • What is apple doing about numb fingers using the trackpad on the new mid 2012 macbook air?

    What is apple doing with the trackpads on the mid 2012 MacBook Air, that creates numbness and pain in my fingers.

    You have no idea what you are talking about catperson. This topic happens to be on one of the
    Apple Support Cummunity conversation. It's called,
    Hands go Numb, tingle from trackpad-
    Do you even have a 2012 or newer laptop? If not, don't give advise as simple as go see a doctor. Will Apple be paying for my medical bills?
    Yesterday is the first time my finger got so painful I could no longer work on my project. I iced it to help numb the numbness, usally the pain subsides when I stay off my laptop for hours however when I start working on it the pain returns and you need your index and middle finger to work that laptop. This is the first time the pain had not gone away, 24 hours later. It feeIs like the tip of my middle finger has a giant splinter in it, very sore! I bought the first edition Macbook Air laptop 4 years ago and never had this problem with my index and middle finger, until I started working on my new Air.
    Look at how many people are having the same problem. It can not be a coencidence.  This problem has cost me the use of my finger and the high expense for this new MacBook Air. I'm going to my apple store tomorrow and show them how many people have this problem with numbness. I think this problem goes way beyond giving me a refund for this computer.
    Any thoughts after reading other people having the same painful experience?
    So What is Apple going to do with the new MacBook Air trackpad that creates numbness in your fingers?
    PS: I know the trackpad is made of glass, so I covered my trackpad with a clear cover they sell to put on iphones however that did not slove anything.

  • Mid 2011 Macbook Air Painfully slow.

    Mid 2011 Macbook Air Painfully slow.
    Hey everyone.  I am writing about my 13 inch Mid 2011 Macbook Air. 
    Recently it has been extremely slow and on occasion has not started up.
    I have reset the PRAM and SMC already, yet it is still very slow.  I have a couple theories about what might have caused it, are they plausible?
    Theory 1:  It’s a software problem. I tried to upgrade to 10.8.2 but halfway through the upgrade the computer restarted and somehow I was still on 10.8.1.  For fear of a big issue happening I didn’t try to upgrade again. Perhaps it is a flaw in Apple’s software update? 
    The important thing to note about this update is that I tried to install 10.8.2 around a month or two weeks BEFORE I started having problems.  So if these issues were due to 10.8.2’s failed update then it certainly was a delayed reaction. 
    I would of course like to update to 10.8.2 BUT as my computer is acting EXTREMELY slow and having trouble turning on occasionally I am worried the software update will completely brick the machine.  Is that possible?  Should I actually finish through with the software update?
    Theory 2:  It was an electricity problem. 
    The computer died when I was sitting at a café plugged into their wall sockets.  A few days later when I came back to the same spot with my old macbook which is now being used in lieu of the Air it suddenly turned black for a little while. Sensing it might be an electricity surge or something with their system I unplugged the cable.  I am not sure if that was paranoia though. 
    Can an electricity surge or a bad outlet fry a computer?  Can it fry the ram so the computer is extremely slow? Does that theory hold any water? 
    Thanks for your help diagnosing this problem.
    All the best. 

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    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 following procedure will help identify which such modifications you've installed. Don’t be alarmed by the 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 you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, 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. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single 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 either copy or drag it. The headings “Step 1” and so on are not part of the commands. 
    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. The other steps 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 
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' 
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”. 
    Step 2 
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}' 
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}' 
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null 
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • Mid 2012 MacBook Air: fan won't run faster when overheated

    mid 2012 MacBook Air, system (tried Mountain lion/Mavericks/Yosemite, all have the same problem)
    WHAT HAPPENED:
    The other day I was watching some flash video on the couch, and I heard the fan running like crazy. The laptop shut off 2 seconds later-- no warnings, just black out all of a sudden. (ps: I usually use it on the desk. Only used in bed/couch for a few times)
    It won't start if I press the button immediately afterwards. Instead, it will restart itself after a few minutes, no matter what.
    I shut it down and let it cool down for about an hour. From then on it wouldn't last more than 5 minutes when used heavily (Facetime, chrome together) and about an hour when used lightly (only one app like chrome). Then it shuts off without warning like before. The laptop felt really hot, and I couldn't hear the fan.
    The battery drop down menu says "service battery", and doesn't disappear after a few restarts.
    WHAT THE APPLE GENIUS SAID:
    I took it to the Apple Store the next day, a genius ran a hardware test, and it showed no problem at all. After the test and restart, the "service battery" warning was gone too.
    The genius said it seemed everything is ok. The battery only ran 159 cycles, and it's supposed to last 1000 cycles.
    But he doesn't know why the laptop would shut down out of nothing. If we had apple care, they could bring it back and stress it out, to see whether it shuts off and find the problem. I just brought it home to see what happens.
    WHAT I TRIED:
    1. Max CPU: the fan doesn't react, still runs at 2000 rpm.
    2. Hardware Test:
              when the laptop is hot, it won't survive the test, shuts off during the test.
              when it's cool, it passes the regular test in 1min30s, showing no problems.
              when it's cool, the extended test cannot last 3min before it dies.
    3. Fan test, it can run at maximum speed. In this case the CPU temperature will drop quickly.
    4. The Enclosure Bottom, Memory Controller and the Mem Bank temperature doesn't seem to change. (I don't know if they are supposed to be that way...)
    Please give me some advice about what you think the problem is, and what I can do about it. Thank you all so much!

    If it didn't show any problems in the Apple Store, maybe its your ambient temperature? Although even this shouldn't cause your machine to behave the way it is currently. You need to record it or something then show Apple the issue.

  • Mid 2011 Macbook Air - Yosemite keyboard and trackpad stopped working, the only button that worked was the power button, only one USB port works.

    I have a Mid 2011 Macbook Air.
    Upgraded to Yosemite last week.
    Three days ago I was using my Macbook Air for the first time since upgrading to Yosemite. I had been using my Macbook Air for approximately 30 minutes, I was using safari and the keyboard and trackpad stopped working (would not respond). The only button that worked was the power button.
    I rebooted and they were still not working. I plugged in a USB mouse and external USB keyboard, only one USB port would work (the Left USB port if looking at the screen) so I had to swap between keyboard and mouse.
    After logging in there is a bluetooth icon at the top of the screen with a sawtooth line through it. Bluetooth is unavailable and the bluetooth icon is missing from the system preferences menu.
    If I run a hardware test by holding D (on USB keyboard) at startup it says that no problems are found and at the conclusion of the test the keyboard and trackpad start working again. When I log on the bluetooth is working again.
    I shut down the Macbook Air and when I started it again the keyboard and trackpad and right side USB ports were all not working again. I logged in using the USB keyboard and mouse and the bluetooth not available sawtooth icon had returned.
    I ran the hardware test again and at the conclusion of the test the trackpad and keyboard started working again.
    I have tried deleting com.apple.Bluetooth.plist and com.apple.Bluetooth.plist.lockfile from /Library/Preferences/ and tried resetting SMC and Power Functions but this did not fix the issue. The only thing that seems to work is running a hardware test - obviously I don't want to do this every time I use the computer.
    I do not believe any hardware is faulty/damaged - I think it has something to do with bluetooth/Yosemite.
    I do not have the Macbook with me at the moment, if you have suggestions that I can try or additional checks/info you require please let me know and I can get back to you.
    Thanks,
    John

    Hi!
    I have exactly the same problem, and I can't find any solution.
    I can't even track down the root of the problem: the Bluetooth/Wifi module? The trackpad? The keyboard/top case? The logicboard?
    I've tried all the usual: SMC/PRAM reset, clean install, kext cache clearing.
    Any suggestion is greatly appreciated!

  • Macbook Pro Mid 2012: Issues with Yosemite update, graphics, and hard drive.

    MacBook Pro (15-inch, Mid 2012)
    Processor: 2.3 GHz Intel Core i7
    Memory: 4 GB 1600 MHz DDR3
    Graphics: Intel HD Graphics 4000 1024 MB
    I've used 192.8 GB
    Operating System: 10.10.1 (14B25) YOSEMITE UPDATE
    I've been experiencing problems with my Macbook Pro shortly after the two year mark of when I've purchased it. There are a few things that are going on. I recently verified my Macintosh HD disk through disk utility and it stated in red that there was an incorrect number of file hard links & then error: This disk needs to be repaired and to restart and then press "R". However, everything before that seemed to have passed. I have everything backed up on an external hard drive and use the time machine frequently. Another thing that has been happening, usually when I'm opening one my adobe programs, is that my screen will go white for a minute along with unidentifiable pink glitchy shapes that don't move. My computer has not been running like it used to and is running slow, freezing, and periodically going white --- as I just mentioned before. I just know that something isn't it right. I've been having to restart my computer by manually pressing the power button more than I've ever had over the past two years. I always work on my computer on a hard surface in a cool area & my fans seem to behaving okay. I also recently installed the Yosemite update for the mac sometime during this past November too and noticed slower running speed, more freezing, and longer times to boot up afterwards. Please speak up if you're experiencing problems with your 2012 Macbook pro too and especially after downloading the Yosemite upgrade. I don't see how it's in any way acceptable that I should have to deal with issues pertaining to my graphics card. Sorry for this post being a little all over the place.

    Hello brousch,
    Thanks for using Apple Support Communities.
    From your post I see that your Mac is spontaneously restarting whenever you see a certain animation on your screen.  This indicates your Mac is getting a kernel panic caused by that animation.  If you'd like to learn more about kernel panics, including how to troublshoot them, please take a look at the information in the link below.
    OS X: When your computer spontaneously restarts or displays "Your computer restarted because of a problem." - Apple Support
    Have a great weekend,
    Alex H.

  • Mid-2012 Macbook air wifi connectivity, bluetooth interference, and SD slot

    I've had issues with all off these things since right around the time my warranty expired:
    -Wifi is often slower than all other computers in my house no matter where it is; it doesn't work at all if i have bluetooth on and connected to something. this seems to be a known bug that apple won't acknowledge- there are discussions of it here and on macrumors forums
    -The SD card slot often ejects or unmounts the storage expansion that I keep in it full time. not just when battery is low or even while sleeping, but sometimes while I am sitting at the computer working. I've had to repair the sd card with disk utility multiple times as a result.
    -Battery life is down to about 3 hours- battery health says it is at 83% of its original full capacity but I know it used to get 6 hours easily, and mavericks was supposed to improve that. I'm wondering in part if the SD card is part of what's killing it, but there is no way I can find to really get a deeper analysis of what's using the power. I do nothing on my computer except use office applications, browse the web and listen to music through headphones or a wired speaker (since BT won't work with the internet).
    Mid-2012 13" MBA, running 10.9.4. I have no pirated software on here and have been gradually moving things to cloud storage, so the hd is only 54% full. I'm going to have to pay for a support ticket to get any help on these things, so i'm wondering: Is it worth it? Will I end up paying for every separate issue? I feel pretty confident Apple support is not going to acknowledge the first two points are part of larger and unacknowledged issues, especially being out of warranty, and battery life is so subjective.
    I'm honestly feeling close to buying a windows 8 machine.

    I have seen lots of issues on Yosemite with Wifi (and have been having issues myself), but yours seem different. It is a pretty new computer, have you tried taking it in under Applecare (if you live somewhere this is convenient)? Maybe you just got a defective wifi card.  I won't defend Apple over this wifi mess, because it really is terrible, but your issue seems not the same as the ones I've read about while researching how to fix mine (unsucessfully....).

  • Macbook Pro (mid 2012 - non retina) Yosemite Slowing down

    I saw in some other posts that people were helped and slow downs were solved when fellows looked at EtreCheck reports. So i have copied my report. Kindly advice what is causing the slow down and how to fix it. 
    EtreCheck version: 2.0.8 (95)
    Report generated October 30, 2014 at 2:21:02 PM EDT
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.9 GHz Intel Core i7 CPU: 2-core
      8 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      Color LCD 1280 x 800
      DELL E2414H 1920 x 1080 @ 60 Hz
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 6 days 21:6:20
    Disk Information: ℹ️
      Crucial_CT240M500SSD1 disk0 : (240.06 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      SSD HDD (disk2) /  [Startup]: 238.86 GB (98.70 GB free)
      Encrypted AES-XTS Unlocked
      Core Storage: disk0s2 239.20 GB Online
      ST9500320AS disk1 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted> : 210 MB
      HDD 500 (disk1s2) /Volumes/HDD 500 : 499.76 GB (469.44 GB free)
    USB Information: ℹ️
      Logitech USB Receiver
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/VirtualBox
      [loaded] org.virtualbox.kext.VBoxDrv (4.3.16) Support
      [loaded] org.virtualbox.kext.VBoxNetAdp (4.3.16) Support
      [loaded] org.virtualbox.kext.VBoxNetFlt (4.3.16) Support
      [loaded] org.virtualbox.kext.VBoxUSB (4.3.16) Support
      /Library/Extensions
      [loaded] com.logitech.manager.kernel.driver (4.10.1 - SDK 10.8) Support
      /System/Library/Extensions
      [not loaded] com.aliph.driver.jstub (1.1.2 - SDK 10.7) Support
      [not loaded] com.nike.sportwatch (1.0.0) Support
    Startup Items: ℹ️
      ChmodBPF: Path: /Library/StartupItems/ChmodBPF
      Startup items are obsolete and will not work in future versions of OS X
    Problem System Launch Agents: ℹ️
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.CallHistorySyncHelper.plist
      [failed] com.apple.coreservices.appleid.authentication.plist
      [failed] com.apple.EscrowSecurityAlert.plist
      [failed] com.apple.lookupd.plist
      [failed] com.apple.Maps.pushdaemon.plist
      [failed] com.apple.printtool.agent.plist
      [failed] com.apple.SafariNotificationAgent.plist
      [failed] com.apple.telephonyutilities.callservicesd.plist
      [failed] com.apple.xpc.loginitemregisterd.plist
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.corestorage.corestoragehelperd.plist
      [failed] com.apple.ctkd.plist
      [failed] com.apple.GSSCred.plist
      [failed] com.apple.ifdreader.plist
      [failed] com.apple.nehelper.plist
      [failed] com.apple.periodic-daily.plist
      [failed] com.apple.periodic-weekly.plist
      [failed] com.apple.wdhelper.plist
      [failed] com.apple.xpc.smd.plist
    Launch Agents: ℹ️
      [not loaded] com.adobe.AAM.Updater-1.0.plist Support
      [failed] com.adobe.AdobeCreativeCloud.plist Support
      [loaded] com.citrix.AuthManager_Mac.plist Support
      [running] com.citrix.ServiceRecords.plist Support
      [loaded] com.google.keystone.agent.plist Support
      [running] com.logitech.manager.daemon.plist Support
      [invalid?] com.nike.nikeplusconnect.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
      [not loaded] net.juniper.pulsetray.plist Support
      [loaded] org.gpgtools.gpgmail.enable-bundles.plist Support
      [loaded] org.gpgtools.gpgmail.patch-uuid-user.plist Support
      [loaded] org.gpgtools.Libmacgpg.xpc.plist Support
      [loaded] org.gpgtools.macgpg2.fix.plist Support
      [running] org.gpgtools.macgpg2.shutdown-gpg-agent.plist Support
      [loaded] org.gpgtools.macgpg2.updater.plist Support
      [loaded] org.macosforge.xquartz.startx.plist Support
    Launch Daemons: ℹ️
      [running] com.adobe.ARM.[...].plist Support
      [loaded] com.adobe.fpsaud.plist Support
      [invalid?] com.adobe.SwitchBoard.plist Support
      [failed] com.edb.launchd.postgresql-9.3.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [running] net.juniper.AccessService.plist Support
      [not loaded] net.juniper.UninstallPulse.plist Support
      [loaded] org.gpgtools.gpgmail.patch-uuid.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
      [not loaded] org.virtualbox.startup.plist Support
    User Launch Agents: ℹ️
      [loaded] com.adobe.AAM.Updater-1.0.plist Support
      [loaded] com.adobe.ARM.[...].plist Support
      [loaded] com.facebook.videochat.[redacted].plist Support
      [failed] com.redgiantsoftware.updater.plist Support
      [running] com.spotify.webhelper.plist Support
      [not loaded] org.virtualbox.vboxwebsrv.plist Support
    User Login Items: ℹ️
      iTunesHelper Application (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
      Dropbox Application (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
      o1dbrowserplugin: Version: 5.38.5.0 - SDK 10.8 Support
      Default Browser: Version: 600 - SDK 10.10
      AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 Support
      net.juniper.DSSafariExtensions: Version: (null) Support
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      CitrixICAClientPlugIn: Version: 11.5.0 - SDK 10.6 Support
      googletalkbrowserplugin: Version: 5.38.5.0 - SDK 10.8 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      SharePointBrowserPlugin: Version: 14.3.9 - SDK 10.6 Support
      MeetingJoinPlugin: Version: (null) - SDK 10.6 Support
    User Internet Plug-ins: ℹ️
      Box Edit: Version: 1.2.9(320) - SDK 10.8 Support
    Safari Extensions: ℹ️
      AdBlock
      Translate
      Save to Pocket
      Evernote Web Clipper
      Fontface Ninja
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      GPGPreferences  Support
      Java  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      SSD HDD: Disk size: 238.86 GB Disk used: 140.15 GB
      Destinations:
      ASIS 750GB iNEO Toshiba [Local]
      Total size: 374.91 GB
      Total number of backups: 15
      Oldest backup: 2014-04-20 01:48:25 +0000
      Last backup: 2014-10-17 12:48:54 +0000
      Size of backup disk: Too small
      Backup size 374.91 GB < (Disk used 140.15 GB X 3)
    Top Processes by CPU: ℹ️
          6% WindowServer
          1% bluetoothaudiod
          0% fontd
          0% DashboardClient
          0% AppleSpell
    Top Processes by Memory: ℹ️
      730 MB Safari
      189 MB mds_stores
      172 MB WindowServer
      137 MB Finder
      112 MB com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
      74 MB Free RAM
      2.01 GB Active RAM
      1.89 GB Inactive RAM
      1.63 GB Wired RAM
      40.31 GB Page-ins
      1.77 GB Page-outs

    I deleted files in the Library folder and under the Library of User (hidden folder, press option and Go->Library) and this is the result:
    EtreCheck version: 2.0.8 (95)
    Report generated October 30, 2014 at 2:49:34 PM EDT
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.9 GHz Intel Core i7 CPU: 2-core
      8 GB RAM Upgradeable
      BANK 0/DIMM0
      4 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      4 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 0:3:11
    Disk Information: ℹ️
      Crucial_CT240M500SSD1 disk0 : (240.06 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      SSD HDD (disk2) /  [Startup]: 238.86 GB (102.78 GB free)
      Encrypted AES-XTS Unlocked
      Core Storage: disk0s2 239.20 GB Online
      ST9500320AS disk1 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk1s1) <not mounted> : 210 MB
      HDD 500 (disk1s2) /Volumes/HDD 500 : 499.76 GB (469.43 GB free)
    USB Information: ℹ️
      Logitech USB Receiver
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
      Apple Inc. Apple Internal Keyboard / Trackpad
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Application Support/VirtualBox
      [not loaded] org.virtualbox.kext.VBoxDrv (4.3.16) Support
      [not loaded] org.virtualbox.kext.VBoxNetAdp (4.3.16) Support
      [not loaded] org.virtualbox.kext.VBoxNetFlt (4.3.16) Support
      [not loaded] org.virtualbox.kext.VBoxUSB (4.3.16) Support
      /Library/Extensions
      [loaded] com.logitech.manager.kernel.driver (4.10.1 - SDK 10.8) Support
      /System/Library/Extensions
      [not loaded] com.aliph.driver.jstub (1.1.2 - SDK 10.7) Support
      [not loaded] com.nike.sportwatch (1.0.0) Support
    Startup Items: ℹ️
      ChmodBPF: Path: /Library/StartupItems/ChmodBPF
      Startup items are obsolete and will not work in future versions of OS X
    User Login Items: ℹ️
      Dropbox Application (/Applications/Dropbox.app)
    Internet Plug-ins: ℹ️
      o1dbrowserplugin: Version: 5.38.5.0 - SDK 10.8 Support
      Default Browser: Version: 600 - SDK 10.10
      AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 Support
      AdobeAAMDetect: Version: AdobeAAMDetect 2.0.0.0 - SDK 10.7 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      AdobePDFViewerNPAPI: Version: 11.0.09 - SDK 10.6 Support
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      googletalkbrowserplugin: Version: 5.38.5.0 - SDK 10.8 Support
      AdobePDFViewer: Version: 11.0.09 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 7 Update 71 Check version
    Safari Extensions: ℹ️
      AdBlock
      Translate
      Save to Pocket
      Evernote Web Clipper
      Fontface Ninja
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      GPGPreferences  Support
      Java  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: ON
      Auto backup: YES
      Volumes being backed up:
      SSD HDD: Disk size: 238.86 GB Disk used: 136.08 GB
      Destinations:
      ASIS 750GB iNEO Toshiba [Local]
      Total size: 374.91 GB
      Total number of backups: 15
      Oldest backup: 2014-04-20 01:48:25 +0000
      Last backup: 2014-10-17 12:48:54 +0000
      Size of backup disk: Too small
      Backup size 374.91 GB < (Disk used 136.08 GB X 3)
    Top Processes by CPU: ℹ️
          5% WindowServer
          1% fontd
          0% Dropbox
          0% AppleSpell
          0% cloudpaird
    Top Processes by Memory: ℹ️
      361 MB Safari
      258 MB mds_stores
      198 MB Mail
      120 MB com.apple.WebKit.WebContent
      112 MB ocspd
    Virtual Memory Information: ℹ️
      3.63 GB Free RAM
      3.37 GB Active RAM
      677 MB Inactive RAM
      912 MB Wired RAM
      1.18 GB Page-ins
      0 B Page-outs

  • My mid 2011 MacBook Air has slowed down significantly overnight?

    Last night my MacBook Air was working fine.
    When I went to use it this morning, it has slowed down significantly. It takes awhile for it to respond to trackpad movement or the keyboard. Opening finder is delayed now, opening any app is delayed now. Booting it back up takes extra long now, probably around a minute compared to thirty seconds before.
    I've tried an SMC reset, repairing the disk and repairing disk permissions.
    From what I can see, the hardware doesn't appear to be failing, but I could be wrong.
    Can anyone help me out? What could possibly be going on with my MacBook? How did this happen overnight?

    Your MacBook Air's memory is not upgradable, and as you already determined unused storage capacity is not a relevant factor.
    There are many reasons a Mac may be performing slower than expected.
    Back up your documents and everything else important to you before proceeding.
    To help determine the possible causes of this behaviour read the following. None of what follows is intended to fix anything, but it will provide the additional information required to advance troubleshooting:
    Boot OS X Recovery by holding ⌘ and r (two fingers) while you start your Mac. At the Mac OS X Utilities screen, select Disk Utility. Select your startup volume (usually named "Macintosh HD") and click the Repair Disk button. Describe any errors it reports in red.
    When it finishes restart your Mac and test again for operation. If it's still not behaving as you expect it should, please post the results of EtreCheck in accordance with the following instructions:
    Apple Support Communities contributor etresoft wrote a very useful app to quickly gather certain system information that may help point to a cause of this problem. Go to his website, download and run EtreCheck:
    http://www.etresoft.com/etrecheck
    Etrecheck will be in your Downloads folder. Open it from there. You may see the following dialog box:
    Click Open - etresoft contributes to this forum frequently and can be considered a trustworthy developer.
    It will take a moment to run as it collects its data.
    Copy and paste its output in a reply.
    Do not be concerned about anything that says "Problem" or “failed” or anything else that may appear in red.
    EtreCheck was designed to remove any personal information (such as your computer's name and serial numbers) but if you see anything that looks like an email address or any other personal information that should not be divulged to others, please delete or obscure that information when you post the reply.
    When you are finished with EtreCheck, quit the program. It occupies very little space, and you can keep it or drag it to the Trash as you wish.
    After completing the above please determine if the problems also occur in "Safe Mode":
    Safe Mode or "Safe Boot" is a troubleshooting mode that bypasses all third party system extensions and loads only required system components. Read about it: Starting up in Safe Mode
    You must disable FileVault before you can start your Mac in Safe Mode.
    Starting your Mac in Safe Mode will take longer than usual, graphics will not render smoothly, audio is disabled on some Macs, and some programs (iTunes for example) may not work at all.
    Merely starting your Mac in Safe Mode is not intended to resolve the problem, it's to observe its performance without certain additional components.
    To end Safe Mode restart your Mac normally. Shutdown will take longer as well.
    To identify potential hardware problems: Apple Hardware Test.

  • Mid 2012 MacBook Air Troubles (Random Reboots & No Camera)

    Hello, I'm hoping somebody can help me out. I have a mid 2012 Apple MacBook air that I am having problems with. Ever since I bought this laptop from my friend, it has randomly rebooted during sleep mode, and the FaceTime camera has not worked. I was told that water has been spilled on it at one point, but I have went over the entire computer and do not see any sort of damage. Because I was not having any luck getting it to quit the rebooting, and because the camera would not work, I purchased a replacement motherboard and battery.
    The new parts arrived today, and I quickly installed them. I was instantly having the same exact problems. The computer will still reboot when I close the lid to put it in sleep mode. It instantly starts rebooting after about 2 to 3 minutes. And it will continue to reboot over and over until I reopen the lid. In addition the camera is still not detected, and I have double checked under the system properties that it is not showing up under the USB tab. I have cleared the PRAM &amp; SMC, still no changes. As a last ditch effort, I decided to reinstall OSX 10.9 Mavericks as a fresh install. No go...
    Does anyone have any ideas of what I can do to get this thing running properly? I bought it because I wanted to use it for some home-video editing, and in its current condition I don't feel that it is trustworthy. The only things left that I can replace, would be the display or the thunderbolt daughterboard. I already previously had replaced the SSD with a larger 256 GB, and I tried swapping out the wifi card as well. I'm banging my head against the wall here, and really want to be able to use this computer. Any help would be greatly appreciated!

    BRPopilek wrote:... Does anyone have any thoughts? ...
    Unless you get the answer you need here, I would contact Apple MacBook Air Support or an Apple-Authorized Service Provider for service.
    Apple Service Technicians have access to all special tools, test equipment, parts, and proprietary data needed for efficient repairs.  If cost is your issue, you can ask for an estimate before they proceed with any needed repairs.

  • Apple TV & Mid 2012 Macbook Air 11.6'' - AirPlay not working

    So I just purchased the new MBA to replace my 2010 air...which also suffers from a cracked screen. Since mirroring wont work on the old model anyways, I sold the unit and cut my loses (I was going to replace to LCD but decided it wasn't worth the effort.)
    Anyways...
    I attempted to use the MBA and the mirroring function out of the box and it worked great. Sure the mouse was a little sluggish, and the audio obviously delayed (on the MBA), but synced perfectly to the TV. I watched YouTube videos, and some other flash and HTML5 embeded content. I was prompted for an update for my Apple TV 3, and today for my MBA. After updating, and restarting both units (which I have done several times since then too), mirroring does not work as it should.
    When I select the TV usually it would adjust to a resolution higher than the MBA native resolution--but appropriate for the TV. Instead, the MBA screen goes blue, adjusts to the resolution, and then goes blue again, returning to a non mirroring mode.
    Sometimes when I do get mirroring to work--at the MBAs standard resolution--AirPlay will be "working" despite it saying that mirroring is off and greyed out.
    The biggest frustration out of all of this is that whenever I go to play a video, assuming AirPlay doesn't stop mirroring at whatever random resolution it picks (I have adjusted between a fixed and aspect appropriate setting), the AUDIO will only play through my televisions speakers, and the video will stop feeding and go back to the Apple TV home screen.
    It has done this with YouTube, HBOGO, Hulu, and a number of other video streams online.
    Has anyone else had this issue so far?
    To reiterate:
    Using mid 2012 MBA on OSX Mountain Lion
    Apple TV 3 will stream audio and mirror sometimes, but stops mirroring whenever video is played.
    AirPlay icon will remain available, but will say mirroring is unavailable / greyed despite it actually "working."

    Hey thellamaPod,
    Thanks for the question. The following resource provides troubleshooting information for AirPlay Mirroring in OS X. Usually, this may be caused by the firewall and a simple tweak of the settings should resolve your issue:
    About AirPlay Mirroring in OS X
    http://support.apple.com/kb/HT5404
    Firewall security settings
    If you use a firewall, make sure the following firewall security options have been set to allow AirPlay Mirroring to work:
    1. Choose System Preferences from the Apple menu ().
    2. Click Security & Privacy, then click Firewall.
    3. Click the lock icon to unlock it if it's locked, then type an administrator name and password.
    4. Click Firewall Options.
    5. Deselect (uncheck) the “Block all incoming connections” checkbox.
    6. Select (check) the “Automatically allow signed software to receive incoming connections” checkbox.
    Thanks,
    Matt M.

  • Mid-2011 Macbook Air - very slow wifi yet with OSX 10.9.2 (The Return)

    Referring to this previous post:
    https://discussions.apple.com/thread/5911893?tstart=0
    Problem remains the same, wifi is simply impossible to use in OS X, and my "solution" to avoid throwing my Macbook Air into the rubbish bin is keep using Elementary OS (an Ubuntu-based linux distro). It basically saved my life. I think my last try will be 10.9.3, and if it doesn't fix the problem, I will quit OSX for good.

    Please take all the following steps that you haven't already tried. Stop when the problem is resolved. Back up all data before making any changes.
    Step 1
    Take the applicable steps in this support article. The Wireless Diagnostics program generates a large file of information about your system, which would be used by Apple Engineering in case of a support incident. Don't post the contents here.
    Step 2
    Run Software Update and install all available updates for OS X or your computer's firmware.
    Step 3
    If you're not using a wireless keyboard or trackpad, disable Bluetooth by selecting Turn Bluetooth Off from the menu with the Bluetooth icon. If you don't have that menu, open the Bluetooth preference pane in System Preferences and check the box marked Show Bluetooth in menu bar. Test. Continue if you find that Wi-Fi is faster with Bluetooth disabled.
    From that same menu, select Open Bluetooth Preferences. If the box labeled Discoverable is checked, uncheck it. Click the Advanced button, and in the sheet that opens, uncheck the top three boxes, if any are checked. Click OK. Enable Bluetooth and test again.
    If the application called "Bluetooth Setup Assistant" is running, quit it (not applicable to OS X 10.9 or later.)
    Step 4
    Open the Network pane in System Preferences and make a note of your settings in the Wi-Fi service. It may be helpful to take screenshots of the various tabs in the preference pane. If the preference pane is locked, unlock it by clicking the padlock icon and entering your administrator password. Delete Wi-Fi from the service list on the left by selecting it and clicking the minus-sign button at the bottom. Then recreate the service by clicking the plus-sign button and following the prompts.
    Step 5
    Reset the System Management Controller.
    Step 6
    Make a "Genius" appointment at an Apple Store, or go to another authorized service center.

  • Mid-2012 MacBook Air WiFi Reconnect-Partial Solution

    The MacBook Air seems to have some significant WiFi issues for a lot of users. My issue is as follows: the MacBook will connect to any compatible WiFi hot-spot with no problems, and it will maintain the connection almost always. The problems come when I try to reconnect to the internet over the same WiFi hot-spot after waking up the MacBook. Even more frustratingly, the problem is not consistent. Sometimes it works, and sometimes it doesn't. After some investigation, I have come to the conclusion that reconnection problems happen when:
    You wake the computer up from computer sleep (not display sleep or Power Nap)
    You are using a specific cable modem (the one I tested on was a Motorola SURFboard SBG6580 DOCSIS 3.0)
    You have not restarted your cable modem while your MacBook was asleep
    The MacBook Air will connect to the WiFi network (i.e., it can access other devices in the wireless LAN) when woken from computer sleep; it just will not connect to the internet
    The only way to get the connection back is to restart the cable modem. Restarting the MacBook, restarting your WiFi base station (in my case a brand new AirPort Time Capsule tower), having the MacBook forget the WiFi network and then reconnect--all do not work. But if I just restart the cable modem, the MacBook connects with no problems. This is a problem specific to the MacBook Air because none of my other devices ever have a problem connecting to the network after waking up from sleep (including a Lenovo ThinkPad E530c). As has been proposed in some of the many discussions about MacBook Air WiFi issues, I think it has to do with the bleeding-edge power saving modes that the MacBook Air enters in to when it goes to sleep. Apparently, the computer sleep mode will cause it to not be able to reconnect to the internet, so it seems to be some sort of incompatibility or bug between the MacBook Air and the cable modem--in my case, the Motorola SURFboard.
    So that's the problem, but I do have a partial solution while the engineers figure out a fix. Set the System Prefs > Energy Saver setting on the MacBook to never go into computer sleep (I set it only for Power Adapter, not Battery). In my case, this is a workable solution because I have my MacBook Air plugged in at home almost all the time. I have lived with these settings for a couple of days now and whenever I wake up my computer, it still has the internet connection and works as expected. And if for some reason I don't plug it in and it goes into computer sleep, I don't waste time troubleshooting. I just restart the cable modem and after a minute or so, the internet connection is re-established. I'd be curious to know how many cable modems this happens with, and if anyone has a fix having to do with cable modem settings (the Motorola SURFboard, to my knowledge, doesn't have a web app interface to tweak settings, perhaps because my cable company doesn't want me tweaking things, but I frankly have not spent any time researching that end of things).
    Hopefully this will help some MacBook Air owners (is this an issue with MacBook Pros?) that have this problem.
    Good luck!

    Have the same problem. Was OK for nearly two years then started two days ago.
    MacBook Air 10.6.8 13 in 1.86Ghz intel core 2 duo 2GB RAM

  • Kernel Panic on 13" Mid-2013 Macbook Air Yosemite

    I received a refurbished 2013 Macbook Air a week ago. Every so often, mostly commonly when browsing the web, the Air will crash, give me the "The computer encountered a problem" splash page, and need to restart. Sometimes multiple times a day. I understand it might have to do with my browser (FF 35) taking up too much memory, especially when running flash players, but I want to be sure that it's not a hardware issue. Here's my most recent panic report from this morning:
    Fri Feb  6 06:33:12 2015
    *** Panic Report ***
    panic(cpu 2 caller 0xffffff801ea1e80a): Kernel trap at 0xffffff801e9bf368, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff80426e9ef9, CR3: 0x000000004134f04e, CR4: 0x00000000001626e0
    RAX: 0xffffff8033101cd0, RBX: 0xffffff802fd5a0f0, RCX: 0xffffff80426e9ee9, RDX: 0xffffff801f0b7080
    RSP: 0xffffff80b82db250, RBP: 0xffffff80b82db270, RSI: 0xffffff801f0b6220, RDI: 0xffffff801f0ac020
    R8:  0xffffff80b82db26c, R9:  0x0000000000000000, R10: 0xffffff8032929ad0, R11: 0xffffff80b82db3ac
    R12: 0xffffff80324f1e10, R13: 0x0000000000000000, R14: 0xffffff80324f1e20, R15: 0xffffff801f0ac020
    RFL: 0x0000000000010293, RIP: 0xffffff801e9bf368, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff80426e9ef9, Error code: 0x0000000000000000, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff80b82daf00 : 0xffffff801e93a811
    0xffffff80b82daf80 : 0xffffff801ea1e80a
    0xffffff80b82db140 : 0xffffff801ea3a443
    0xffffff80b82db160 : 0xffffff801e9bf368
    0xffffff80b82db270 : 0xffffff801eb4b7a4
    0xffffff80b82db2f0 : 0xffffff801eb4b35a
    0xffffff80b82db340 : 0xffffff801eb4b044
    0xffffff80b82db370 : 0xffffff801eb4468e
    0xffffff80b82db400 : 0xffffff801ed35ce2
    0xffffff80b82db510 : 0xffffff801ed40b4a
    0xffffff80b82db6e0 : 0xffffff801eb3f2f8
    0xffffff80b82db7c0 : 0xffffff801eb3ea95
    0xffffff80b82db8f0 : 0xffffff801eb668c7
    0xffffff80b82db990 : 0xffffff801eb52688
    0xffffff80b82dbbd0 : 0xffffff801eb53260
    0xffffff80b82dbf50 : 0xffffff801ee4dcb2
    0xffffff80b82dbfb0 : 0xffffff801ea3ac46
    BSD process name corresponding to current thread: firefox
    Mac OS version:
    14A389
    Kernel version:
    Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    Kernel UUID: 89E10306-BC78-3A3B-955C-7C4922577E61
    Kernel slide:     0x000000001e600000
    Kernel text base: 0xffffff801e800000
    __HIB  text base: 0xffffff801e700000
    System model name: MacBookAir6,2 (Mac-7DF21CB3ED6977E5)
    System uptime in nanoseconds: 17313205345497
    last loaded kext at 16674614497280: com.apple.iokit.IOBluetoothUSBDFU    4.3.0f10 (addr 0xffffff7fa0eed000, size 12288)
    last unloaded kext at 16748958947546: com.apple.driver.AppleUSBCDC    4.2.2b5 (addr 0xffffff7fa0ee2000, size 16384)
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp    4.3.20
    org.virtualbox.kext.VBoxNetFlt    4.3.20
    org.virtualbox.kext.VBoxUSB    4.3.20
    org.virtualbox.kext.VBoxDrv    4.3.20
    com.apple.driver.AudioAUUC    1.70
    com.apple.driver.AppleUpstreamUserClient    3.6.1
    com.apple.driver.AppleHDA    266.5
    com.apple.driver.AGPM    100.14.37
    com.apple.driver.ApplePlatformEnabler    2.1.0d1
    com.apple.driver.X86PlatformShim    1.0.0
    com.apple.filesystems.autofs    3.0
    com.apple.iokit.IOBluetoothSerialManager    4.3.0f10
    com.apple.driver.AppleOSXWatchdog    1
    com.apple.iokit.IOUserEthernet    1.0.1
    com.apple.driver.AppleIntelHD5000Graphics    10.0.0
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleLPC    1.7.3
    com.apple.driver.AppleCameraInterface    5.23.0
    com.apple.driver.AppleBacklight    170.4.12
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport    4.3.0f10
    com.apple.driver.AppleIntelFramebufferAzul    10.0.0
    com.apple.driver.AppleSMCLMU    2.0.4d1
    com.apple.driver.AppleHWAccess    1
    com.apple.driver.AppleHV    1
    com.apple.driver.AppleThunderboltIP    2.0.2
    com.apple.driver.AppleMCCSControl    1.2.10
    com.apple.driver.AppleUSBCardReader    3.5.0
    com.apple.driver.AppleTopCaseHIDEventDriver    46.2
    com.apple.driver.XsanFilter    404
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    35
    com.apple.iokit.IOAHCIBlockStorage    2.6.5
    com.apple.driver.AppleAHCIPort    3.0.7
    com.apple.driver.AppleUSBHub    705.4.1
    com.apple.driver.AirPort.Brcm4360    900.19.8
    com.apple.driver.AppleUSBXHCI    705.4.14
    com.apple.driver.AppleRTC    2.0
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleACPIButtons    3.1
    com.apple.driver.AppleHPET    1.8
    com.apple.driver.AppleSMBIOS    2.1
    com.apple.driver.AppleACPIEC    3.1
    com.apple.driver.AppleAPIC    1.7
    com.apple.nke.applicationfirewall    161
    com.apple.security.quarantine    3
    com.apple.security.TMSafetyNet    8
    com.apple.driver.DspFuncLib    266.5
    com.apple.kext.OSvKernDSPLib    1.15
    com.apple.iokit.IOAudioFamily    200.6
    com.apple.vecLib.kext    1.2.0
    com.apple.kext.triggers    1.0
    com.apple.iokit.IOSurface    97
    com.apple.driver.AppleHDAController    266.5
    com.apple.iokit.IOHDAFamily    266.5
    com.apple.driver.X86PlatformPlugin    1.0.0
    com.apple.driver.IOPlatformPluginFamily    5.8.0d49
    com.apple.driver.AppleBacklightExpert    1.1.0
    com.apple.iokit.IONDRVSupport    2.4.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport    4.3.0f10
    com.apple.iokit.IOBluetoothFamily    4.3.0f10
    com.apple.AppleGraphicsDeviceControl    3.7.21
    com.apple.iokit.IOAcceleratorFamily2    156.4
    com.apple.iokit.IOUSBUserClient    705.4.0
    com.apple.driver.AppleSMC    3.1.9
    com.apple.iokit.IOSerialFamily    11
    com.apple.driver.AppleSMBusController    1.0.13d1
    com.apple.iokit.IOGraphicsFamily    2.4.1
    com.apple.iokit.IOSCSIBlockCommandsDevice    3.7.0
    com.apple.iokit.IOUSBMassStorageClass    3.7.0
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.7.0
    com.apple.driver.AppleUSBMergeNub    705.4.0
    com.apple.driver.AppleUSBComposite    705.4.9
    com.apple.driver.AppleHIDKeyboard    175.5
    com.apple.driver.AppleHSSPIHIDDriver    26.2
    com.apple.driver.AppleMultitouchDriver    260.30
    com.apple.driver.CoreStorage    471
    com.apple.iokit.IOAHCIFamily    2.7.0
    com.apple.driver.AppleThunderboltDPInAdapter    4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily    4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter    2.0.2
    com.apple.driver.AppleThunderboltNHI    3.1.7
    com.apple.iokit.IOThunderboltFamily    4.2.1
    com.apple.iokit.IO80211Family    700.52
    com.apple.driver.mDNSOffloadUserClient    1.0.1b8
    com.apple.iokit.IONetworkingFamily    3.2
    com.apple.driver.AppleHSSPISupport    26.2
    com.apple.driver.AppleIntelLpssSpiController    2.0.45
    com.apple.driver.AppleIntelLpssGspi    2.0.45
    com.apple.driver.AppleIntelLpssDmac    2.0.45
    com.apple.iokit.IOUSBFamily    705.4.14
    com.apple.driver.AppleEFINVRAM    2.0
    com.apple.driver.AppleEFIRuntime    2.0
    com.apple.iokit.IOHIDFamily    2.0.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    300.0
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.AppleKeyStore    2
    com.apple.driver.AppleMobileFileIntegrity    1.0.5
    com.apple.driver.AppleCredentialManager    1.0
    com.apple.driver.DiskImages    389.1
    com.apple.iokit.IOStorageFamily    2.0
    com.apple.iokit.IOReportFamily    31
    com.apple.driver.AppleFDEKeyStore    28.30
    com.apple.driver.AppleACPIPlatform    3.1
    com.apple.iokit.IOPCIFamily    2.9
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.corecrypto    1.0
    com.apple.kec.Libm    1
    com.apple.kec.pthread    1

    I cannot speak for the OP, but I don't have virtual box or any other kext files besides what Apple supplies:
    Anonymous UUID:      315CDA24-534B-09E1-6064-7BE18F08E866
    Mon Apr  6 13:04:23 2015
    *** Panic Report ***
    panic(cpu 1 caller 0xffffff8007e17cc2): Kernel trap at 0xffffff8007b0e058, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffff8208f98000, CR3: 0x000000000ab86000, CR4: 0x00000000001627e0
    RAX: 0xffffff8208f85000, RBX: 0x000000000000002a, RCX: 0x00000000000000ca, RDX: 0x00000000000006e8
    RSP: 0xffffff8112023e78, RBP: 0xffffff8112023ee0, RSI: 0xffffff8208f98000, RDI: 0xffffff8208f906ec
    R8:  0x000000000000f000, R9:  0x0000000006400000, R10: 0x0000000000000019, R11: 0x0001f379e5366910
    R12: 0xffffff803d767a00, R13: 0xffffff803d736bd0, R14: 0x000000000000002a, R15: 0x00000000000006e8
    RFL: 0x0000000000010206, RIP: 0xffffff8007b0e058, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0xffffff8208f98000, Error code: 0x0000000000000009, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff8112023b20 : 0xffffff8007d2bda1
    0xffffff8112023ba0 : 0xffffff8007e17cc2
    0xffffff8112023d60 : 0xffffff8007e34b73
    0xffffff8112023d80 : 0xffffff8007b0e058
    0xffffff8112023ee0 : 0xffffff8007d8c25d
    0xffffff8112023f10 : 0xffffff8007d8f9f8
    0xffffff8112023f50 : 0xffffff8007d8ec9b
    0xffffff8112023fa0 : 0xffffff8007d8e998
    0xffffff8112023fb0 : 0xffffff8007e125b7
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    14D130a
    Kernel version:
    Darwin Kernel Version 14.3.0: Mon Mar 23 19:50:50 PDT 2015; root:xnu-2782.20.48~7/RELEASE_X86_64
    Kernel UUID: 221CA67D-C337-3026-96F9-ED29FE930658
    Kernel slide:    0x0000000007a00000
    Kernel text base: 0xffffff8007c00000
    __HIB  text base: 0xffffff8007b00000
    System model name: MacBookAir6,2 (Mac-7DF21CB3ED6977E5)
    System uptime in nanoseconds: 238764306270795
    last loaded kext at 153461473896022: com.apple.filesystems.exfat 1.4 (addr 0xffffff7f8a47b000, size 65536)
    last unloaded kext at 142333039578235: com.apple.filesystems.exfat 1.4 (addr 0xffffff7f8a47b000, size 57344)
    loaded kexts:
    com.apple.filesystems.exfat 1.4
    com.apple.filesystems.afpfs 11.0
    com.apple.nke.asp-tcp 8.0.0
    com.apple.driver.AppleBluetoothMultitouch 85.3
    com.apple.driver.ApplePlatformEnabler 2.2.0d4
    com.apple.driver.AGPM 110.19.5
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.iokit.IOBluetoothSerialManager 4.3.4f4
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.driver.AppleHDA 272.18
    com.apple.driver.AppleCameraInterface 5.33.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.4f4
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleSMCLMU 2.0.7d0
    com.apple.driver.AudioAUUC 1.70
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.driver.AppleBacklight 170.7.4
    com.apple.driver.AppleMCCSControl 1.2.11
    com.apple.driver.AppleIntelHD5000Graphics 10.0.6
    com.apple.driver.AppleIntelFramebufferAzul 10.0.6
    com.apple.driver.AppleUSBDisplays 372.1
    com.apple.driver.AppleUSBCardReader 3.5.5
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 36
    com.apple.driver.AppleTopCaseHIDEventDriver 67
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.7.1
    com.apple.driver.AppleAHCIPort 3.1.2
    com.apple.driver.AppleUSBHub 705.4.2
    com.apple.driver.AppleUSBEHCI 705.4.14
    com.apple.iokit.AppleBCM5701Ethernet 10.1.3
    com.apple.driver.AppleFWOHCI 5.5.2
    com.apple.driver.AirPort.Brcm4360 930.37.3
    com.apple.driver.AppleUSBXHCI 710.4.11
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.security.SecureRemotePassword 1.0
    com.apple.driver.IOBluetoothHIDDriver 4.3.4f4
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 272.18
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.4f4
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.driver.IOPlatformPluginFamily 5.9.1d7
    com.apple.driver.AppleHDAController 272.18
    com.apple.iokit.IOHDAFamily 272.18
    com.apple.iokit.IOSerialFamily 11
    com.apple.iokit.IOBluetoothFamily 4.3.4f4
    com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0
    com.apple.driver.AppleBacklightExpert 1.1.0
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.iokit.IOSurface 97.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.AppleGraphicsDeviceControl 3.10.22
    com.apple.iokit.IOAcceleratorFamily2 156.14
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.iokit.IOUSBHIDDriverPM 710.4.7
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.5
    com.apple.iokit.IOUSBMassStorageClass 3.7.2
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.5
    com.apple.driver.AppleUSBAudio 295.23
    com.apple.iokit.IOAudioFamily 203.3
    com.apple.vecLib.kext 1.2.0
    com.apple.driver.AppleThunderboltPCIUpAdapter 2.0.2
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPOutAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.AppleHIDKeyboard 176.2
    com.apple.driver.AppleHSSPIHIDDriver 41.3
    com.apple.driver.AppleMultitouchDriver 263.9.1
    com.apple.iokit.IOAHCIFamily 2.7.5
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.iokit.IOFireWireFamily 4.5.6
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.2
    com.apple.iokit.IO80211Family 730.60
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.driver.AppleHSSPISupport 41.3
    com.apple.driver.AppleIntelLpssSpiController 2.0.56
    com.apple.iokit.IOUSBFamily 720.4.4
    com.apple.driver.AppleIntelLpssGspi 2.0.56
    com.apple.driver.AppleIntelLpssDmac 2.0.56
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 396
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    System Profile:
    Graphics: Intel HD Graphics 5000, Intel HD Graphics 5000, Built-In
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x117), Broadcom BCM43xx 1.0 (7.15.166.24.3)
    Bluetooth: Version 4.3.4f4 15601, 3 services, 27 devices, 1 incoming serial ports
    PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@190,0,0
    PCI Card: Apple 57761-B0, Ethernet Controller, Thunderbolt@191,0,0
    PCI Card: pci12d8,400e, USB Open Host Controller, Thunderbolt@196,0,0
    PCI Card: pci12d8,400e, USB Open Host Controller, Thunderbolt@196,0,1
    PCI Card: pci12d8,400f, USB Enhanced Host Controller, Thunderbolt@196,0,2
    Thunderbolt Bus: MacBook Air, Apple Inc., 23.6
    Thunderbolt Device: Thunderbolt Display, Apple Inc., 1, 26.2
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, -
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, -
    USB Device: Hub
    USB Device: Display Audio
    USB Device: FaceTime HD Camera (Display)
    USB Device: Apple Thunderbolt Display
    USB Device: Internal Memory Card Reader
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
    Network Service: Wi-Fi, AirPort, en0
    Model: MacBookAir6,2, BootROM MBA61.0099.B18, 2 processors, Intel Core i7, 1.7 GHz, 8 GB, SMC 2.13f15

  • Mid 2012 Macbook air battery charging erratically

    A few days ago, I noticed that my macbook air was not charging even though it was plugged to the power adapter. After some time, it showed that it was charging, but infinitely slowly. I did SMC reset and after a while, it was charging normally. But the problem reappeared some time later. Some times SMC reset seems to help, some times it does not. Some times it says that the battery is charged, while the battery percentage is showing less than 100. Also, the connecter light is also not synchronous with the battery state sometimes.
    I had changed the battery a couple of months ago. The power adapter is also new. Also, I some times hear a very low buzz sound coming from the connector of the adapter.
    Battery Information:
      Model Information:
      Serial Number: D86129705HXDKRNAL
      Manufacturer: SMP
      Device Name: bq20z451
      Pack Lot Code: 0
      PCB Lot Code: 0
      Firmware Version: 406
      Hardware Revision: 1
      Cell Revision: 162
      Charge Information:
      Charge Remaining (mAh): 5769
      Fully Charged: No
      Charging: Yes
      Full Charge Capacity (mAh): 6274
      Health Information:
      Cycle Count: 53
      Condition: Normal
      Battery Installed: Yes
      Amperage (mA): -166
      Voltage (mV): 8152
    System Power Settings:
      AC Power:
      System Sleep Timer (Minutes): 10
      Disk Sleep Timer (Minutes): 10
      Display Sleep Timer (Minutes): 10
      Wake on AC Change: No
      Wake on Clamshell Open: Yes
      Wake on LAN: Yes
      AutoPowerOff Delay: 14400
      AutoPowerOff Enabled: 1
      Current Power Source: Yes
      DarkWakeBackgroundTasks: 1
      Display Sleep Uses Dim: Yes
      PrioritizeNetworkReachabilityOverSleep: 0
      Standby Delay: 4200
      Standby Enabled: 1
      Battery Power:
      System Sleep Timer (Minutes): 10
      Disk Sleep Timer (Minutes): 10
      Display Sleep Timer (Minutes): 2
      Wake on AC Change: No
      Wake on Clamshell Open: Yes
      AutoPowerOff Delay: 14400
      AutoPowerOff Enabled: 1
      DarkWakeBackgroundTasks: 0
      Display Sleep Uses Dim: Yes
      Reduce Brightness: Yes
      Standby Delay: 4200
      Standby Enabled: 1
    Hardware Configuration:
      UPS Installed: No
    AC Charger Information:
      Connected: Yes
      ID: 0x0000
      Revision: 0x0000
      Family: 0x0000
      Serial Number: 0x00000000
      Charging: Yes

    Assuming you have the tools required (two different screw drivers and a plastic tool to lift the connector from the logic board) you will save about $30. If you don't have, or don't have access to the tools you'll save almost nothing. However, depending on your source you may wind up with a counterfeit Apple battery, a used battery, or a battery that may or may not be truly Apple compatible. Take it to an Apple Store.

Maybe you are looking for

  • Key mapping

    Hi All, I have 3 fields in my source file Id,Category (Key Mapping) ,Name. In Import Manager I have mapped Remote Key field with ID . Name with Name category with Category Qualified Range (A 1-10) I have source file like this Id name category 11  10 

  • IMac or wait for new MacBook Pro 2013 or 2014?

    I have a mid 2007 iMac model, and my PC laptop recently died- I am debating right now as to whether I should buy the iMac 2013 since it was recently updated or just wait for the MacBook Pro update said to be released sometime this month. I'm in need

  • I tried to download version 8.0 - how do I know what version I have?

    When I tried to download version 8.0, like others have found it does not seem to "take". Firefox, I suggest you get on this with some assistance while we are still with you.

  • X11 and open source applications issues

    I have a brand new iMac 20 w/ OS X 10.4.8/ Core Duo 2.16/ ATI X1600 w/ 256 mb vram/ 1 gb of system ram. I have been using open source systems for almost two years and would like to continue to use some of the applications which are provided for Macin

  • Getting details like PO No., GRN No.  by  giving  invoice number

    Hi ABAP guru's,                          I am a new member of this community. I have been asked to design a layout for printing Vendor Invoice using SapScript. Their requirement is that if they provide invoce number in the input box they should get t