Can't burn cd's since upgrade to 7.0

This is driving me nuts. I have done everything. I backed up my library. Tried deleting Itunes and downloading version 6.4 and it won't let me saying there is another later version being recognized. I had no problem before and now I can't copy my cd's to Itunes and I can't burn cd's. Could my burner have been corrupted? This has been going on for months and I don't know what to do.
HELP!
HP a610e Windows ME

Sorry this took so long to reply...I have been away.
Here goes
Microsoft Windows XP Professional Service Pack 2 (Build 2600)
HP Pavilion 061 D7223J-ABA A610E
iTunes 7.0.2.16
CD Driver 2.0.6.1
CD Driver DLL 2.0.6.1
LowerFilters: ASAPIW2k (6.0.0.1), PxHelp20 (2.0.0.0), Iviaspi (1.0.0.0), Pfc (2.5.0.204), AFS2K (3.1.20.0),
UpperFilters: GEARAspiWDM (2.0.6.1), InCDPass (4.3.14.1), incdrm (4.3.14.1),
Video Driver: VIA/S3G UniChrome IGP \VIA/S3G UniChrome IGP
IDE\DiskWDCWD1600BB-22FTA0____________________15.05R15, Bus Type ATA, Bus Address [0,0]
USBSTOR\DiskGenericUSB_CF_Reader__1.01, Bus Type USB
USBSTOR\DiskGenericUSB_MS_Reader__1.03, Bus Type USB
USBSTOR\DiskGenericUSB_SD_Reader__1.00, Bus Type USB
USBSTOR\DiskGenericUSB_SM_Reader__1.02, Bus Type USB
IDE\CdRomHPDVD_Writer_400c______________________HH26___, Bus Type ATA, Bus Address [0,0]
If you have multiple drives on the same IDE or SCSI bus, these drives may interfere with each other.
Some computers need an update to the ATA or IDE bus driver, or Intel chipset. If iTunes has problems recognizing CDs or hanging or crashing while importing or burning CDs, check the support site for the manufacturer of your computer or motherboard.
Current user is an administrator.
E: HP DVD Writer 400c, Rev HH26
Unclosed disc in the drive.
Get drive speed succeeded.
The drive CDR speeds are: 8 12 16 24.
The drive CDRW speeds are: 8.
The drive DVDR speeds are: 8.
The drive DVDRW speeds are: 8.
The last failed audio CD burn had error code 4450(0x00001162). It happened on drive E: HP DVD Writer 400c on CDR media at speed 24X.

