G5 not reading DVD-R and some CD-R

A while ago my G5 stopped reading DVD-Rs (it still reads regular DVDs) and now it doesn't read all CD-Rs. It still burns all types ok.
What could be the problem?

I am having the same issue, so any help with be great!
I burn cr2 and xmp image files onto DVD's for storage. I have done this for years without problems, but now I am having a strange issue.
I insert the blank DVD drag and drop my photos using the finder and burn. After the job is complete I can open the DVD and see the images. However, if I eject the dvd and reinsert it the drive will not recognize the dvd and pops it back out without reading it. I can take the dvd and put it in my windows pc and it reads correctly. This has been happening for several weeks now.

Similar Messages

  • Firefox can not read Hotmail messages and some other program input fields (Hotmail OK if add-ons disbled)

    Yesterday Hotmail was fine under Firefoax, today messages cannot be opened, cannot access bank account customer number, cannot enter text into comments section in newspaper. Can access Hotmail and newspaper comments on Opera. But I can access Hotmail on Firefox if I start up with add-ons disabled option, but when disable all add-ons individually on Firefox normal access, it's back to not working again. Have also gone back 4 updates on Windows Vista Home Basic and disabled the excellent Rapport bank security. Tried to disable Foxit reader previously (as older posts advised) and no difference. Any ideas ?, In the meantime will keep Opera open for Hotmail and try access bank tomorrow. Thanks all.

    Thanks Jcher2000 and cor-el for your suggestions, I think have solved the mystery, Firefox add-ons were all ok, but EXTENSIONS contained a program called Price-Peep which has caused the problem. Solved by elimination;
    Shut down ALL Add-ons AND extensions, Hotmail worked, re-introduced all Add-ONs, one at a time, all worked OK, then did the same with extensions, worked down the list and, at the second to last (how unusual), Hotmail stopped working with Pricepeep enabled, then restarted with it Ppee disabled, checked the last program and all still working in Hotmail. I have just looked at the Pricepeep site and I think it was added when I took delivery of a spare webcam which didn't have software so downloaded software from the web (cannot check back site as have cleared all history caches in sorting this mes) so ise people NOT to agree to download this crap. Just emailed the idiots )© 2012 Verti Technology Group). Now, how do I report this to Mozilla and Hotmail ?... Thanks folks, from a very pissed off person in France...Colin.

  • My DVD drive not reading DVDs, but can read some DVDs with data on it. Device manager shows no error

    My DVD drive not reading DVDs, but can read some DVDs with data on it. Device manager shows no errors.
    I tried to reinstall driver.
    I downloaded new codec
    I tried Microsoft FIX IT
     Nothing worked.
    Need some help.
    Thank you!!
    Paul

    Hi Albos, This is a known problem. These superdrives die after a while. See the various threads on this site and the internet. I have the same problem with my Imac 20" 2.16 ghz. Just wants to burn and read cd's. Its has to do with the laser. For DVD an CD are two different laser and the one for DVD's has probably died in yours (as it did in mine). I bought an external LG burner and problem solved. (And a lot cheaper than replacing the superdrive)
    Hope this helps you.
    Robert

  • HP dv6 DVD drive not reading DVD's

    Hi, my HP dv6 is currently running windows 7 and for some reason it will not read DVD's. It will read CD's just fine no matter what's on them. I've tried to uninstall and reinstall the driver and find other sollutions and so far nothing has worked. Please help.
    This question was solved.
    View Solution.

    Please give us the full model number....dv6-xxxx? An optical drive has more than one laser and sometimes the CD laser is fine but the DVD laser is bad and the only way to fix that is to replace the drive. Are you still under warranty? The only other thing you can try is a dvd laser cleaner disk like this:
    http://www.radioshack.com/product/index.jsp?productId=2361964&utm_source=Google&utm_medium=PPC&utm_t...
    This would be a long shot but might work.

  • Not Reading DVDs

    I purchased my Mini in May '06. Overall, I have been pretty pleased as this is my first Mac. However, I have experienced sporatic episodes where it will stop reading commercial DVDs.
    For the past three days, every time I put in a DVD, it is opened in the Finder and is read as a DVD-R. The DVD player application cannot read the disc and notes that it is unsupported media.
    I have tried several (8 different) movies and a whole season of Friends, which I was watching the day before. The only system change since this most recent episode of not reading DVDs was an update to MS Office. I have also tried several restarts, including unplugging everything.
    Any suggestions would be appreciated. Thanks!
    Also, it is worth noting that this is not the first time that the disc drive has refused to read a DVD. This is the longest amount of time that it has not worked though. Overall, it seems a little unreliable.
    Mini   Mac OS X (10.4.8)  

    There are a number of other things you might find useful to know of course. Some such are:
    Cache files: MacOS, like Windows, uses caching technology a great deal to help the operating system run quickly and smoothly. basically it saves commonly used pieces of code or data in temporary cache files so it can quickly fetch them as needed, in rather the same way that a web browser will store temporary caches to help 'accelerate' browsing.
    As long as the cache files work correctly, the system will run well - but sometimes for a variety of reasons one or more of these files will get damaged, and as a result, the system will behave oddly or crash. Sometimes the system will continue to run, but seem to run slower and slower. The solution is to purge the cache file(s) concerned, though since there's no easy way to tell which cache file is which, it's generally easier to remove them all in one go with an application such as OnyX or YASU (my favourite to recommend is the latter of those two because it doesn't give inexperienced users the option to do things that might otherwise cause more problems than they solve).
    Prebinding: In MacOS, applications can be very complex things - the 'executable' part of the software often being only part of what makes the application run. Others are 'library' files (.dlls to our Windows brothers and sisters) which and liked to the application. The process by which the application itself and it's linked libraries know each other and connect together is called 'prebinding' - sort of like a map that shows MacOS which bits connect to what. Prebinding is done automatically when your system is first set up and when every major install or update is done. If you see a message saying 'optimizing system' when installing something, that's the system prebinding. Installing software and updates can cause prebinding to go wrong however, and when it does, the system will run OK, except that applications will generally seem sluggish and may pause for lengthy periods for no apparent reason (caused by having to search for the correct linked libraries). If you experience such a think, you can update prebinding manually, again using such software as YASU.
    Cron Scripts: MacOS is built on a UNIX core, and like all UNIX flavours, it is designed as 'server environment'. As such, it was really designed and anticipated that it would run 24/7. Because of this, there are some routine maintenance tasks that are designed to run overnight, once a day, once a week and once a month. These are not at all critical tasks, and really only involve trimming old log file entries and the like, but without the maintenance tasks running every now and then, the log files can get large and slow the system down as entries are tagged onto the end. You can manually run the cron scripts that perform these routine maintenance tasks, again using a utility such as YASU.
    Plists: MacOS uses a series of 'property list' files, linked to applications and the core elements of MacOS itself to set preferences, configurations and the manner in which things operate and run. You'll find many of these in places such as your user/library. There are circumstances where oner or more of these can get corrupted, and the application, or part of MacOS concerned, will misbehave. You can check for bad plist files using a utility called Preferential Treatment. This examines plists that relate to your account only, and also to the system as a whole, and can tell you which, if any, are faulty and remove them so the system automatically can then create a new one.
    Misbehaving systems: MacOS is generally well behaved, but when it does go wrong, it can be a problem to find out how and why. Activity Monitor (in applications/utilities) can often show you what the system is actually doing, but it can be difficult to watch because there's so much information. A neat utility called MenuMeters allows you to put simple indicators of system activity on the menu bar up by the clock. Network and hard drive activity, memory use, 'paging' (the reading and writing of temporary data to the hard drive), and CPU load are all visible, so you can see at a glance what, if anything, your Mac is doing when it seems not to be working as expected.
    It is really not necessary to run any routine maintenance on your Mac do do any of the above - or not at all frequently, but a copy of a utility such as YASU, and Preferential Treatment, and a simple monitoring tool such as MenuMeters can be invaluable in dealing with, or at least analyzing, issues as they arise.
    All the above can be downloaded from www.versiontracker.com if you wish.

  • Dvd drive does not read dvds

    my laptop does not read dvd disks but its able to read some cd disks.
    what should i do

    Are there any discs that it can read?
    Try looking at this article.
    What can I do if my CD or DVD drive doesn't work properly?
    - Peter

  • Internal Microphone not working with Quicktime and some other apps, yet it does for Skype.

    Internal Microphone not working with Quicktime and some other apps, yet it does for Skype. 
    Microphone works fine with Quictime on another mac, so I do know how to use it. The one where it is not working (A) had an external microphone and camera attached earlier, and indeed it does work with that external microphone, but not with the internal microphone selected; and (B) had RealPlayer installed previously.
    Any suggestions, please?

    Hi,
    Download Audio driver from here.
    Intructions how to install it in Vista/Win7.
    Extract this driver with Winrar.
    Open Device manager and expand the Sound, video and game controllers section.
    Right click on Either the High Definition Audio Device if you have the generic Microsoft drivers, or the Conexant High Definition SmartAudio 221 if you have older Conexant drivers and choose "Update Driver Software..."
    Click Browse my computer for driver software, then click "Let me pick from a list of device drivers on my computer"
    Click "Have Disk..." then Browse to the folder where the drivers were extracted  .......\V64 for 64-bit Vista/Win7. Click OK.
    Select one of the "Conexant High Definition SmartAudio 221" models in the list, there will be multiple identical entries.
    Click Next, and you're done.
    I'm not sure which one from the list will work for You.
    This drivers weren't test. So if You will try them and it will work for You let us now about.
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

  • Hello guys my i phone touch is not working on edges and some touch problem and it is not taking too much time too respond it is purshecd in kuwait can i get replace in india

    hello guys my i phone touch is not working on edges and some touch problem and it is not taking too much time too respond it is purshecd in kuwait can i get replace in india it is i phone 4s

    saikumar3 wrote:
    ...it is purshecd in kuwait can i get replace in india it is i phone 4s
    No, warranty is not International and is only valid in country of purchase.

  • After BIOS update DVD driver do not read DVDs anymore - Sat A80

    Hi,
    I have a Satellite A80-131 and after bios update (last version 2.5) by windows procedure update, my DVD drive do not read DVD medias anymore. It is possible to read CD medias, but not DVD one.
    Can I reinstall the old bios? Can I reinstall the firmware?
    Thanks
    Ronai Lisboa

    Hi Ronai
    Like Jimi has said in the posting above. It's very unusual that after BIOS updating the DVD drive hasn't read the DVDs.
    Furthermore it's not advisable to use any 3rd party applications to DOWNGRADE the BIOS. Usually only the ASP can downgrade the BIOS. Such procedures are very serious and the wrong procedure can damage the motherboard.
    However, it's nice that you have solved the problem and that the drive works properly.
    Thanks for the feedback.

  • MBP i5 does not read DVD

    Hi there ,
    my new MPB does not read DVD´s which have been burnt by others than my Computer (MBP). It alway states that the dvd is empty, which is not true.
    Can anybody help or do I have use my apple care protection plan?
    DVD´s that I have burnt myself work well......
    Thank you very much for your help!
    Oliver

    thank you for your reply. the problem is, that, when using any other pc than a mac, it will read the dvd.
    I just connected an external transcend dvd drive with the same dvd that worked with a pc and my MBP still says "empty dvd without title" (translated from German to English).
    I do not understand why it does not work with the mac....
    do you have another hint?
    thank you.
    kind regards.

  • HP Pavilion 15-n031se Notebook PC-HP CDDVDW SU-208CB READ CD BUT NOT READ DVD.

    MY dvd rw drive read cds but not read dvds.it is happen suddenly when i am trying to read an dvd with read error.i am tried every solution recoverd pc to its factory condition but it will not help.could i need to replace this dvd rw drive or it will be fix?

    Hello @ahmadhaseeb31,
    Welcome to the HP Forums, I hope you enjoy your experience! 
    I have read your post on how your notebook is not able to read DVDs, but can read CDs, and I would be happy to assist you in this matter!
    In terms of the type of DVD that can be played on your computer, is it able to read DL (Dual Layered) or SL (Single Layered) discs? Do the DVDs that you have tried on your notebook work on a separate DVD player or another computer? I would also encourage you to post which operating system you are using; and whether your operating system is 32 or 64 bit. The more information you can provide, the better!
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please re-post with the necessary information, this way I will be able to research this further for you. I look forward to your reply!
    Cheers!
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • After installing lion my superdrive does not read dvds

    After the genious bar  installed lion my superdrive does not read dvds. I put in the dvds and the drive churns for a bout 3 minutes and the spits out the dvds full of scratches.
    I have read online that other people have had similar problems with lion.
    Is there fix for this? or does anyone know if apple care covers this?

    Zap the PRAM and Reset the SMC, then try loading a DVD again.

  • Tecra 8200: drive will not read DVD-R or DVD+RW

    I have a Tecra 8200 running on Win98.
    It has an SD-R2002 Rev A combo drive with firmware 1324.
    It reads commercial DVDs OK, but will not read DVD-R or DVD+RW (booktype set to DVD-ROM) disks (I don't have any other types to try).
    Is this correct or is the drive faulty?
    If it is broken I would like to replace it with a DVD writer. Is there a writer that will fit this laptop?

    The drive is not faulty. It is just DVD-CDRW drive, as Gipsy said.
    I didnt find any info about compatible DVD burner for this unit. Problem is that this unit has no firewire or USB 2.0 ports and you can not even use external one. Maybe if you use USB 2.0 PCMCIA card.
    The unit is about 5 or even 6 years old and you maybe expect too much. ;)

  • I am trying to import cr2files from the camera into lightroom 5 and keep getting an error message saying Lightroom can not read the files and therefore will not import them.  Has anyone had a similar problem-.thanks

    I am trying to import cr2files from the camera into lightroom 5 and keep getting an error message saying Lightroom can not read the files and therefore will not import them.  Has anyone had a similar problem….thanks

    If you are having the same problem, i.e. a disk permission problem, open your favorite search engine and search on, "change disk permissions", and I think you'll find plenty of information on how to fix the problem. This is a Lightroom forum. Your problem is with your operating system. There is no sense in rewriting instructions that are already available if you do a simple search.

  • My external Iomega DVD drive does not read DVDs. Why?

    My external Iomega DVD drive does not read DVDs. Why?

    what does this question have to do with a mac?  post in the Iomega fourms.

Maybe you are looking for

  • Graphics Card for Mac Pro 3,1 (Early 2008)

    Hello all, I'm finally in the market to purchase a graphics card this faithful sidekick for gaming-related reasons. But, there are a few things I'd like to know before I really get elbow-deep in researching to find the perfect one for the price. Firs

  • Rescue email and security questions.

    I no longer have access to my rescue email and cannot remember my security question answers. How on earth do I access my account?

  • Possible problems receiving international email?

    I have a client whose current hosting provider has trouble receiving emails from outside the US. It seems that they either bounce back or show up as undeliverable. I'm discussing moving his site to Business Catalyst (as well as building a new site fo

  • IDVD closes itself at the theme screen

    I just bought a MacBook earlier this week, and everything seems to work fine. Exept for iDVD that is: When i start iDVD (7.0.2) for the first time, it starts normal until i try to insert a movie, then iDVD closes itself. When i then try to start iDVD

  • As of today, I cant read my yahoo mail w/firefox 18.

    I have Windows XP SP-3 installed with Firefox-18. As of today, firefox will not open my yahoo email files. IE and Chrome work just fine opening my yahoo emails. When I click on an unread yahoo email, nothing happens. it just stalls. Sincerely, Steve