S.M.A.R.T. errors on end 2012, iMac 27 inch

I tried to update my iMac OS x 10.9.5, to El Capitan. This resulted in the message "this disc a S.M.A.R.T. errors." After further investigation, I used disk utility to try to resolve the problem, run "check disk permissions", "Repair disk permissions" and "Vewriofy disk", which had no results.

As a result, I downloaded a 3rd party application, look into the cause of the S.M.A.R.T. failure. The value is 29, with a gross value of 248743086894391.

My question is what are the solutions that I can achieve. Or is my only option to take the iMac apple (how much will this cost).

Thanks in advance.

If you have not backed it up now, your hard drive must be replaced. Take an appointment to your Apple Store Genius Bar the nearest or the FSAA and have repaired iMac. Only they can quote you a price, but it may be cheaper to a FSAA than the Apple Store. Do not take it to butchers such as Geek Squad, or someone who isn't a FSAA. https://locate.Apple.com/

Tags: Mac

Similar Questions

  • end 2012 iMac 27-inch randomly turns off during simple tasks

    HI I end 2012 27 inch I Mac

    while I do tasks such as there is a time when I was waiting for a word on Microsoft word 2016 document while listening to a YouTube video, my Mac goes off randomly. If I move the mouse that nothing happens, or if I click on the keyboard, even when I click on the button at the back of the mac market. To remedy this, I have to cut the plug from the socket and wait a few minutes, then switch it on again, then without me touching the power button on the back of the Mac turns. I have a usb hub that has a constantly on the Mac is on the head, and when the problem arises that the led is not on so I'm sure that the Mac is turned off completely without power. The power offs get more frequent, and at first I thought it was because it was when I was using Windows in virtual box, but I deleted the virtual machine and the problem still happens.

    I think it has something to do with the power supply becpause I have the iMac connected to an extension cord about 7 meters which is plugged into the wall outlet

    the extension has only two taken end that which I use for the Mac and one for my printer (brother j132w) but I don't think that the printer has nothing to do with it, because the problem happens even just the I Mac is connected to the extension lead.

    I live the. U.K., so I have the uk plug if it has a meaning

    Help, please

    Thank you

    If please send a report to EtreCheck of your system and post it in your reply to this message. If you want to learn what is EtreCheck, just click on the link.

  • Parse error: syntax error, unexpected $end

    I have the following code in a file to reformat the date.

    <?php do { 
    $timeDate = $row_rsIndex['timeDate'];
    $date = date("M j, Y",strtotime("$timeDate"));
    ?>
    

    When I use this code in another file to reformat the date, I get this error. "Parse error: syntax error, unexpected $end in /home/content/e/v/e/everfoundmusic/html/test/tour_main.php on line 148"

    Is that what the problem of ideas? I tried Googling it but has not found an answer.

    Here is the php.

    <?php require_once('Connections/everfoundapp.php'); ?>
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "") 
    {
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      }
    
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
    
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;    
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      }
      return $theValue;
    }
    }
    
    mysql_select_db($database_everfoundapp, $everfoundapp);
    $query_rsIndex = "SELECT * FROM tour WHERE timeDate >= CURDATE() ORDER BY timeDate DESC";
    $rsIndex = mysql_query($query_rsIndex, $everfoundapp) or die(mysql_error());
    $row_rsIndex = mysql_fetch_assoc($rsIndex);
    $totalRows_rsIndex = mysql_num_rows($rsIndex);
    
    $colname_rsDetails = "-1";
    if (isset($_GET['id'])) {
      $colname_rsDetails = $_GET['id'];
    }
    mysql_select_db($database_everfoundapp, $everfoundapp);
    $query_rsDetails = sprintf("SELECT * FROM tour WHERE id = %s", GetSQLValueString($colname_rsDetails, "int"));
    $rsDetails = mysql_query($query_rsDetails, $everfoundapp) or die(mysql_error());
    $row_rsDetails = mysql_fetch_assoc($rsDetails);
    $totalRows_rsDetails = mysql_num_rows($rsDetails);
    ?>
    
    
    <?php do { 
    $timeDate = $row_rsIndex['timeDate'];
    $date = date("M j, Y",strtotime("$timeDate"));
    ?>
              
    
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Tour Schedule</title>
    <link href="style_tour_main.css" rel="stylesheet" type="text/css" />
    </head>
    
    <body>
    <?php
    // Show IF id not sent
    if (@$_GET['id'] == "") {
    ?>
    
    <table width="608" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <th width="60" align="left" valign="top" scope="row"><strong>Date</strong></th>
        <td width="150" align="left" valign="top"><strong>City | State</strong></td>
        <td width="247" height="30" align="left" valign="top"><strong>Venue</strong></td>
        <td width="161" align="left" valign="top"><strong>Info</strong></td>
      </tr>
    </table>
    <!-- START index -->
        
         <table width="608" border="0" cellpadding="0" cellspacing="0">
             
          <?php do { ?>
          <tr>
                <td width="60" height="19" align="left" valign="top"><a href="tour_main.php?id=<?php echo $row_rsIndex['id']; ?>"><?php echo $row_rsIndex['timeDate']; ?><br />
                </a></td>
    <td width="150" align="left" valign="top"><a href="tour.php?id=<?php echo $row_rsIndex['id']; ?>"> </a><a href="tour_main.php?id=<?php echo $row_rsIndex['id']; ?>"><?php echo $row_rsIndex['addrCity']; ?>, </a><a href="tour_main.php?id=<?php echo $row_rsIndex['id']; ?>"><?php echo $row_rsIndex['addrState']; ?></a></td>
            <td width="247" align="left" valign="top"><a href="tour_main.php?id=<?php echo $row_rsIndex['id']; ?>"><?php echo $row_rsIndex['venue']; ?></a></td>
            <td width="161" align="left" valign="top"><a href="tour_main.php?id=<?php echo $row_rsIndex['id']; ?>"><em>MORE INFO</em></a></td>
          </tr>
          <tr>
            <td colspan="4" align="left" valign="top" class="space">  </td>
          </tr>
          <?php } while ($row_rsIndex = mysql_fetch_assoc($rsIndex)); ?>
    </table>
    <!-- END index -->
    
    
    <!-- START details -->
    <? } else { ?>
    
    
    <h6><a href="tour_main.php">&laquo; Back to Tour Schedule</a></h6>
    <h1><?php echo $row_rsDetails['timeDate']; ?> - <?php echo $row_rsDetails['addrCity']; ?>, <?php echo $row_rsDetails['addrState']; ?></h1>
    
    <table cellspacing="4">
      <tr>
             <td width="61"><b>Time:</b></td>
            <td width="207" class="dtext"><?php echo $row_rsDetails['timeTime']; ?></td>
        </tr>
        
        <tr>
             <td><b>Venue:</b></td>
            <td class="dtext"><?php echo $row_rsDetails['venue']; ?></td>
        </tr>
        
        <tr>
             <td valign="top"><b>Location:</b></td>
            <td class="dtext"><?php echo $row_rsDetails['addrAddress']; ?><br />
                   <?php echo $row_rsDetails['addrCity']; ?>, <?php echo $row_rsDetails['addrState']; ?> <?php echo $row_rsDetails['addrZip']; ?><br />
           <?php echo $row_rsDetails['addrCountry']; ?></td>
        </tr>
        
        <tr>
             <td><b>Cost:</b></td>
            <td class="dtext">$<?php echo $row_rsDetails['cost']; ?></td>
        </tr>
        
        <tr>
             <td valign="top"><b>Details:</b></td>
            <td class="dtext"><?php echo $row_rsDetails['description']; ?></td>
        </tr>
    </table>
    
    
    <?php }
    // endif id is sent
    ?>
    <!-- END details -->
    </body>
    </html>
    <?php
    mysql_free_result($rsIndex);
    
    mysql_free_result($rsDetails);
    ?>
    

    Hello.. You should change it

    
    
         

    for this

    
    
         
    ">
    $timeDate = $row_rsIndex['timeDate']; $date = date("M j, Y",strtotime("$timeDate")); ?>
  • iMac (21.5 inch) end 2012 hangs constantly

    Hi guys,.

    I hope someone can help me with this problem.

    I have a big problem with my iMac (21.5 inch) end 2012. It crashes constantly, I can't even watch video YouTube 360 more or look at picture with low preview 500 KB.

    My iMac freezes, crashes, won't start after 3 - 4 times or more. I did a hardware test, test etc. software but it says there is no problem with my iMac at all, everything works fine, he said. I have also reset and re - install my iMac 3 times, nothing is. I also sent my iMac to an Apple for 3 times (Amac, Netherlands) dealer, they also said that we cannot find something and your iMac works fine. My Mac blocks, so that may be the problem?

    I have 850 GB of free space on 1.2 TB and if I look for if there is no problem with the serial number, I can't find anything. I have always updated my Mac to the latest version, but it seems it hangs longer after updates each time.

    I have this problem every hour, but I'm not this technique that I can understand it.

    Anonymous UUID: 0404F0D1-1356-5952-E0E7-7947832E7544

    Thu Jan 10 11:45:37 2015

    Panic report *.

    panic (cpu 3 0xffffff7fa3dc2943 appellant): NVRM [0 / 1:0:0]: error reading 0x0010a488: CFG 0xffffffff, 0xffffffff, 0xffffffff, BAR0 0x103e00000 0xffffff91325b7000 0x0e7180a2, D0, P3/4

    Backtrace (CPU 3), frame: return address

    0xffffff912f5eb220: 0xffffff80230e5307

    0xffffff912f5eb2a0: 0xffffff7fa3dc2943

    0xffffff912f5eb360: 0xffffff7fa3e901d5

    0xffffff912f5eb3a0: 0xffffff7fa40dfee4

    0xffffff912f5eb3d0: 0xffffff7fa3f01042

    0xffffff912f5eb430: 0xffffff7fa409b1c8

    0xffffff912f5eb470: 0xffffff7fa409e126

    0xffffff912f5eb4e0: 0xffffff7fa409e06a

    0xffffff912f5eb550: 0xffffff7fa4093f19

    0xffffff912f5eb5c0: 0xffffff7fa3e7c9c1

    0xffffff912f5eb620: 0xffffff7fa3e7d1cc

    0xffffff912f5eb630: 0xffffff7fa3dac8b8

    0xffffff912f5eb670: 0xffffff7fa3dabb99

    0xffffff912f5eb710: 0xffffff7fa40e3adf

    0xffffff912f5eb740: 0xffffff7fa40e2d91

    0xffffff912f5eb850: 0xffffff7fa3dc65ff

    0xffffff912f5eba50: 0xffffff7fa3dc68aa

    0xffffff912f5ebaf0: 0xffffff7fa3d6d092

    0xffffff912f5ebb70: 0xffffff7fa3d6c8c1

    0xffffff912f5ebbd0: 0xffffff7fa3d6e22a

    0xffffff912f5ebc10: 0xffffff7fa3d20535

    0xffffff912f5ebca0: 0xffffff7fa3d1814b

    0xffffff912f5ebcd0: 0xffffff7fa3d6ef38

    0xffffff912f5ebd20: 0xffffff8023697241

    0xffffff912f5ebd70: 0xffffff80236e0a69

    0xffffff912f5ebde0: 0xffffff80231a02a1

    0xffffff912f5ebe30: 0xffffff80230e9aa3

    0xffffff912f5ebe60: 0xffffff80230cd478

    0xffffff912f5ebea0: 0xffffff80230dcfd5

    0xffffff912f5ebf10: 0xffffff80231c13aa

    0xffffff912f5ebfb0: 0xffffff80231f4b36

    Extensions of core in backtrace:

    (2.4.1) com.apple.iokit.IOGraphicsFamily [48AC8EA9-BD3C-3FDC-908D-09850215AA32] @0 xffffff7fa3d0e000-> 0xffffff7fa3d48fff

    dependency: com.apple.iokit.IOPCIFamily (2.9) [8E5F549E-0055-3C0E-93F8-E872A048E31B] @ 7fa392d000 0xffffff

    com.apple.nvidia.driver.NVDAResman (10.0.6) [E177026A-B6F5-30AB-BF87-8ADC4D102278] @0xffffff7fa3d6b000-> 0xffffff7fa3fedfff

    dependency: com.apple.iokit.IOPCIFamily (2.9) [8E5F549E-0055-3C0E-93F8-E872A048E31B] @ 7fa392d000 0xffffff

    dependency: ffff7fa3d55000 @0xff com.apple.iokit.IONDRVSupport (2.4.1) [814A7F4B-03EF-384A-B205-9840F0594421]

    dependency: com.apple.iokit.IOGraphicsFamily (2.4.1) [48AC8EA9-BD3C-3FDC-908D-09850215AA32] @0 xffffff7fa3d0e000

    dependency: com.apple.AppleGraphicsDeviceControl (3.11.33b1) [2BA0BB49-9DFD-3851-984F-8816AE3 A1964]@0xffffff7fa3d65000

    com.apple.nvidia.driver.NVDAGK100Hal (10.0.6) [8CE64377-C546-33CF-B016-B343A4F7E2 0E]@0xffffff7fa3ff9000-> 0xffffff7fa41a8fff

    dependency: com.apple.nvidia.driver.NVDAResman (10.0.6) [E177026A-B6F5-30AB-BF87-8ADC4D102278] @0xffffff7fa3d6b000

    dependency: com.apple.iokit.IOPCIFamily (2.9) [8E5F549E-0055-3C0E-93F8-E872A048E31B] @ 7fa392d000 0xffffff

    Corresponding to the current thread BSD process name: WindowServer

    Mac OS version:

    15B 42

    Kernel version:

    Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:XNU-3247.10.11~1/RELEASE_X86_64

    Kernel UUID: AB5FC1B4-12E7-311E-8E6F-9023985D8C1D

    Slide kernel: 0x0000000022e00000

    Text of core base: 0xffffff8023000000

    Text __HIB base: 0xffffff8022f00000

    Name of system model: iMac13, 1 (Mac-00BE6ED71E35EB86)

    Availability of the system in nanoseconds: 8275087766

    last load kext to 7897525862: com.apple.filesystems.autofs 3.0 (addr 0xffffff7fa582a000 size 45056)

    kexts responsible:

    com Apple.filesystems.autofs 3.0

    com.apple.driver.ApplePlatformEnabler 2.5.1d0

    com.apple.driver.AGPM 110.20.21

    com.apple.driver.X86PlatformShim 1.0.0

    com.apple.driver.AppleMikeyHIDDriver 124

    com.apple.driver.AppleOSXWatchdog 1

    com.apple.driver.AppleHDAHardwareConfigDriver 272.50.31

    com.apple.driver.AppleHDA 272.50.31

    com.apple.driver.AppleUpstreamUserClient 3.6.1

    com.apple.driver.AppleMikeyDriver 272.50.31

    com Apple.Driver.pmtelemetry 1

    com.apple.iokit.IOUserEthernet 1.0.1

    com.apple.GeForce 10.0.6

    com.apple.driver.AppleMuxControl 3.11.33b1

    com.apple.iokit.IOBluetoothSerialManager 4.4.2f1

    com.apple.Dont_Steal_Mac_OS_X 7.0.0

    com.apple.driver.AppleIntelHD4000Graphics 10.1.0

    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0

    com.apple.driver.AppleThunderboltIP 3.0.8

    com.apple.driver.AppleBacklight 170.8.1

    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.4.2f1

    com.apple.driver.AppleHV 1

    com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0

    com.apple.nvidia.NVDAStartup 10.0.6

    com.apple.driver.AudioAUUC 1.70

    com.apple.driver.AppleSMCLMU 208

    com.apple.driver.AppleLPC 3.1

    com.apple.driver.AppleFIVRDriver 4.1.0

    com.apple.driver.AppleMCCSControl 1.2.13

    com.apple.driver.AppleIntelFramebufferCapri 10.1.0

    com.apple.iokit.SCSITaskUserClient 3.7.7

    com.apple.driver.AppleUSBODD 3.7.1

    com.apple.driver.AppleUSBStorageCoexistentDriver 3.7.1

    com.apple.iokit.IOBluetoothUSBDFU 4.4.2f1

    com.apple.driver.AppleUSBDisplays 378

    com.apple.driver.CoreStorageFsck 517

    com.apple.driver.AppleFileSystemDriver 3.0.1

    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1

    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0

    com.apple.BootCache 37

    com.apple.iokit.IOAHCIBlockStorage 2.8.0

    com.apple.driver.AppleFWOHCI 5.5.2

    com.apple.driver.AirPort.Brcm4331 800.20.24

    com.apple.driver.AirPort.Brcm4360 1010.14.1a4

    com.apple.driver.AppleSDXC 1.7.0

    com.apple.iokit.AppleBCM5701Ethernet 10.1.11

    com.apple.driver.usb.AppleUSBEHCIPCI 1.0.1

    3.1.5 com.apple.driver.AppleAHCIPort

    com.apple.driver.AppleACPIButtons 4.0

    com.apple.driver.AppleRTC 2.0

    com.apple.driver.AppleHPET 1.8

    com.apple.driver.AppleSMBIOS 2.1

    com.apple.driver.AppleACPIEC 4.0

    com.apple.driver.AppleAPIC 1.7

    com.apple.driver.AppleIntelCPUPowerManagementClient 218.0.0

    com Apple.NKE.applicationfirewall 163

    com Apple.Security.Quarantine 3

    com.apple.security.TMSafetyNet 8

    com.apple.driver.AppleIntelCPUPowerManagement 218.0.0

    com Apple.kext.Triggers 1.0

    com.apple.driver.DspFuncLib 272.50.31

    com.apple.kext.OSvKernDSPLib 525

    com.apple.nvidia.driver.NVDAGK100Hal 10.0.6

    com.apple.nvidia.driver.NVDAResman 10.0.6

    com.apple.driver.AppleGraphicsControl 3.11.33b1

    com.apple.iokit.IOSerialFamily 11

    com.apple.driver.CoreCaptureResponder 1

    com.apple.iokit.IOSurface 108.0.1

    com.apple.driver.IOPlatformPluginLegacy 1.0.0

    com.apple.driver.AppleBacklightExpert 1.1.0

    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.4.2f1

    com.apple.iokit.IOBluetoothFamily 4.4.2f1

    com.apple.driver.AppleHDAController 272.50.31

    com.apple.iokit.IOHDAFamily 272.50.31

    com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0

    com.apple.iokit.IONDRVSupport 2.4.1

    com.apple.iokit.IOFireWireIP 2.2.6

    com.apple.driver.AppleSMBusPCI 1.0.14d1

    com.apple.driver.X86PlatformPlugin 1.0.0

    com.apple.driver.IOPlatformPluginFamily 6.0.0d7

    com.apple.driver.AppleThunderboltEDMSink 4.1.1

    com.apple.driver.AppleSMC 3.1.9

    com.apple.driver.AppleSMBusController 1.0.14d1

    com.apple.iokit.IOAcceleratorFamily2 203.10

    com.apple.AppleGraphicsDeviceControl 3.11.33b1

    com.apple.iokit.IOGraphicsFamily 2.4.1

    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.7.7

    com.apple.iokit.IOBDStorageFamily 1.8

    com.apple.iokit.IODVDStorageFamily 1.8

    com.apple.iokit.IOCDStorageFamily 1.8

    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.7

    com.apple.iokit.IOUSBMassStorageClass 4.0.0

    com.apple.iokit.IOUSBMassStorageDriver 1.0.0

    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.7

    com.apple.driver.usb.IOUSBHostHIDDevice 1.0.1

    com.apple.iokit.IOUSBHIDDriver 900.4.1

    com.apple.iokit.IOUSBHIDDriverPM 900.4.1

    com.apple.driver.AppleUSBComposite 900.4.1

    com.apple.driver.AppleUSBAudio 301.52

    com.apple.iokit.IOAudioFamily 204,1

    com.apple.vecLib.kext 1.2.0

    com.apple.driver.usb.AppleUSBHostCompositeDevice 1.0.1

    com.apple.driver.AppleThunderboltDPInAdapter 4.1.2

    com.apple.driver.AppleThunderboltDPOutAdapter 4.1.2

    com.apple.driver.AppleThunderboltDPAdapterFamily 4.1.2

    com.apple.driver.AppleThunderboltPCIUpAdapter 2.0.2

    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2

    com.apple.driver.CoreStorage 517

    com.apple.driver.usb.AppleUSBHub 1.0.1

    com.apple.driver.AppleXsanScheme 3

    4.5.8 com.apple.iokit.IOFireWireFamily

    com.apple.driver.AppleThunderboltNHI 4.0.4

    com.apple.iokit.IOThunderboltFamily 5.0.6

    1101.24 com.apple.iokit.IO80211Family

    com Apple.Driver.corecapture 1.0.4

    com.apple.driver.AppleUSBMergeNub 900.4.1

    com.apple.iokit.IOEthernetAVBController 1.0.3b3

    com.apple.driver.mDNSOffloadUserClient 1.0.1b8

    com.apple.iokit.IONetworkingFamily 3.2

    com.apple.driver.usb.AppleUSBEHCI 1.0.1

    com.apple.iokit.IOAHCIFamily 2.8.0

    com.apple.driver.usb.AppleUSBXHCIPCI 1.0.1

    com.apple.driver.usb.AppleUSBXHCI 1.0.1

    com.apple.iokit.IOUSBFamily 900.4.1

    com.apple.iokit.IOUSBHostFamily 1.0.1

    com.apple.driver.AppleUSBHostMergeProperties 1.0.1

    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 415

    com.apple.iokit.IOStorageFamily 2.1

    com.apple.iokit.IOReportFamily 31

    com.apple.driver.AppleFDEKeyStore 28.30

    com.apple.driver.AppleACPIPlatform 4.0

    com.apple.iokit.IOPCIFamily 2.9

    com.apple.iokit.IOACPIFamily 1.4

    com.apple.kec.Libm 1

    com Apple.KEC.pthread 1

    com Apple.KEC.corecrypto 1.0

    I hope someone can help me, give me an opinion or know what may be the problem.

    Thank you!

    Bruijn Olav

    I suspect that your graphics card is a failure, a competent service provider should be able to diagnose the problem. Have you tried to boot mode safe? Everything will be slower and some things don't work at all, but Safe Mode disables advanced graphics, if the panic stops in the safe is another indicator that the GPU is maybe defective. Try safe mode if your Mac does not commissioning - Apple Support

  • iMac 27 inch end 2012 unbootable

    This morning when I was working on my iMac 27-inch end 2012, suddenly he stops and does not start.

    After pressing the power button there is no sound and no display. NOTHING. BLACK SCREEN who knows what may be wrong...

    Hi Heinz, bad luck. This Apple support can help.

    If your Mac will not turn on - Apple Support

    Since you have no power, much of it does not apply. Read the subtopic, "power problems."

  • Can I connect a DVI - DL my end 2012 Mac Mini input?

    Hi all...

    I have a question...  I have a Late 2012 Mac Mini and I just bought a new BenQ XL2411Z 24 "play.  It supports the 1ms and up to 144 Hz.  I know that my Mac Mini (end 2012) has an Intel 4000 1.5 GB graphics installed in it.  Can I use via the HDMI Port or Mini Display Port to connect it to Port DVI - DL on BenQ monitor?

    Is it possible to do and enjoy the benefits of the 144 Hz instead of plain 60 Hz HDMI?  Also, is it possible to update a Video of Mac Mini card?  (Half-joke but always curious to know if it's possible?).

    Thanks in advance!

    Also, is it possible to update a Video of Mac Mini card?

    No, because it does not have a separate video card. The graphics chip is soldered to the logic board.

    60 Hz is maximum refresh rate.

  • iMac 27 inch end of 2013 - constant beachballing, leading to the freezing and then crashing a

    EtreCheck version: 2.9.12 (265)

    Report generated 2016-05-26 22:17:37

    Download https://etrecheck.com EtreCheck

    Time 04:15

    Performance: good

    Click the [Support] links to help with non-Apple products.

    Click the [details] links for more information on this line.

    Click on the link [check files] help with unknown files.

    Verify the signatures of Apple: enabled

    Problem: Beachballing

    Description:

    Intermittent beach balling, followed by gel applications and then crashing one at a time, until the whole system crashes. Must be restarted by holding down the power button. It happens 1 - 2 times a day.

    Hardware information: ⓘ

    iMac (27 inch, at the end of 2013)

    [Technical details] - [User Guide] - [warranty & Service]

    iMac - model: iMac14, 2

    1 3.4 GHz Intel Core i5 CPU: 4 strands

    8 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 4 GB DDR3 1600 MHz

    BANK 1/DIMM0

    OK 4 GB DDR3 1600 MHz

    0/DIMM1 BANK

    Vacuum

    BANK 1/DIMM1

    Vacuum

    Bluetooth: Good - transfer/Airdrop2 taken in charge

    Wireless: en1: 802.11 a/b/g/n/ac

    Video information: ⓘ

    NVIDIA GeForce GTX 775M - VRAM: 2048 MB

    iMac 2560 x 1440

    System software: ⓘ

    OS X El Capitan 10.11.5 (15F34) - since startup time: less than an hour

    Disk information: ⓘ

    ST1000DM003 disk HARD APPLE disk0: (1 TB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Macintosh HD (disk0s2) /: 999,35 go-go (640,11 free)

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    USB information: ⓘ

    Apple Inc. BRCM20702 hub.

    Apple Inc. Bluetooth USB host controller.

    Apple Inc. FaceTime HD camera (built-in)

    Mitsumi Electric Apple USB optical mouse

    Information crush: ⓘ

    Apple Inc. Thunderbolt_bus.

    Goalkeeper: ⓘ

    Mac App Store and identified developers

    Unknown files: ⓘ

    / Library/LaunchAgents/edu. Emory.oracle_java_whitelist.plist

    SH /Library/Scripts/Emory/oracle_java_whitelist.sh

    /Library/LaunchDaemons/com.deploystudio.lkdc_fix.plist

    / usr/libexec/configureLocalKDC

    2 unknown files found. [Check files]

    Kernel Extensions: ⓘ

    /Applications/Boxcryptor.app

    [no charge] com.boxcryptor.BCFS.filesystems.bcfs (3.1.0 - SDK 10.9-2016-02-12) [Support]

    / Applications/Toast Basic.app

    com.roxio.BluRaySupport [no charge] (1.1.6 - 2010-03-05) [Support]

    [no charge] com.roxio.TDIXController (1.7-2010-03-05) [Support]

    / System/Library/Extensions

    [no charge] com.m - audio .driver .firewire (1.10.2 - 2016-05-18) [Support]

    [no charge] com.m - audio .midisupport .driver .usb (M-Audio USB MIDI support 1.1 - 2016-05-18) [Support]

    com.paceap.kext.pacesupport.master [no charge] (5.9.1 - 10.6 SDK - 2016-05-18) [Support]

    com.palm.ClassicNotSeizeDriver [no charge] (3.2.1 - 2016-05-18) [Support]

    com.Tascam.usb2audio.driver [no charge] (2.10 - SDK 10.7 - 2016-05-18) [Support]

    tc.tctechnologies.driver.TCNear [no charge] (4.1.3 - 10.6 SDK - 2016-05-18) [Support]

    /System/Library/Extensions/PACESupportFamily.kext/contents/plugins

    com.paceap.kext.pacesupport.Leopard [no charge] (5.9.1 - 10.4 SDK - 2013-10-07) [Support]

    [no charge] com.paceap.kext.pacesupport.Panther (5.9.1 - SDK 10.-1-07-10-2013) [Support]

    [loading] com.paceap.kext.pacesupport.snowleopard (5.9.1 - 10.6 SDK - 2013-10-07) [Support]

    com.paceap.kext.pacesupport.Tiger [no charge] (5.9.1 - 10.4 SDK - 2013-10-07) [Support]

    /System/Library/Extensions/TASCAM_US1xx.kext/contents/plugins

    com.Tascam.usb2audio.driver_TIGER [no charge] (2.10 - 10.4 SDK - 2012-09-21) [Support]

    Startup items: ⓘ

    ciscod: path: / System/Library/StartupItems/ciscod

    ARD: path: / Library/StartupItems/ard

    EmagicA26A62mFirmwareLoader: Path: / Library/StartupItems/EmagicA26A62mFirmwareLoader

    M-audio FireWire Audio Helper: path: Library/StartupItems/M-Audio FireWire Audio Helper

    M - Audio Firmware Loader: path: Library/StartupItems/M-Audio Firmware Loader

    PACESupport: Path: / Library/StartupItems/PACESupport

    Startup items are obsolete in OS X Yosemite

    Launch system officers: ⓘ

    [operation] com.apple.Finder.plist (2015-08-23) - invalid signature!

    [loading] com.apple.FollowUpUI.plist (2015-08-23) - invalid signature!

    [loading] com.apple.ScreenReaderUIServer.plist (2015-08-24) - invalid signature!

    [loading] com.apple.powerchime.plist (2015-08-22) - invalid signature!

    [loading] com.apple.quicklook.32bit.plist (2015-08-22) - invalid signature!

    [loading] com.apple.quicklook.plist (2015-08-22) - invalid signature!

    [loading] com.apple.quicklook.ui.helper.plist (2015-08-22) - invalid signature!

    [loaded] 8 tasks Apple

    [loading] 151 tasks Apple

    [operation] 79 tasks Apple

    Demons of launch system: ⓘ

    org.Postfix.master.plist [failure]

    [loaded] 46 tasks Apple

    [loading] 153 tasks Apple

    [operation] 90 tasks Apple

    Launch officers: ⓘ

    [no charge] com.adobe.AAM.Updater - 1.0.plist (2016-05-15) [Support]

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2016-05-10) [Support]

    [operation] com.adobe.AdobeCreativeCloud.plist (2016-02-24) [Support]

    [loading] com.adobe.CS5ServiceManager.plist (2011-11-11) [Support]

    [loading] com.cisco.anyconnect.gui.plist (12 / 12/2013) [Support]

    [operation] com.eastwest.server.plist (2010-06-10) [Support]

    [loading] com.mcafee.menulet.plist (2013-09-30) [Support]

    [loading] com.mcafee.reporter.plist (2013-09-30) [Support]

    [loading] com.oracle.java.Java - Updater.plist (2015-11-14) [Support]

    [loading] edu.emory.oracle_java_whitelist.plist (2014-01-16) [Support]

    [loading] org.macosforge.xquartz.startx.plist (2014-08-11) [Support]

    Launch of the demons: ⓘ

    [loading]    PACESupport.plist (2013-02-01) [Support]

    [loading] com.adobe.ARMDC.Communicator.plist (2016-05-10) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2016-05-10) [Support]

    [loading] com.adobe.SwitchBoard.plist (2013-12-14) [Support]

    [operation] com.adobe.adobeupdatedaemon.plist (2016-04-12) [Support]

    [loading] com.adobe.agsservice.plist (2016-04-12) [Support]

    [loading] com.adobe.fpsaud.plist (2016-05-09) [Support]

    com.Apple.aelwriter.plist [loading]

    [ongoing] com.Apple.Qmaster.qmasterd.plist

    [loading] com.boxcryptor.BCFS.KextLoaderHelper.plist (2016-05-22) [Support]

    [operation] com.cisco.anyconnect.vpnagentd.plist (12 / 12/2013) [Support]

    com.deploystudio.lkdc_fix.plist [no charge] (2009-03-10) [Support]

    com.LANDesk.broker.plist [no charge] (2010-01-20) [Support]

    [operation] com.m - audio .firewire .helper .plist (2011-07-28) [Support]

    com.McAfee.VirusScan.fmpd.plist [no charge] (2013-09-26) [Support]

    [loading] com.microsoft.office.licensing.helper.plist (2010-08-25) [Support]

    [loading] com.oracle.java.Helper - Tool.plist (2015-11-14) [Support]

    com.Quark.quarkupdate.plist [no charge] (2013-12-21) [Support]

    [loading] com.sibelius.sari.plist (2010-03-25) [Support]

    [loading] com.wdc.WDPrivilegedHelper.plist (2016-04-14) [Support]

    [loading] org.macosforge.xquartz.privileged_startx.plist (2014-08-11) [Support]

    tc.tctechnologies.TCNear.plist [no charge] (2013-07-16) [Support]

    Launch User Agents: ⓘ

    [loading] com.adobe.AAM.Updater - 1.0.plist (2011-11-15) [Support]

    [loading] com.adobe.ARM. [...]. plist (2012-04-16) [Support]

    [loading] com.apple.SafariBookmarksSyncer.plist (2011-11-10) - /Applications/Safari.app/Contents/SafariSyncClient.app/Contents/MacOS/SafariSyn customer: Executable not found!

    [loading] com.google.keystone.agent.plist (2016-03-02) [Support]

    [operation] com.spotify.webhelper.plist (2016-05-21) [Support]

    User login items: ⓘ

    Application of database Microsoft Daemon (/ Applications/Microsoft Office 2011 / Microsoft/Office Database Daemon.app)

    Dropbox application (/ Applications/Dropbox.app)

    Hidden AdobeResourceSynchronizer Application (/ Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Helpers/AdobeResourceSynchronizer.app)

    WDDriveUtilityHelper Application (/ Applications/WD Drive Utilities.app/Contents/WDDriveUtilityHelper.app)

    Boxcryptor application (/ Applications/Boxcryptor.app)

    Other applications: ⓘ

    [ongoing] com.adobe.CCXProcess.231712

    [operation] com.adobe.acc.AdobeDesktopService.98912.A116CE4F-AB75-400E-AFF5-CE9A00F2A0B8

    [ongoing] com.Adobe.accmac.232032

    [ongoing] com.apple.AmbientDisplayAgent

    com.apple.BKAgentService [loading]

    com.apple.MailServiceAgent [loading]

    [ongoing] com.getdropbox.dropbox.48032

    [ongoing] com.HP.devicemonitor

    com.LANDesk.broker [loading]

    com.McAfee.VirusScan.fmpd [failure]

    [ongoing] com.westerndigital.WDDriveUtilityHelper.182112

    [ongoing] org.Mozilla.Firefox.148512

    tc.tctechnologies.daemon.TCNear [loading]

    [loading] 409 tasks Apple

    [operation] 214 tasks Apple

    Internet Plug-ins: ⓘ

    AdobePDFViewerNPAPI: 15.016.20039 - SDK 10.11 (2016-05-15) [Support]

    Flash Player: 21.0.0.242 - SDK 10.6 (2016-05-18) [Support]

    iLokClientHelper: 3.1 (2008-05-26) [Support]

    AdobePDFViewer: 15.016.20039 - SDK 10.11 (2016-05-15) [Support]

    Scorch: 6.1.0 (2010-04-23) [Support]

    iPhotoPhotocast: 7.0 - 10.8 SDK (2013-04-18)

    DirectorShockwave: 11.5.8r612 (2010-08-18) [Support]

    QuickTime Plugin: 7.7.3 (2016-05-18)

    FlashPlayer - 10.6: 21.0.0.242 - SDK 10.6 (2016-05-18) [Support]

    PDF Browser Plugin: 2.4.4 - SDK 10.6 (2012-03-13) [Support]

    AdobeAAMDetect: 3.0.0.0 - SDK 10.9 (2016-04-12) [Support]

    F5 VPN SSL Plugin: 7091.2013.1208.1 - SDK 10.8 (2014-06-09) [Support]

    MeetingJoinPlugin: Unknown - SDK 10.6 (2014-11-20) [Support]

    Musicnotes: 1.18.8 (2010-09-21) [Support]

    Silverlight: 5.1.41212.0 - SDK 10.6 (2016-02-11) [Support]

    Default browser: 601 - SDK 10.11 (2016-05-18)

    Flip4Mac WMV Plugin: 3.2.0.16 - SDK 10.8 (2013-12-13) [Support]

    SharePointBrowserPlugin: 14.6.4 - SDK 10.6 (2016-05-11) [Support]

    JavaAppletPlugin: Java 8 update 91 build 14 version Check (2016-04-21)

    OfficeLiveBrowserPlugin: 12.3.0 (2011-08-03) [Support]

    Audio plug-ins: ⓘ

    DVCPROHDAudio: 1.3.2 (2010-10-21)

    TASCAM_US1xx: Unknown - SDK 10.7 (2012-09-21) [Support]

    3rd party preference panes: ⓘ

    Flash Player (2016-05-09) [Support]

    Flip4Mac WMV (2013-03-29) [Support]

    Java (2016-04-21) [Support]

    Time Machine: ⓘ

    Skip system files: No.

    Mobile backups: OFF

    Automatic backup: YES

    Volumes to back up:

    Macintosh HD: Disc size: 999,35 GB disc used: 359,24 GB

    Destinations:

    Helen backup [Local]

    Total size: 2.00 TB

    Total number of backups: 40

    An older backup: 10/18/15, 20:39

    Last backup: 15/05/16, 01:47

    Size of backup drive: adequate

    Size of backup 2.00 TB > (disc 359,24 GB X 3)

    Top of page process CPU: ⓘ

    14% kextd

    6% McAfee Reporter

    4% WindowServer

    com.HP.devicemonitor 2%

    kernel_task 2%

    Top of the process of memory: ⓘ

    Kernel_task 725 MB

    614 MB mdworker (34)

    Firefox 418 MB

    180 MB mds_stores

    Dropbox 147 MB

    Information about virtual memory: ⓘ

    2.91 GB of free RAM

    5.08 used GB RAM (2.67 GB being cached)

    Used Swap 0 B

    Diagnostic information: ⓘ

    26 May 2016, 22:16:24 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221624_[redacted].crash

    / usr/local/McAfee/FMP/bin/pgme

    26 May 2016, 22:16:14 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221614_[redacted].crash

    26 May 2016, 22:16:04 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221604_[redacted].crash

    26 May 2016, 22:15:54 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221554_[redacted].crash

    26 May 2016, 22:15:44 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221544_[redacted].crash

    26 May 2016, 22:15:34 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221534_[redacted].crash

    26 May 2016, 22:15:24 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221524_[redacted].crash

    26 May 2016, 22:15:14 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221514_[redacted].crash

    26 May 2016, 22:15:04 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221504_[redacted].crash

    26 May 2016, 22:14:54 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221454_[redacted].crash

    26 May 2016, 22:14:44 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221444_[redacted].crash

    26 May 2016, 22:14:34 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221434_[redacted].crash

    26 May 2016, 22:14:24 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221424_[redacted].crash

    26 May 2016, 22:14:14 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221414_[redacted].crash

    26 May 2016, 22:14:04 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221404_[redacted].crash

    26 May 2016, 22:13:54 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221354_[redacted].crash

    26 May 2016, 22:13:44 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221344_[redacted].crash

    26 May 2016, 22:13:34 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221334_[redacted].crash

    26 May 2016, 22:13:24 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221324_[redacted].crash

    26 May 2016, 22:13:14 /Library/Logs/DiagnosticReports/fmpd_2016-05-26-221314_[redacted].crash

    26 May 2016, 21:59:09 /Library/Logs/DiagnosticReports/rpc.net_2016-05-26-215909_[redacted].crash

    /usr/sbin/RPC.NET

    26 May 2016, 21:57:13 self-test - spent

    24 may 2016, 22:00:26 /Library/Logs/DiagnosticReports/rpc.net_2016-05-24-220026_[redacted].crash

    24 may 2016, 21:44:36 /Library/Logs/DiagnosticReports/rpc.net_2016-05-24-214436_[redacted].crash

    24 may 2016, 21:15:13 /Library/Logs/DiagnosticReports/rpc.net_2016-05-24-211513_[redacted].crash

    24 may 2016, 21:04:21 /Library/Logs/DiagnosticReports/rpc.net_2016-05-24-210421_[redacted].crash

    May 23, 2016, 22:25:42 /Library/Logs/DiagnosticReports/rpc.net_2016-05-23-222542_[redacted].crash

    Uninstall the McAfee software according to the manufacturer's instructions, to see if this brings improvements.

  • How can I install additional memory in iMac end 2012?

    Is there something special I should know about installing more memory in my end 2012 27 "iMac?  I installed before memory in older iMacs.

    Thank you

    Help here > install memory in an iMac

    Nothing special. It is not difficult to do since you have prior experience.

  • Can I update the graphics card in my iMac end 2012?

    I am able to update the graphics card in my iMac end 2012? I know that this is not a gaming computer, but I want to be able to play low end games. Is this possible?

    # You don't have a 'card' in this model. Starting with 2012 models graphics hardware was inseparable and soldered to the logic board. Looks like this:

    {image from iFixit.com}

    Small bumps under the person holds the heat sink are all your gfx hardware.

  • Need advice. Would you sink (at least) $600 to replace the screen on a MacBook Pro 13 inch retina end 2012 or you want to buy a new one?

    Need advice. Would you sink (at least) $600 to replace the screen on a MacBook Pro 13 inch retina end 2012 or you want to buy a new one?

    You can buy a worn integers for that.

    Only if your machine is Virgin and you want only one specific

  • CC of Lightroom stuttering on iMac 27 inch Retina 5 k end of 2015

    I bought my first iMac about 3 weeks ago because my old pc I built about 9 years ago seems to be his last breath. As a passionate amateur photographer I only really use my computer for Photoshop and Lightroom and so decided to go for a reasonably well specced model. After much deliberation, I ended up buying an iMac 27 inch retina 5K with the fusion of 2 TB disk. I know Photoshop and Lightroom can be memory hungry I also went for 32 GB of RAM.

    I finally managed to copy all my music and photo on my new machine and install the latest versions of Photoshop and Lightroom. Hand has almost nothing else on this topic.

    The problem is that I use Lightroom and Photoshop for the last two days and I must admit that I am very disappointed by the performance of my new iMac, brand, especially if you're using Lightroom. It is slow and lazy. Even just starting the program seems to age, with the circle of rotation color thingy that appears very frequently and for awhile each time it is displayed. My old pc which had 6 GB of RAM and is 9 years old is faster. Photoshop does not seem TOO bad, not quite the blistering pace I didn't expect, but acceptable, I guess.

    It's a beautiful machine, the screen is amazing, but I am really annoyed that after having spent more than £2000 it does not appear the main task before I bought it!

    Does anyone have any ideas/suggestions as to what could be the problem?

    Thank you

    Have you installed of the following applications:

    • Antivirus app
    • Cleaning of the app
    • Non Apple apps of maintenance

    If so, look for the uninstall instructions and uninstall them immediately because they are 100% useless and often cause more problems than they solve.

    If you do not have one of these types of applications, you have 90 days of free telephone support AppleCare and should be in contact with Apple. You can learn more on this topic by clicking on http://www.apple.com/support/complimentary/

    If the equipment proves to be of agreement and OS X is correct (which I think they are) then I would be in contact with Adobe, your complaints are with their applications and they can better you coach. Your machine needs to be extremely fast, your problems are likely due to something, you have installed or improperly installed.

  • can I change my graphics card? (iMac 27 end 2012)

    Can I change my graphics card? (iMac 27 end 2012)

    N ° it is a welded in the chip.  The only way to upgrade

    be replace logic card that contains a better GPU.

    With the cost and effort required, you may as well buy a recent

    iMac.

  • I have a mac mini (END 2012) super slow...

    I have a mac mini (end 2012) super slow and freezing continuously.

    What can I do about it?

    Download and run EtreCheck, created by one of his own assistants here in CSA. It is a diagnostic tool that is very useful for us to find problems. It will also give us additional specifications on your mini. After his execution after the logfile here. It will never contain any personal information

  • HDD replacement end 2012

    My 512 GB of HARD drive is full.  How to replace the HDD on a MacMini end 2012?

    https://www.iFixit.com/Guide/Mac+mini+late+2012+hard+drive+replacement/11716

    http://eShop.MacSales.com/installvideos/mac_mini2012_hd/

  • Flash of the MacBook Pro 13 '' end 2012 expansion options

    I have a Macbook Pro 13 "end 2012 with 120 GB SSD and I'm looking to increase its storage capacity by using the extension flash connector." I want to buy the highest capacity and fastest flash memory, that I can find, but I am confused and scared to buy flash memory which is not compatible with my Mac. Someone would be kind enough to point out the best options? The more I read, more confused I get. Laughing out loud. Thank you.

    The expansion slot Flash is mainly for SD camera card connectivity.   Thunderbolt is a slot with many options for external storage.

  • Maybe you are looking for

    ">$date; ?>