Similar Messages

  • Can't Print PDF Files Since Upgrade

    Can't print existing PDFfiles since upgrading to Reader 10 or?. Getting error message..."Prop Res DLL not loaded". What to do?

    Reinstall or update your printer driver.

  • Can someone tell me why, since upgrading to Yosemite, I keep getting a message window saying "Another device on the network  is using your computer's IP address?"

    Can someone tell me why, since upgrading to Yosemite, I keep getting a message window saying "Another device on the network  is using your computer's IP address?"

    That may be what is a fairly common problem of 2 devices mistakenly assigned the same address. Try shutting off all of the devices connected to your router, reboot the router and then the devices connected to it.

  • I can't get my email since upgrading to ios5. Please help.

    I can't get email on my iPhone, iPad and iMac since upgrading to iOS 5. I can send emails, but can't receive incoming mail.

    Ok... I just tried connecting my iPod directly to a USB port on the computer rather than via the USB hub I was using and everything is fine. Odd, but I'm happy now.
    Thanks,
    Evan

  • I can't use dual monitors since upgrading to Lion

    I use my HD TV as a second monitor for streaming movies etc.  Since upgrading to Lion, I can only use one monitor at a time.  Is anyone else having this problem?
    Thanks

    Yes, the blanking of secondary monitors is an issue.
    In fact, it is the reason why I went back to Snow Leopard on my 3-screen iMac
    I encourage you to contact Apple with feedback
    I have taken the following actions:-
    Provided feedback to Apple viahttp://www.apple.com/feedback/aperture.html
    Provided feedback to Apple viahttp://www.apple.com/feedback/macosx.html
    Submitted a bug/enhancement request via my free Apple Developer account
    Written to pretty much every mainstream Mac publication
    Encouraged every poster, like yourself, to raise this with Apple in your own words
    Next week, I will call Apple Support under the AppleCare agreement for my iMac
    Please give them feedback, and we might get this silly design decision changed.

  • Can't start xbmc.service since upgrade to xbmc 12.3-10

    Hi,
    I normally start xbmc via a service file and do not use a login manager, and have done successfully for some time now,
    I can no longer start xbmc.service since upgrading to xbmc 12.3-10
    The errors I receive in the journal are:
    Feb 27 10:52:20 wolverine systemd[242]: pam_nologin(login:account): conversation failed
    Feb 27 10:52:20 wolverine systemd[242]: Failed at step PAM spawning /usr/bin/xinit: Operation not permitted
    Looking at the old and new xbmc.service files, the new xbmc.service now has an additional line specifying "PamName=login"
    Not sure what I need to look at to fix this, any ideas are much appreciated.
    I am temporarily using the old xbmc.service file from the xbmc 12.3-9 package to ensure xbmc starts.
    Thanks in advance for any help.

    Thought I'd chime in here, as I'm having the same problem.  I am using the default service file provided by the xbmc package.  Commenting out PAMName=login in xbmc.service allows xbmc to start successfully on boot.  If I start xbmc.service from a normal shell prompt, it will start fine even with PAMName set.
    cat /usr/lib/systemd/system/xbmc.service
    [Unit]
    Description = Starts instance of XBMC using xinit
    After = remote-fs.target
    [Service]
    User = xbmc
    Group = xbmc
    PAMName=login
    Type = simple
    ExecStart = /usr/bin/xinit /usr/bin/dbus-launch /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp
    Restart = on-abort
    [Install]
    WantedBy = multi-user.target
    systemctl -l status xbmc.service
    xbmc.service - Starts instance of XBMC using xinit
    Loaded: loaded (/usr/lib/systemd/system/xbmc.service; enabled)
    Active: failed (Result: exit-code) since Fri 2014-02-28 10:56:50 EST; 42min ago
    Process: 205 ExecStart=/usr/bin/xinit /usr/bin/dbus-launch /usr/bin/xbmc-standalone -l /run/lirc/lircd -- :0 -nolisten tcp (code=exited, status=224/PAM)
    Main PID: 205 (code=exited, status=224/PAM)
    CGroup: /system.slice/xbmc.service
    Feb 28 10:56:49 zbox systemd[1]: Starting Starts instance of XBMC using xinit...
    Feb 28 10:56:49 zbox systemd[1]: Started Starts instance of XBMC using xinit.
    Feb 28 10:56:50 zbox systemd[1]: xbmc.service: main process exited, code=exited, status=224/PAM
    Feb 28 10:56:50 zbox systemd[1]: Unit xbmc.service entered failed state.
    cat /etc/pam.d/login
    #%PAM-1.0
    auth required pam_securetty.so
    auth requisite pam_nologin.so
    auth include system-local-login
    account include system-local-login
    session include system-local-login

  • Can't view music videos since upgrade

    Since upgrading iTunes to 10.2.1 I can no longer view music videos. I hear the music, but the window only displays the same image that's showing in Now Playing.
    I have made no other changes except the upgrade?

    Thanks, I think that did the trick. At least now I can see Little Feat play "Let It Roll'

  • Can't find Time Capsule since upgrading firmware to 7.4.1

    Since recent TC firmware upgrade (7.4.1) both my iMac backups fail very very often, because Time Machine cannot find the backup disks . Same error if you tried to launch Time Machine.
    The light is green, the wi-fi network works, but TC becomes invisible on the finder and on Time Machine preferences too.
    I have to unplugged TC and then switch it on again. It's really annoying.
    Everything worked before the upgrade.
    APPLE FIX IT, PLEASE!

    I have a similar problem since upgrading to 7.4.1.
    I am trying to use my 500 GB Time Capsule to back up both my iMac and a PC (running Windows XP Pro). With the old FW version, this worked fine.
    After upgrading and restarting TC, I can mount a Windows N/W drive and see the Time Capsule. However, after some time the TC is no longer reachable from Windows even though it still is working for Mac backups. Airport Utility from the iMac says that the TC is fine. Restarting the TC causes everything to start working again for a while until it stops working for PC's again.
    TC is not configured to be the router; it is getting its IP address from another router in my network.
    Is there any risk in downgrading back to the previous FW version?

  • Can't burn CD's since iTunes updated

    Since updating to version 8.0.2.20 I can't burn CD's. On start up I get message "registry settings for importing and burning are missing..... please reinstall".
    Reinstalling doesn't fix it.
    I didn't change my CD burning software or anything else, just updated to V8.
    There was some talk of this, deleting registry items and such, can't find the solution now I need it.
    Help please....

    See if this helps.
    http://support.apple.com/kb/TS2372?viewlocale=en_US

  • I can't get any email since upgrading to Maverick.  I don't use timeline I have Carbonite

    I can't open my email account since upgrading to Maverick.  I don't have a gmail account, I don't use the timeline.  Anyone have an answer to this.  I also don't have Apple support.

    I keep uploading v8 but I have to close firefox which means I lose where I am, this is doing my head in; so I must be in firefox to be on this forum, but I see no tools nor any tools across the top, if u r patient what am I doing wrong? Would it be easier to try and find a link to V7???

  • Can not sync iPhone 4 since upgrading to latest software release.  Keep getting a message that required file can not be found.  I've tried restoring several times.  I am using  Mac PC with the latest software release.

    My iPhone 4 will not sync since upgrading to latest software release.  I keep getting the error message "required file cannot be found".  I've tried restoring several times with no success.  I am using a MacPro notebook with the latest software release.

    My iPhone 4 will not sync since upgrading to latest software release.  I keep getting the error message "required file cannot be found".  I've tried restoring several times with no success.  I am using a MacPro notebook with the latest software release.

  • Can't burn DVD-DL since 10.4.5

    did this auto update and now we can't burn any DVD-DL on the LaCie FW burner... either with DVDSP4 or toast 7.0.2
    Anyone find the work around?

    Thanks. The online search indicated the disc could burn DVD+R DL, but the Disc Burning section says it cannot. I guess that's a pretty good explanation for the failure.

  • Can't "save as" .bmp since upgrading to Snow Leopard

    Okay, I'm using CS2 and since upgrading to Snow Leopard I have been unable to "save as" .bmp once I choose save, Photoshop crashed

    Well CS3 is officially "unsupported" (but still works OK). But CS2, given the under-the-hood changes to the OS, is doubtful that it will work at all. Or as you are experiencing, works sometimes and crashes on certain things. Best to consider an upgrade.

  • Can't see Ipod 5G since upgrade to snow leopard

    Hi there, I hope someone can help. I've just upgraded to Snow Leopard, and now my computer can't see the Ipod - no icon at all: in iTunes, Finder, or on the Desktop. I checked it wasn't on 'hold' and also reset it after reading Apple's support docs. The ipod itself doesn't respond: it, not even 'charging'. Any help would be very much appreciated. Cheers! PS: The ipod works fine

    Snow Leopard is known to fail in this regard - see this article:
    Mac OS X v10.6 or later: iOS device not recognized in iTunes after restart
    http://support.apple.com/kb/TS3540
    In general, Snow Leopard has a pervasive bug that causes iPads/iTouches/iPhones not to be recognized in iTunes. (This would presumably not, however, affect iPods, and so would apply to the o.p.)
    (The article does not work for me, but it may work for someone else.)

  • Can't send email attachments since upgrade to 10.9.2.

    After upgrading to 10.9.2, I can no longer add email attachments (PDF, .ai, .eps, etc.). When I do I get a reply mail from Postmaster (Using Outlook) that says "Undeliverable Mail" due to being in MIME format. I have NO idea what this means, but I had NO issues ever before Tuesday.
    This message is in MIME format. Since your mail reader does not understand
    this format, some or all of this message may not be legible.

    MacKeeper may well be the root cause of your issues, remove it completely, reboot and try again.

Maybe you are looking for