GPU Acceleration disabled even with latest drivers

I´m trying to enable GPU acceleration, but even with the latest drivers it wont enable.
Note that this is with AMDs Legacy driver for Windows 8 x64. The card is a 4870x2.
Firefox wants a higher driver number then 12.8 but in CCC it states that my driver version is 13.1.

hello, there seems to be a different technical driver naming scheme by amd for radeon HD 2/3/4000 series graphic cards (their latest driver version is 13.1 which translates to the technical version 8.97.100.7) & hd 5/6/700 cards (13.4, which translates to 12.104.0.0).
due to crashes triggered by older driver versions firefox is blocking all cards below version 9.10.8.0 for HWA - i don't think it is possible to differentiate these blocks for certain card models (since there are too many of them)...
you could try to circumvent the blocklisting like it is described at https://wiki.mozilla.org/Blocklisting/Blocked_Graphics_Drivers#How_to_force-enable_blocked_graphics_features though.

Similar Messages

  • GPU acceleration disabled after loading image

    I recently purchased Photoshop CS6. I've installed on Windows 7 and run updates. I've also today updated my graphics drivers to latest version (catalyst 12.8). I have an AMD Radeon HD 7700 which has 1024MB RAM. This card is on the list of supported cards.
    When I first load Photoshop I can look in "Preferences -> Performance" and see that the GPU has been detected correctly and 'Use Graphics Processor' is ticked.
    However after loading any image, including using "File -> New" to open an blank white image, the GPU is disabled. Looking back in "Preferences -> Performance" it tells me:
    "no gpu options available with photoshop standard"
    What can I do about this?

    I have notified AMD.  It wouldn't hurt for you to do so as well - the more people who report problems with using Photoshop to them the more likely they are to take Photoshop users seriously, rather than just worrying about gamers.
    See also: http://forums.adobe.com/thread/1051662?tstart=0
    -Noel

  • Missing Renderer - GPU Acceleration Disabled

    Hi.
    I've been having a problem with premiere lately. When I create new project, the render settings are set for CUDA GPU acceleration. I have no issues while editing the project or when rendering preview files. However, once I save the project, quit premiere, and then later re-open the project, I am presented with the dialog "Missing Renderer" - "This project was last used with Mercury Playback Engine GPU Acceleration, CUDA, which is either not available, or not certified on this system. Mercury Playback Engine Software Only will be used."
    After this message, my timeline opens completely unrendered. I've attempted to change the project setting and reselect GPU Acceleration as the renderer, but the dropdown box is disabled in the project settings menu.
    Can anyone help me with this issue?
    Computer Specs:
    Intel Core i7-3537U
    8GB RAM
    NVIDIA GeForce 710M with 1GB Dedicated RAM
    Any help is appreciated.
    Thanks.

    Do you have dual graphics adapters?
    Go to the Windows Control Panel and select Hardware and Sound and then select Device Manager... In Device manager you click the + sign to the left of Display Adapters... and see if 2 are listed
    IF YES, read below
    -http://helpx.adobe.com/premiere-pro/kb/error---preludevideo-play-modules.html
    -http://forums.adobe.com/thread/1001579
    -Use BIOS http://forums.adobe.com/thread/1019004?tstart=0
    -link to why http://forums.adobe.com/message/4685328
    -http://www.anandtech.com/show/4839/mobile-gpu-faceoff-amd-dynamic-switchable-graphics-vs-n vidia-optimus-technology/2
    -HP Fingerprint/Password conflict http://forums.adobe.com/thread/911575
    -Mac Utility for dual adapters http://forums.adobe.com/thread/1017891?tstart=0

  • ATI Cedar PRO [Radeon HD 5450/6350] GPU acceleration disabled

    Hi,
    my graphics card is a
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Cedar PRO [Radeon HD 5450/6350]
    i've installed xf86-video-ati, ati-dri, mesa and linux-firmware.
    if i have a radeon entry in my mkinitcpio.conf or a entry in my /etc/modules-load.d/modules.conf, i get acceleration not enabled:
    [ 15.348683] radeon 0000:01:00.0: disabling GPU acceleration
    any ideas anyone?
    thanks for your help
    mongohorst

    cat /etc/mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES=""
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run last, so it may be used to
    # override the actual binaries included by a given hook
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    ## NOTE: If you have /usr on a separate partition, you MUST include the
    # usr, fsck and shutdown hooks.
    HOOKS="base udev autodetect pata scsi sata encrypt filesystems usbinput fsck"
    # COMPRESSION
    # Use this to compress the initramfs image. By default, gzip compression
    # is used. Use 'cat' to create an uncompressed image.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    cat /etc/modules-load.d/modules.conf
    radeon

  • Nikon D90 RAW format not recognised even with latest updates

    Hello,
    I just tried to import RAW pictures from my new D90 on my Mac (recently installed Leopard, with latest combo update + Aperture update) but it doesn't recognise the format. I can see thumbnails, and JPEG pictures are working fine.
    I also tried to manually install the update where D90 RAW support was added (nov 08), but it tells me there is no need to install it since I have a "newer version".
    What can I do ?
    Do I need to reinstall Leopard and update everything one at a time without combos ?
    Thank you
    Julien

    I figured out what the problem was !
    I have a standalone edition of Leopard, and no iLife installed. I installed the iLife from another Mac and it magically worked !
    It would have been nice to know that before, though.

  • GPU Acceleration not working with large .psd?

    My GPU accelleration works fine, but after I saved a large psd and quit, the next time I opened the file, the gpu was greyed out in the options. If I quit PS and restarted it, gpu would work again for new and other files, but when I try to open this same one, accelleration is disabled every time -- worked fine when I first created the file.
    Is there a reason that this file in particular is suddenly incompatible with accelleration?  It's not really that big of a file, 600mb.  I'd really like to know why this is happening and somehow get my accelleration back for this one file I'm working on.

    That's very interesting.
    I've had OpenGL become disabled on about 2 occasions without knowing why it happened (never so far with 12.0.3 though).
    Clearly there's some kind of "restorative" logic in Photoshop to try to overcome the numerous possibilities for failure due to OpenGL implementations being so diverse.
    What's the pixel count, bit depth, number of layers, styles, content, etc. of this file?
    What display adapter (video card) do you have?  What version of drivers?
    I have recently seen a problem where the Text tool won't show its bounding box or cursor with a large file that's zoomed in.  I don't know whether this has anything to do with what you're seeing.
    I don't know how feasible it is but it's possible Chris Cox or someone at Adobe might like to see the file with which a problem like this can be reproduced.
    -Noel

  • Why is Norton Toolbar still disabled even with updated Norton Identity Safe Toolbar in FF 19.0.2?

    I have FF 19.0.2 installed with Norton Internet Security 2013 at my office. Both the Norton Identity Safe Toolbar and Norton Toolbar are updated and working fine. At home, I am using the exact same FF 19.0.2 with the exact same Norton Internet Security 2013 but only the Norton Identity Safe Toolbar is enabled. The Norton Toolbar (shows older version of 1.0.32), however, is disabled. I have tried a Norton Live Update numerous times and have even uninstalled FF 19 and re-installed it. Nothing works. I cannot get the Norton Toolbar enabled. And until I get it enabled I cannot use Norton Identity Safe. This is very frustrating!
    Any help? Thanks in advance.

    That's the problem. I should be using Norton Toolbar version 2013.3.1.3 but it is 2013.1.0.32. I see no way I can manually update it. I do a Live Update but the version doesn't update. I tried re-starting the system, uninstalling and reinstalling Firefox 19.02 (latest version) but nothing works. Extremely frustrating. I even tried going back to FF 18 and even that says that the installed Norton Toolbar 2013.1.0.32 is not compatible. :(
    I do believe this IS a Firefox issue. The Toolbar is disabled and Norton support says I just need to click on Enable. Problem is, there is no Enable option. It's just disabled. VERY frustrating!

  • Unable to open Livecycle forms even with latest plug-ins

    Hi guys,
    I have a created a few dynamic forms designed using livecycle designer ES..In order for my users to open these forms, they need to have atleast Adobe acrobat / reader version 8.1 or higher to view these dynamic files. However, quite a few of my users are saying that they are still unable to open these forms directly from their browser although they have downloaded the latest Acrobat X version and the browser plug-ins in their computer. It happens to both windows and mac computers. But they are able to download these files and open it directly from their adobe reader though. It happens with all browsers for them...some of them have even called up mac support as well as adobe support and they were advised that it could be a problem with my forms that I find hard to believe since it opens in my computer and opens for a lot of other users. Its only a few users still having difficulties and I can't understand why!
    Also, I recently uploaded a dynamic file in acrobat file sharing. Why am I getting the below message when I have the latest adobe installed? I am able to open other dynamic forms in my browsers..why does this happen? I wonder if other user's problem is similar to this...not sure...
    To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade to the latest version of Adobe Reader from etc...etc...etc..
    What can be the problem when the adobe version is already updated and also the plug-ins are updated too?? I have read a lot of links in adobe site itself which suggest various methods to test out the forms, browsers, plug-ins, etc..but this problem still happens to some users even after trying out these troubleshoots. Can someone explain if there are other limitations or solution for these users?

    I don't have an answer. However, since your question is not about Acrobat forms, but Designer forms, you need to ask in the LiveCycle forum that deals with Desginer forms.

  • Flash still won't play files in Firefox 4, even with latest version 10

    Despite what a Firefox support article states, Adobe Flash will not play videos in Firefox 4, even after Flash has been upgraded to the most recent version of Flash 10 (10.3.181.14). That is because the problem is not with Flash, it is in fact a problem with Firefox 4 (what a surprise!). After trying all the useless suggestions here, I finally just went back to Firefox 3.16. Flash had always worked for me prior to switching to Firefox 4. Sure enough, no sooner did I go back to 3.16, Flash immediately began playing videos properly again. Same latest version of Flash, old version of Firefox equal proper video operation. Any version of Flash, Firefox 4 equals no videos play.

    I've upgraded from flash 10.0.45 to 11.2.202.235, using Synaptic.
    Then, when i saw it didn't work, i've returned to 10.0.45 and upgraded it to 11.2.202.233, no success.
    There is an screenshot from a Youtube page, as you can see the video doesn't work, even if i wait a few minutes...
    Screenshot from a Dailymotion page,

  • Problems with latest drivers for Audigy 2

    Here is my problem: I have tried several times to install the newest drivers. However my sound card doesn't install correctly. I dl'ed the drivers and the dvd-audio .exe thinking the dvd-audio is what I needed. It wasn't. The dvd-audio program gives me a error message saying no device is found. Going into the control panel --> sounds and audio settings, shows I have no device installed. Likewise in the device manager the little yellow "!" is there, and windows says multimedia audio controller, nothing more. However, if you try to install drivers, you will get a message saying drivers for the device are there, and will be uninstalled to continue installation. Um, what gives? Am I doing something wrong? The original drivers work and so do the beta AL drivers but the latest I can't get to work.... :smileyindifferent:

    The card should have come with a CD. Did you contact your supplier or the store where you got the card, to see if they have the CD for you?
    Cat

  • Cannot print-to-fax on HP Photosmart C7280 with latest drivers

    This machine used to have Tiger then got leopard installed. I installed the new HP drivers yesterday and reset the print system, then added the printer which prints just fine. Haven't tried scanning yet. My problem right now however, is Faxing. I have never been able to fax from any computer on two models of HP printers.
    I added the Fax printer by going to System Preferences->Print and Fax->More Printers, then selecting HP AiO Fax. It started showing as a (Fax) printer. I then went to the print options during a print and was able to add my recipient with the phone number. But after clicking "Send Fax", it got stuck in the print queue. Restarting it only flashes "Printing" for a bit then stops.
    All I want is to send a couple of faxes with the Fax printer I bought.. You'd think single recipient print-to-fax would be a typical QA use case.
    Anyway, I enabled debug logging on the cups daemon to reveal the following on /var/log/cups/error_log. I suspect that "unrecognized selector sent to instance" message. By the way, PrintJobMgr leaks like a sieve.
    D [14/Apr/2008:21:37:55 -0700] cupsdProcessIPPRequest: 17 status_code=0 (successful-ok)
    D [14/Apr/2008:21:37:55 -0700] [Job 1] sendJobProgressEvent: currentPage: 1 currentCopy: 1 currentSheet 1 percent: 100 isEndOfSheet:yes
    D [14/Apr/2008:21:37:55 -0700] Discarding unused job-progress event...
    D [14/Apr/2008:21:37:55 -0700] Discarding unused printer-state-changed event...
    D [14/Apr/2008:21:37:55 -0700] cupsdReadClient: 14 POST / HTTP/1.1
    D [14/Apr/2008:21:37:55 -0700] cupsdAuthorize: Authorized as david using AuthRef
    D [14/Apr/2008:21:37:55 -0700] Get-Printer-Attributes ipp://localhost/printers/PhotosmartC7200_series__024822
    D [14/Apr/2008:21:37:55 -0700] cupsdProcessIPPRequest: 14 status_code=0 (successful-ok)
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2008-04-14 21:37:55.909 PrintJobMgr[22234:10b] * _NSAutoreleaseNoPool(): Object 0x159110 of class NSCFString autoreleased with no pool in place - just leaking
    D [14/Apr/2008:21:37:55 -0700] [Job 1] Stack: (0x943c512f 0x942d1ec2 0x930c92f1 0x930c935d 0x930c93b1 0x930c7a4c 0x930c7b12 0x92fd7491 0x30bb2d 0x30203b 0x2fe7 0x2e034 0x59f4 0x6066 0x7698 0x3979 0x2552)
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2008-04-14 21:37:55.913 PrintJobMgr[22234:10b] * _NSAutoreleaseNoPool(): Object 0x134b20 of class NSCFString autoreleased with no pool in place - just leaking
    D [14/Apr/2008:21:37:55 -0700] [Job 1] Stack: (0x943c512f 0x942d1ec2 0x942dd02a 0x930c937d 0x930c93b1 0x930c7a4c 0x930c7b12 0x92fd7491 0x30bb2d 0x30203b 0x2fe7 0x2e034 0x59f4 0x6066 0x7698 0x3979 0x2552)
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2008-04-14 21:37:55.914 PrintJobMgr[22234:10b] * -[NSCFString count]: unrecognized selector sent to instance 0x121ac0
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2008-04-14 21:37:55.915 PrintJobMgr[22234:10b] * _NSAutoreleaseNoPool(): Object 0x12cd90 of class NSCFString autoreleased with no pool in place - just leaking
    D [14/Apr/2008:21:37:55 -0700] [Job 1] Stack: (0x943c512f 0x942d1ec2 0x930c92f1 0x930c935d 0x930c93f1 0x930c7a4c 0x930c7b12 0x92fd7491 0x30bb2d 0x30203b 0x2fe7 0x2e034 0x59f4 0x6066 0x7698 0x3979 0x2552)
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2008-04-14 21:37:55.916 PrintJobMgr[22234:10b] * _NSAutoreleaseNoPool(): Object 0x12c580 of class NSCFString autoreleased with no pool in place - just leaking
    D [14/Apr/2008:21:37:55 -0700] [Job 1] Stack: (0x943c512f 0x942d1ec2 0x942dd02a 0x930c937d 0x930c93f1 0x930c7a4c 0x930c7b12 0x92fd7491 0x30bb2d 0x30203b 0x2fe7 0x2e034 0x59f4 0x6066 0x7698 0x3979 0x2552)
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2008-04-14 21:37:55.917 PrintJobMgr[22234:10b] * _NSAutoreleaseNoPool(): Object 0x1348a0 of class NSCFString autoreleased with no pool in place - just leaking
    D [14/Apr/2008:21:37:55 -0700] [Job 1] Stack: (0x943c512f 0x942d1ec2 0x942dd02a 0x930c9412 0x930c7a4c 0x930c7b12 0x92fd7491 0x30bb2d 0x30203b 0x2fe7 0x2e034 0x59f4 0x6066 0x7698 0x3979 0x2552)
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2008-04-14 21:37:55.917 PrintJobMgr[22234:10b] * _NSAutoreleaseNoPool(): Object 0x126c20 of class NSException autoreleased with no pool in place - just leaking
    D [14/Apr/2008:21:37:55 -0700] [Job 1] Stack: (0x943c512f 0x942d1ec2 0x930c9442 0x930c7a4c 0x930c7b12 0x92fd7491 0x30bb2d 0x30203b 0x2fe7 0x2e034 0x59f4 0x6066 0x7698 0x3979 0x2552)
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2008-04-14 21:37:55.918 PrintJobMgr[22234:10b] * _NSAutoreleaseNoPool(): Object 0x162cb0 of class _NSCallStackArray autoreleased with no pool in place - just leaking
    D [14/Apr/2008:21:37:55 -0700] [Job 1] Stack: (0x943c512f 0x942d1ec2 0x9432ba58 0x930c224b 0x92cfb0fb 0x930c944a 0x930c7a4c 0x930c7b12 0x92fd7491 0x30bb2d 0x30203b 0x2fe7 0x2e034 0x59f4 0x6066 0x7698 0x3979 0x2552)
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2008-04-14 21:37:55.919 PrintJobMgr[22234:10b] * _NSAutoreleaseNoPool(): Object 0x12cb50 of class NSCFString autoreleased with no pool in place - just leaking
    D [14/Apr/2008:21:37:55 -0700] [Job 1] Stack: (0x943c512f 0x942d1ec2 0x942dd02a 0x930c21ce 0x92cfb0fb 0x930c944a 0x930c7a4c 0x930c7b12 0x92fd7491 0x30bb2d 0x30203b 0x2fe7 0x2e034 0x59f4 0x6066 0x7698 0x3979 0x2552)
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2008-04-14 21:37:55.919 PrintJobMgr[22234:10b] * _NSAutoreleaseNoPool(): Object 0x12be30 of class NSCFData autoreleased with no pool in place - just leaking
    D [14/Apr/2008:21:37:55 -0700] [Job 1] Stack: (0x943c512f 0x942d1ec2 0x942e62a5 0x942e5e81 0x930c21e2 0x92cfb0fb 0x930c944a 0x930c7a4c 0x930c7b12 0x92fd7491 0x30bb2d 0x30203b 0x2fe7 0x2e034 0x59f4 0x6066 0x7698 0x3979 0x2552)
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2008-04-14 21:37:55.920 PrintJobMgr[22234:10b] * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSCFString count]: unrecognized selector sent to instance 0x121ac0'
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2008-04-14 21:37:55.921 PrintJobMgr[22234:10b] Stack: (
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2467045963,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2463084795,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2467075146,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2467068492,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2467068690,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 2466083985,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 3193645,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 3153979,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 12263,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 188468,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 23028,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 24678,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 30360,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 14713,
    D [14/Apr/2008:21:37:55 -0700] [Job 1] 9554
    D [14/Apr/2008:21:37:55 -0700] [Job 1] )
    "HP Send Fax" from the device manager doesn't work either.

    Hi
    Can you try this.
    Download this HP SW driver from HP.com
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=4142&lc=en&cc=us&dlc=en&sw_lang=&product=4083...
    This is a mountain lion installer, currently there's no support for Mavericks. Just downlaod this.
    After you ahve downloaded, install the sw.
    When you reach the page below, try to check everything.
    Whne you reach this page,select the "Bonjour Multifunction" and in Use: select the the HP Officejet ******. Dont select AirPrint. You should see the HP Fax during this page. If dontsee the Fax, just wait for a while maybe 2mins. Update me if you dont. And continue the installation.
    After the installation, click "System Preferences" in the dock. Select Printers & Scanners, on this page you should see the Printers and Faxes of your printer.
    Please try it out and update me the outcome.

  • Ports aren't working in Windows 7 even with bootcamp drivers

         I installed bootcamp with Windows 7 Ultimate 64 bit and got the bootcamp drivers from Apple and installed them, but none of my ports work except for the disk drive, magsafe, ethernet, and headphone jacks however.  Firewire, and USB ports do not work, and I have no clue about the Thunderbolt or SD card slot but those don't matter.
         Can someone please link me to correct drivers to fix the issue or tell me what will fix it?

    I tried that first and it blue screened twice before it actually installed.  It got most things working like the volume and gesture support for the trackpad but the issue is still occurring.  If you can tell me which driver specifically goes to the USB ports that's in the bootcamp folder then I can assign it to that.

  • Cant sync to iTunes even with latest software

    Hi.
    I have an iPad Mini (1st gen) and i've updated it to iOS 7.0.4. Earlier today i want to sync music to my iPad but suddenly i realize. It wont work. My iTunes version is 11.1.3.8 (newest) I've tried rebooting and few other stuff i've read before. iOS 6 and iTunes 10 works perfectly.
    Note: when i connect my ipad to my pc it popped up "Trust this computer?" window and i press trust.

    It seems your music library was messed up. If the music have been synced on your iPhone once, then it's still possible to get it back with data recovery app. Below are the steps on how to recover your music from iPhone:
    1. Download and run iPhone recovery app
    2. Connect your iPhone to the computer
    3. From the menu bar, choose Recovery from iOS device
    3. The app will scan the lost music on your iPhone and display found items
    4. Select a local folder to store the music you'd like to recover
    App download and overview can be found out here. The good thing is that you can recover specific items as you want instead of recovering the whole device if you use iTunes or iCloud.
    The process takes a bit of time depending on how many files your iPhone currently has. It's good recovery app that i have used a couple of times to restore my lost contacts and photos.

  • Libumem complains on redzone violation in std::deque even with latest patch

    HW: e2900 (USIV+ cpus), 5.10 Generic_118833-24
    I've applied the latest libCstd patch 119963-08
    SW:
    CC +w -fast -erroff=hidef -V -PIC -mt -xtarget=ultra3 -xarch=v9a sunBugReportDeque.cc
    CC: Sun C++ 5.8 Patch 121017-08 2006/12/06
    cg: Sun Compiler Common 11 Patch 120760-11 2006/10/18
    The attached code fails, when running under libumem on said machine
    If I change the deque to a list, everything works smoothly, suggesting there is still something fishy inside the deque allocate/deallocate functions. I could not reproduce the fault on my (single-CPU) workstation, but on the 2900 it crashes immediately.
    // file: sunBugReportDeque.cc
    #ifndef DEPEND
    #include <deque>
    #include <exception>
    #include <functional>
    #include <iostream>
    #include <list>
    #include <sstream>
    #include <stdexcept>
    #include <stdio.h>     // sprintf
    #include <synch.h>
    #include <sys/errno.h> // ETIME
    #include <sys/time.h>  // gettimeofday
    #include <thread.h>
    #include <time.h>
    #include <unistd.h>
    #include <vector>
    #endif
    using namespace std;
    #define ENSURE(expr) do { int rc = expr ; \
            if (rc != 0) \
                char buf[800]; \
                snprintf(buf, sizeof(buf), "%s: unexpected rc: %d", #expr, rc); \
                buf[sizeof(buf)-1] = '\0';  \
                throw std::logic_error(buf);\
        } while(0)
    /** A simple mutex implementation. */
    class Mutex
        friend class Condition; // needs access to my mutex
    public:
        Mutex() {
            ENSURE(::mutex_init(&_impl, 0, 0));
         * Destructor.
        ~Mutex() {
            ENSURE(::mutex_destroy(&_impl));
        void acquire() {
            ENSURE(::mutex_lock(&_impl));
        void acquireRead() { this->acquire(); }
        void acquireWrite() { this->acquire(); }
        void release() {
            ENSURE(::mutex_unlock(&_impl));
        void releaseRead() { this->release(); }
        void releaseWrite() { this->release(); }
        inline bool tryAcquire();
        bool tryAcquireRead() { return this->tryAcquire(); }
        bool tryAcquireWrite() { return this->tryAcquire(); }
    private:
        mutex_t _impl;
    bool
    Mutex::tryAcquire()
      while(true) {
        int rc = ::mutex_trylock(&_impl);
        switch (rc)
        case 0: // ok, we got it...
            return true;
        case EBUSY: // nope, it was already taken...
            return false;
        case EINTR: // fork or signal, try again...
            continue;
        case EINVAL: // The rest is faults, should not happend...
        case EFAULT:
            throw std::invalid_argument("Internal error, illegal adress");
        default:
            char msg[800];
            ::sprintf(msg, "::mutex_trylock: Unrecognized rc: %d", rc);
            throw std::logic_error(msg);
    /** A simple condition variable implementation. */
    class Condition
    public:
        enum WaitStatus { TIMEOUT, SIGNALED };
        Condition(Mutex &m) : _m(m) { ENSURE(::cond_init(&_impl, 0, 0)); }
        ~Condition() { ENSURE(::cond_destroy(&_impl)); }
        void signal() { ENSURE(::cond_signal(&_impl)); }
        void signalAll() { ENSURE(::cond_broadcast(&_impl)); }
        inline void wait();
        inline WaitStatus wait(unsigned long ms);
    private:
        Condition(const Condition&);
        const Condition& operator=(const Condition&);
        cond_t _impl;
        Mutex &_m;
    void
    Condition::wait()
        while(true) {
            int rc = ::cond_wait(&_impl, &_m._impl);
            switch (rc)
            case 0: // NoOp, all is well...
                return;
            case EFAULT:
                throw std::invalid_argument("Internal error, illegal adress");
            case EINTR: // fork or signal, we should still be sleeping
                continue;
            default:
                char msg[50];
                sprintf(msg, "::cond_wait: Unrecognized rc: %d", rc);
                throw std::logic_error(msg);
    Condition::WaitStatus
    Condition::wait(unsigned long millis)
        struct timeval tp;
        timestruc_t to;
        if(gettimeofday(&tp, 0))
        { // failed, use time() instead
            to.tv_sec  = ::time(NULL) + millis / 1000;
            to.tv_nsec = (millis % 1000) * 1000000; // 1e6 nanos-per-milli
        else
        { // Ok, calculate when to wake up..
            to.tv_sec  = tp.tv_sec + millis/1000;
            to.tv_nsec = tp.tv_usec*1000 + (millis%1000)*1000000;
            if(to.tv_nsec >= 1000000000)
                to.tv_nsec -= 1000000000;
                to.tv_sec++;
        while(true) {
            int rc = ::cond_timedwait(&_impl, &_m._impl, &to);
            switch (rc)
            case 0: // NoOp, all is well... Someone told ut to wake up before timeout...
                return SIGNALED;
            case EFAULT:
                throw std::invalid_argument("Internal error, illegal adress");
            case EINTR: // fork or signal, we should still be sleeping
                continue;
            case ETIME:
            case ETIMEDOUT:
                return TIMEOUT;
            default:
                char msg[50];
                sprintf(msg, "::cond_timedwait: Unrecognized rc: %d", rc);
                throw std::logic_error(msg);
    /** Suitable for grabbing a mutex exclusively. The mutex will be
    * released when the object dies.
    template <class Lock>
    class Guard
    public:
        Guard(Lock &l) : _l(l) { _l.acquire(); }
        ~Guard() { _l.release(); }
    private:
        Guard(const Guard&);
        const Guard& operator=(const Guard&);
        Lock &_l;
    class Timer
    public:
        Timer() : _cond(_mutex), _isCancelled(false) { }
        ~Timer() { }
        /** Sleeps the specified no of secs, or until the timer is cancelled. */
        inline void sleep(const int millis);
        /** Cancels the timer. Ongoing sleeps will wakeup, new ones will not block.
        inline void cancel();
        inline bool isCancelled();
    protected:
    private:
        Timer(const Timer& aTimer);
        Timer& operator=(const Timer& aTimer);
        Mutex     _mutex;
        Condition _cond;
        bool         _isCancelled;
    void Timer::sleep(const int millis)
        Guard<Mutex> lock(_mutex);
        if (! _isCancelled)  // only wait one turn
            _cond.wait(millis);
    void Timer::cancel()
        Guard<Mutex> lock(_mutex);
        _isCancelled = true;
        _cond.signalAll();
    bool Timer::isCancelled()
        Guard<Mutex> lock(_mutex);
        return _isCancelled;
    // shouldn't this be available in STL somewhere???
    template <class T>
    struct Predicate : public std::unary_function<T, bool>
        virtual bool operator()(const T &x) const = 0;
    /** A simple Producer Consumer Queue implementation. */
    template <class T>
    class PCQueue
    public:
        PCQueue(size_t aMaxLenght)
                : myMaxlength(aMaxLenght),
                  myQNotEmpty(myQLock),
                  myQNotFull(myQLock){ }
        void push(const T& aT);
        bool tryPush(const T& aT);
        T pop();
        bool tryPop(T& retVal, const unsigned int millis = 0);
        size_t size() const;
        bool isFull() const;
         * Atomically purges (removes) the FIRST element for which the supplied
         * predicate returns true.
        bool purge(const Predicate<T>& pred, T& theItem);
    protected:
    private:
        typedef Guard<Mutex> MutexGuard;
        std::deque<T>        myQueue;
        mutable Mutex        myQLock;
        Condition            myQNotEmpty;
        Condition            myQNotFull;
        size_t               myMaxlength;
    template <class T>
    size_t PCQueue<T>::size() const
        MutexGuard g(myQLock);
        return myQueue.size();
    template <class T>
    void PCQueue<T>::push(const T& aT)
        MutexGuard g(myQLock);
        while (myMaxlength && myQueue.size() >= myMaxlength)
            myQNotFull.wait();
        myQueue.push_back(aT);
        myQNotEmpty.signal();
    template <class T>
    bool PCQueue<T>::tryPush(const T& aT)
        MutexGuard g(myQLock);
        while (myMaxlength && myQueue.size() >= myMaxlength)
            return false;
        myQueue.push_back(aT);
        myQNotEmpty.signal();
        return true;
    template <class T>
    T PCQueue<T>::pop()
        MutexGuard g(myQLock);
        T entry;
        while (myQueue.empty())
            myQNotEmpty.wait();
        entry = myQueue.front();
        myQueue.pop_front();
        myQNotFull.signal();
        return entry;
    template <class T>
    bool PCQueue<T>::tryPop(T& retVal, const unsigned int millis)
        MutexGuard g(myQLock);
        long long start = ::gethrtime();
        long remainder = millis;
        while (remainder > 0 && myQueue.empty())
            myQNotEmpty.wait(remainder);
            remainder = millis - (long)((::gethrtime() - start) / 1000000LL);
        if (myQueue.empty())  // timed out
            return false;
        retVal = myQueue.front();
        myQueue.pop_front();
        myQNotFull.signal();
        return true;
    template <class T>
    bool PCQueue<T>::isFull() const
        MutexGuard g(myQLock);
        if (myMaxlength == 0) // No limit on the queue
            return false;
        return (myQueue.size() >= myMaxlength) ? true : false;
    template <class T>
    bool PCQueue<T>::purge(const Predicate<T> &pred, T& theItem)
        MutexGuard g(myQLock);
        for (std::deque<T>::iterator i = myQueue.begin(); i != myQueue.end(); ++i)
            if (pred(*i))
                theItem = *i;
                myQueue.erase(i);
                myQNotFull.signal();
                return true;
        return false;
    struct fifthBitSet : public Predicate<hrtime_t *>
        bool operator()(hrtime_t * const &i) const { return (bool) ((*i) & (0x1L << 4)); }
    class StressTest
    public:
        StressTest(int consumers, int producers);
        ~StressTest();
        void start();
        void stop();
        void sleep(int seconds) { timer_.sleep(seconds * 1000); }
    private:
        void consume();
        void produce();
        static void * consumer(void *arg);
        static void * producer(void *arg);
        static void joinThread(thread_t tid);
        Timer         timer_;
        PCQueue<hrtime_t*> queue_;
        vector<thread_t> consumers_;
        vector<thread_t> producers_;
    StressTest::StressTest(int c, int p) : queue_(501), consumers_(c, 0L), producers_(p, 0L)
    StressTest::~StressTest()
        hrtime_t *val = NULL;
        while (queue_.tryPop(val, 0))
            delete val;
    void
    StressTest::joinThread(thread_t tid)
        void * status;
        int rc =  thr_join(tid,
                           NULL,
                           &status);
        if (rc != 0)
            char buf[80];
            snprintf(buf, sizeof(buf), "thr_join: unexpected rc: %d", rc);
            throw std::logic_error(buf);
    void
    StressTest::start()
        for (int i = 0; i < consumers_.size(); ++i)
            thread_t tid = 0L;
            thr_create(NULL, NULL, &consumer, this, NULL, &tid);
            consumers_ = tid;
    for (int i = 0; i < producers_.size(); ++i)
    thread_t tid = 0L;
    thr_create(NULL, NULL, &producer, this, NULL, &tid);
    producers_[i] = tid;
    void
    StressTest::stop()
    timer_.cancel();
    for (int i = 0; i < consumers_.size(); ++i)
    queue_.push(NULL);
    for_each(producers_.begin(), producers_.end(), joinThread);
    for_each(consumers_.begin(), consumers_.end(), joinThread);
    void *
    StressTest::consumer(void *arg)
    StressTest * test = reinterpret_cast<StressTest *>(arg);
    test->consume();
    return NULL;
    void *
    StressTest::producer(void *arg)
    StressTest * test = reinterpret_cast<StressTest *>(arg);
    test->produce();
    return NULL;
    void
    StressTest::consume()
    while (! timer_.isCancelled())
    hrtime_t *ptime = queue_.pop();
    while (ptime != NULL)
    hrtime_t now = ::gethrtime();
    if((now - *ptime) > 1000000000)
    ostringstream os;
    os << "Too old request: " << ((double)(now - *ptime)) / 1.0e9 << endl;
    cerr << os.str() << flush;
    delete ptime;
    ptime = queue_.pop();
    void
    StressTest::produce()
    while (! timer_.isCancelled())
    hrtime_t *pnow = new hrtime_t;
    *pnow = ::gethrtime();
    bool qIsFull = ! queue_.tryPush(pnow);
    while (qIsFull)
    hrtime_t *pToRemove = NULL;
    if (queue_.purge(fifthBitSet(), pToRemove) == false)
    ostringstream os;
    os << "Queue full, failed to make room, rejected call:" << *pnow << endl;
    cerr << os.str() << flush;
    delete pnow;
    return;
    if (pToRemove)
    ostringstream os;
    os << "Queue full, removed 1 item: " << *pToRemove << endl;
    cerr << os.str() << flush;
    delete pToRemove;
    qIsFull = ! queue_.tryPush(pnow);
    int
    main(const int argc, char *argv[])
    StressTest test(atoi(argv[1]), atoi(argv[2]));
    test.start();
    test.sleep(atoi(argv[3]));
    test.stop();
    Message was edited by:
    anderso
    Forgot to include the libumem log:
    %>env | fgrep UMEM
    UMEM_DEBUG=default,verbose
    UMEM_LOGGING=transaction,contents,fail
    %>(setenv LD_PRELOAD /usr/lib/64/libumem.so ; ./a.out 8 8 400)
    umem allocator: redzone violation: write past end of buffer
    buffer=1007c3aa0 bufctl=1007c81f0 cache: umem_alloc_48
    previous transaction on buffer 1007c3aa0:
    thread=d time=T-0.000430640 slab=100799e10 cache: umem_alloc_48
    libumem.so.1'?? (0xffffffff7f216278)
    libumem.so.1'?? (0xffffffff7f2166d0)
    libumem.so.1'?? (0xffffffff7f2130ec)
    libCrun.so.1'?? (0xffffffff7ec08810)
    a.out'?? (0x100006df4)
    a.out'?? (0x1000046ec)
    a.out'?? (0x100003c04)
    libc.so.1'?? (0xffffffff7e7cd2f8)
    umem: heap corruption detected
    stack trace:
    libumem.so.1'?? (0xffffffff7f21471c)
    libumem.so.1'?? (0xffffffff7f213574)
    libCrun.so.1'?? (0xffffffff7ec0786c)
    a.out'?? (0x100006e70)
    a.out'?? (0x1000046ec)
    a.out'?? (0x100003c04)
    libc.so.1'?? (0xffffffff7e7cd2f8)
    Abort (core dumped)
    %>mdb core
    > ::umem_verify
    Cache Name Addr Cache Integrity
    umem_magazine_1 100720028 clean
    umem_magazine_3 100722028 clean
    umem_magazine_7 100724028 clean
    umem_magazine_15 100728028 clean
    umem_magazine_31 10072a028 clean
    umem_magazine_47 10072c028 clean
    umem_magazine_63 100730028 clean
    umem_magazine_95 100732028 clean
    umem_magazine_143 100734028 clean
    umem_slab_cache 100738028 clean
    umem_bufctl_cache 10073a028 clean
    umem_bufctl_audit_cache 10073c028 clean
    umem_alloc_8 100742028 clean
    umem_alloc_16 100748028 clean
    umem_alloc_32 10074a028 clean
    umem_alloc_48 10074c028 1 corrupt buffer
    umem_alloc_64 100750028 clean
    10074c028::umem_verifySummary for cache 'umem_alloc_48'
    buffer 1007c3aa0 (allocated) has a corrupt redzone size encoding

    This issue has been filed as bug 6514832, and will be visible at bugs.sun.com in a day or two.

  • Audigy 2 - No Sound after reinstall with latest drivers

    I have reinstalled my harddri've and as part of that had to reinstall my soundcard (Audigy2). This is an old Dell system for the kids to play around with. However I can't get it to work. Initially the Audio console kept defaulting to Headphones. I have clicked off the sync with Windows and now both are on 5., but still no sound.
    No conflicts or anything, speakers are connected (and always worked well before this), not set to digital output,
    Any idea anybody?

    PieterVL,
    Is this a Dell OEM card? Do you have an installation CD for it's If so, did you cancel out of installing the Windows driver and install the driver from the CD?

Maybe you are looking for

  • 5.1 Sound Sys

    I have an old Creative 5. speakers and the Creative sound blaster li've sound card. Recently I'm thinking of changing to a new sound card. To what extecd? or Which sound card I can use for my old 5. speakers? Please advise. Thank you. Eric

  • My backup sync seems to have been erased, and i didnt use 'clear sync data', how can i recover my sync or see my sync bookmarks?

    I recently formated my computer, and reinstalled Firefox. I used the Sync feature, and selected the option "Replace all data on this computer with my sync data". However, nothing happened, and my quota ( i only checked later) seem to be an unusual si

  • HT2688 how do i add a song from a shared library?

    How do I share a song from my library to a shared library?

  • OSB cluster --reading a writing into a file

    Dear All, I have a requirement in which my first OSB service s writing into a file(In a clustered environment).So in this case some of the files are being written in managed_server1 while some of the files are getting written in managed_server2. My s

  • SAP SD Pricing

    we have custom made pricing procedure. In first step ZPRS(copy of VPRS) and in the next step ZR00( copy of PR00). ZPRS comes from the material master data. ZR00 is manually entered. If both of them has some condition value , then ZPRS become inactive