IBook won't recognize iPod (yes, another one . . .)

A while ago, my 20GB, third generation iPod stopped working properly when connected to my iBook. When it was connected to the iBook, it would transfer a few songs, and then iTunes would freeze. Disconnecting the iPod and reconnecting it would cause a few more songs to be transferred, followed by another freeze.
I recently went through my iTunes library and editted the genres on most of my songs, so there were about 4,000 songs to be updated. When I hooked the iPod up to the computer, it copied over a few hundred songs, and then froze again. Each time I would reconnect it, it would transfer about four songs, until it eventually stopped transferring any songs -- it would just immediately freeze. I tried removing the songs that it was freezing on from my library, but this didn't work.
I tried resetting my iPod, but that didn't work. I ran the Disk Check, but that told me that my iPod was fine. Then I used the iPod updater to restore it to factory settings.
Now, the iBook doesn't recognize the iPod at all. Connecting the iPod to the iBook causes the iPod to display the "Do not disconnect" screen, but it doesn't appear on the desktop and it won't appear in iTunes. If I unplug it, I am treated with the message informing me that it has no unreadable volumes, and offers me the options of Ejecting and Initializing.
I've looked through this forum and the Support listings, and tried whatever I could find, but nothing has seemed to work. Is there anything that I'm failing to do?

Okay . . . after shutting the computer down for a few hours and turning it back on, iTunes is suddenly willing to recognize my iPod. I've started moving my music back onto the iPod, but it's still freezing every so often, so I have to either force quit iTunes or disconnect the iPod to continue. I'm sure that this isn't the best idea, but is there a better way to accomplish this?

Similar Messages

  • Spry Menu 2.0 issues in IE7..   yes another one!

    I have CS4, and have used the widget browser to create a Spry Menu 2.0 and have imported it to my site. It displays fine in every browser except for IE7. I have been reading a LOT of threads on issues similiar to this one, so I'm prepared to tell everyone I know to upgrade to at least IE8!! However, I would like to fix it if possible. The menu bar is located in an include file and is attached to all my pages through the php function. I have made zero changes to the css code since I imported it into the site.
    I also am wondering why there are two css pages for the menu bar.??
    Any help would be appreciated..
    One of the pages on the site is: michaelandrewshairstudio.com/offers.php
    That page is: ( I have taken out some meta tags and content, but the div's are all still in place.) I also deleted some commented tags by accident when I imported it..
    <!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>Michael Andrews Hair Salon Offers</title>
    <link href="Spry-UI-1.7/css/Menu/basic/SpryMenuBar.css" rel="stylesheet" type="text/css" />
    <link href="Spry-UI-1.7/css/Menu/basic/SpryMenuBasic.css" rel="stylesheet" type="text/css" />
    <script type='text/javascript' src="Spry-UI-1.7/includes/SpryDOMUtils.js"></script>
    <script type='text/javascript' src="Spry-UI-1.7/includes/SpryDOMEffects.js"></script>
    <script type='text/javascript' src="Spry-UI-1.7/includes/SpryWidget.js"></script>
    <script type='text/javascript' src="Spry-UI-1.7/includes/SpryMenu.js"></script>
    <script type='text/javascript' src="Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarKeyNavigationPlugin.js"></script>
    <script type='text/javascript' src="Spry-UI-1.7/includes/plugins/MenuBar2/SpryMenuBarIEWorkaroundsPlugin.js"></script>
    <link href="CSS/stylesA.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="outerwrapper">
    <div id="header">
    <div id="navbar">
    <?php include("Spry-UI-1.7/includes/SpryMenuBar.php"); ?>
    </div>
    </div>
    <div id="mainbody">
    <div id="logo">
    </div>
    <hr />
    <div id="content">
    </div>
    </div>
    <div id="footer">
    <div id="footernav">
    </div>
    <div id="footertext">
    </div>
    </div>
    </div>
    </body>
    </html>
    SpryMenuBar.css
    #MenuBar  {
    background-color:#333;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /* Specify fonts on on MenuBar and subMenu MenuItemContainer, so MenuItemContainer,
                MenuItem, and MenuItemLabel
                at a given level all use same definition for ems.
                Note that this means the size is also inherited to child submenus,
                so use caution in using relative sizes other than
                100% on submenu fonts. */
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    padding:0;
    border-color: #999999 #999999 #999999 #999999;
    border-width:3px;
    border-style: outset outset outset outset;
    /* Caution: because ID+class selectors do not work properly in IE6, but we want to restrict these rules to just this
    widget instance, we have used string-concatenated classnames for our selectors for the layout type of the menubar
    in this section. These have very low specificity, so be careful not to accidentally override them. */
    .MenuBar br { /* using just a class so it has same specificity as the ".MenuBarFixedCentered br" rule bleow */
    display:none;
    .MenuBarLeftShrink {
    float: left; /* shrink to content, as well as float the MenuBar */
    width: auto;
    .MenuBarRightShrink {
    float: right; /* shrink to content, as well as float the MenuBar */
    width: auto;
    .MenuBarFixedLeft {
    float: left;
    width: 80em;
    .MenuBarFixedCentered {
    float: none;
    width: 80em;
    margin-left:auto;
    margin-right:auto;
    .MenuBarFixedCentered br {
    clear:both;
    display:block;
    .MenuBarFixedCentered .SubMenu br {
    display:none;
    .MenuBarFullwidth {
    float: left;
    width: 100%;
    /* Top level menubar items - these actually apply to all items, and get overridden for 1st or successive level submenus */
    #MenuBar  .MenuItemContainer {
    padding: 0px 0px 0px 0px;
    margin: 0;  /* Zero out margin  on the item containers. The MenuItem is the active hover area.
        For most items, we have to do top or bottom padding or borders only on the MenuItem
        or a child so we keep the entire submenu tiled with items.
        Setting this to 0 avoids "dead spots" for hovering. */
    #MenuBar  .MenuItem {
    padding: 0px 24px 0px 0px;
    background-color:#333333;
    border-width:1px;
    border-color: #cccccc #ffffff #cccccc #999999;
    border-style: none none none solid;
    #MenuBar  .MenuItemFirst {
    border-style: none none none none;
    #MenuBar .MenuItemLast {
    border-style: none none none solid;
    #MenuBar  .MenuItem  .MenuItemLabel{
    text-align:center;
    line-height:1.4em;
    color:#cccccc;
    background-color:#333333;
    padding: 6px 15px 6px 39px;
    width: 10em;
    width:auto;
    .SpryIsIE6 #MenuBar  .MenuItem  .MenuItemLabel{
    width:1em; /* Equivalent to min-width in modern browsers */
    /* First level submenu items */
    #MenuBar .SubMenu  .MenuItem {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
    background-color:#666666;
    padding:0px 2px 0px 0px;
    border-width:1px;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    /* Border styles are overriden by first and last items */
    border-style: solid solid none solid;
    #MenuBar  .SubMenu .MenuItemFirst {
    border-style: solid solid none solid;
    #MenuBar  .SubMenu .MenuItemFirst .MenuItemLabel{
    padding-top: 6px;
    #MenuBar .SubMenu .MenuItemLast {
    border-style: solid solid solid solid;
    #MenuBar .SubMenu .MenuItemLast .MenuItemLabel{
    padding-bottom: 6px;
    #MenuBar .SubMenu .MenuItem .MenuItemLabel{
    text-align:left;
    line-height:1em;
    background-color:#666666;
    color:#cccccc;
    padding: 6px 12px 6px 5px;
    width: 7em;
    width:auto;
    /* Hover states for containers, items and labels */
    #MenuBar .MenuItemHover {
    background-color: #333333;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    #MenuBar .MenuItemWithSubMenu.MenuItemHover .MenuItemLabel{
    background-color: #333333; /* consider exposing this prop separately*/
    color: #ffffff;
    #MenuBar .MenuItemHover .MenuItemLabel{
    background-color: #333333;
    color: #ffffff;
    #MenuBar .SubMenu .MenuItemHover {
    background-color: #666666;
    border-color: #cccccc #cccccc #cccccc #cccccc;
    #MenuBar .SubMenu .MenuItemHover .MenuItemLabel{
    background-color: #666666;
    color: #ffffff;
    /* Submenu properties -- First level of submenus */
    #MenuBar .SubMenuVisible {
    background-color:#333;
    min-width:100%;  /* This keeps the menu from being skinnier than the parent MenuItemContainer - nice to have but not available on ie6 */
    border-color: #ffffff #ffffff #ffffff #ffffff;
    border-width:0px;
    border-style: none none none none;
    #MenuBar.MenuBar .SubMenuVisible {/* For Horizontal menubar only */
    top: 100%; /* 100% is at the bottom of parent menuItemContainer */
    left:0px; /* 'left' may need tuning depending upon borders or padding applied to menubar MenuItemContainer or MenuItem,
         and your personal taste.
         0px will left align the dropdown with the content area of the MenuItemContainer. Assuming you keep the margins 0
         on MenuItemContainer and MenuItem on the parent
         menubar, making this equal the sum of the MenuItemContainer & MenuItem padding-left will align
         the dropdown with the left of the menu item label.*/
    z-index:10;
    #MenuBar.MenuBarVertical .SubMenuVisible {
    top: 0px;
    left:100%;
    min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse */
    /* Submenu properties -- Second level submenu and beyond - these are visible descendents of .MenuLevel1 */
    #MenuBar .MenuLevel1 .SubMenuVisible {
    background-color: #ffffff;
    min-width:0px; /* Do not neeed to match width to parent MenuItemContainer - items will prevent total collapse*/
    top: 0px; /* If desired, you can move this down a smidge to separate top item''s submenu from menubar -
        that is really only needed for submenu on first item of MenuLevel1, or you can make it negative to make submenu more
        vertically 'centered' on its invoking item */
    left:100%; /* If you want to shift the submenu left to partially cover its invoking item, you can add a margin-left with a
        negative value to this rule. Alternatively, if you use fixed-width items, you can change this left value
        to use px or ems to get the offset you want. */
    /* IE6 rules - you can delete these if you do not want to support IE6 */
    /* A note about multiple classes in IE6.
    * Some of the rules above use multiple class names on an element for selection, such as "hover" (MenuItemHover) and "has a subMenu" (MenuItemWithSubMenu),
    * giving the selector '.MenuItemWithSubMenu.MenuItemHover'.
    * Unfortunately IE6 does not support using mutiple classnames in a selector for an element. For a selector such as '.foo.bar.baz', IE6 ignores
    * all but the final classname (here, '.baz'), and sets the specificity accordingly, counting just one of those classs as significant. To get around this
    * problem, we use the plugin in SpryMenuBarIEWorkaroundsPlugin.js to generate compound classnames for IE6, such as 'MenuItemWithSubMenuHover'.
    * Since there are a lot of these needed, the plugin does not generate the extra classes for modern browsers, and we use the CSS2 style mutltiple class
    * syntax for that. Since IE6 both applies rules where
    * it should not, and gets the specificity wrong too, we have to order rules carefully, so the rule misapplied in IE6 can be overridden.
    * So, we put the multiple class rule first. IE6 will mistakenly apply this rule.  We follow this with the single-class rule that it would
    * mistakenly override, making sure the  misinterpreted IE6 specificity is the same as the single-class selector, so the latter wins.
    * We then create a copy of the multiple class rule, adding a '.SpryIsIE6' class as context, and making sure the specificity for
    * the selector is high enough to beat the single-class rule in the "both classes match" case. We place the IE6 rule at the end of the
    * css style block to make it easy to delete if you want to drop IE6 support.
    * If you decide you do not need IE6 support, you can get rid of these, as well as the inclusion of the SpryMenuBarIEWorkaroundsPlugin.js script.
    * The 'SpryIsIE6' class is placed on the HTML element by  the script in SpryMenuBarIEWorkaroundsPlugin.js if the browser is Internet Explorer 6. This avoids the necessity of IE conditional comments for these rules.
    .SpryIsIE6 #MenuBar .MenuBarView .MenuItemWithSubMenuHover .MenuItemLabel /* IE6 selector  */{
    background-color: #333333; /* consider exposing this prop separately*/
    color: #ffffff;
    .SpryIsIE6 #MenuBar .MenuBarView .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel/* IE6 selector  */{
    background-color: #666666; /* consider exposing this prop separately*/
    color: #ffffff;
    .SpryIsIE6 #MenuBar .SubMenu .SubMenu  /* IE6 selector  */{
    margin-left: -0px; /* Compensates for at least part of an IE6 "double padding" version of the "double margin" bug */
    SpryMenuBasic.css
    /* SpryMenuBasic.css - version 0.5 - Spry Pre-Release 1.7 */
    /* Copyright (c) 2010. Adobe Systems Incorporated. All rights reserved. */
    /* This is the css for a basic Spry 2 MenuBar.
    * The first section is basic layout, and should in general not need to be  modified.
    * The final section of this file specifies images to use for arrows for the menu. These
    * are either down or right-pointing as required by horizonatal or vertical layouts. You
    * can either replace the referenced images with your own, or you can modify these rules to
    * point to your won images.
    * These rules are supplemented by those specified in the OAM file for inclusion in the html document,
    * or alternatively, the file SpryMenuBarBasicSkin.css which is included with this widget. */
    /* Resets for ul and li in menus */
    .MenuBar  .MenuBarView, .MenuBar  .SubMenuView {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
    /*** Layout Rules for Basic Menu ***/
    /* Top Level MenuBar
    * Because we float the MenuItemContainers in the MenuBar, we have to make sure the menubar wrapper expands to hold them all.
    * The simplest way is to float the widget wrapper
    .MenuBar { /* overridden by .MenuBarVertical version of this rule */
    float:left;
    width:100%;
    .MenuBarVertical {
    float:left; /* Used to make menubar shirink to fit contents */
    width:auto;
    /* SubMenus */
    .MenuBar .SubMenu {
    display:block;
    position:absolute;
    top:0;
    left:-10000px; /* By default, all non-visible submenus are hidden by moving way to the west */
    padding:0;
    /* First level of submenus - pulls down from horizontal menubar, right from vertical */
    .MenuBar .SubMenuVisible{ /* overridden by .MenuBarVertical version of this rule */
    top:100%;
    left:0px;
    .MenuBarVertical .SubMenuVisible {
    top:0px;
    left:100%;
    /* All submenus below level 1. All pullout to the right */
    .MenuBar .SubMenu .SubMenuVisible {
    display:block;
    position:absolute;
    top:0px;
    left:100%;
    /* MenuItems, MenuItemLabels, and MenuItemContainers */
    .MenuBar .MenuItem {
    display:block;
    text-decoration:none;
    .MenuBar .MenuItemLabel {
    display:block;
    .MenuBar .MenuItemContainer {
    position:relative;
    white-space:nowrap;
    float:left; /* overridden by .MenuBarVertical version of this rule */
    display:block;
    margin:0;
    padding:0;
    .MenuBarVertical .MenuItemContainer {
    float:none;
    .MenuBar .SubMenu .MenuItemContainer {
    float:none;
    /* Layout Rules needed by IE6 - excluded from other browsers */
    .SpryIsIE6 .SubMenu .SubMenu {
    width:100px;
    height:1%;
    .SpryIsIE6 .MenuBar .SubMenuVisible .SubMenuVisible {
    width:auto;
    /* End Layout section */
    * Arrows - This section specifies arrow images for a submenu dropdowns in Basic SpryMenu.
    .MenuBar .MenuItemLabel{
    background-image:none;
    /* For all arrows used here, we depend upon the image to push itself away from right edge, or the user can add right padding to the MenuItem */
    .MenuBar .MenuItemWithSubMenu .MenuItemLabel{
    background-image:url("images/ArrowMenuDownGrey.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .MenuBar .MenuItemHover.MenuItemWithSubMenu .MenuItemLabel{
    background-image:url("images/ArrowMenuDownWhite.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .MenuBarVertical .MenuItemHover.MenuItemWithSubMenu .MenuItemLabel{
    background-image:url("images/ArrowMenuRight.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .MenuBarVertical .MenuItemWithSubMenu .MenuItemLabel{
    background-image:url("images/ArrowMenuRight.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .MenuBar .SubMenu .MenuItemWithSubMenu .MenuItemLabel{
    background-image:url("images/ArrowMenuRight.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .MenuBar .SubMenu .MenuItemHover.MenuItemWithSubMenu .MenuItemLabel{
    background-image:url("images/ArrowMenuRight.gif");
    background-position:right center;
    background-repeat:no-repeat;
    /* IE6 rules for Arrows */
    .SpryIsIE6 .MenuBar .MenuItemWithSubMenuHover .MenuItemLabel{
    background-image:url("images/ArrowMenuDown.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .SpryIsIE6 .MenuBarVertical .MenuItemWithSubMenuHover .MenuItemLabel{
    background-image:url("images/ArrowMenuRight.gif");
    background-position:right center;
    background-repeat:no-repeat;
    .SpryIsIE6 .MenuBar .SubMenu .MenuItemWithSubMenuHover .MenuItemLabel{
    background-image:url("images/ArrowMenuRight.gif");
    background-position:right center;
    background-repeat:no-repeat;

    I love your subject line
    Spry Menu 2.0 issues in IE7..   yes another one!
    It is us as designers/developers that need to create websites for all current browsers. No sense in blaming the browsers, although in this case we could blame Spry Menu 2.0.
    Problem with that is that Spry Menu 2.0 has been successfully tested in all modern browsers.
    This leaves us with just one possibility, the designer/developer has erred somewhere along the line. After having checked the support files (JS and CSS) and looked at the markup, we now go to the constructor and see the following
    var MenuBar = new Spry.Widget.MenuBar2("#MenuBar", {
        widgetID: "MenuBar",
        widgetClass: "MenuBar  MenuBarLeftShrink",
        insertMenuBarBreak: true,
    A comma after the last value.
    I also am wondering why there are two css pages for the menu bar.??
    One is the standard CSS for the menubar and under normal circumstances, should not be touched; the other is for the convenience of the designer/developer so that he/she can tweak the menubar to suit. If you wish, you can combine both. In all cases, keep in mind that the CSS for the standard (basic) menubar should come first, so that the other CSS can override the first.
    This needs to be corrected in your document
    Gramps

  • How can I open a new page (using "Pages") when I already have another page open?  It just keeps reverting to the page I have opened already and won't let me open another one?

    How can I open a new page (using "Pages") when I already have another page open?  It just keeps reverting to the page I have opened already and won't let me open another one?

    To make a new document, go to File > New From Template chooser and choose the type of document you wish to create.
    To add a new page to an existing document go to Insert > Sections > Blank.

  • New ipod, system won't recognize ipod

    My sister already had an ipod on this computer. I got one over the weekend and put some music on it using another computer than my home computer. I came home and plugged my ipod in but the system won't recognize it. Every few tries it recognizes it and says its corrupt. Any info is appreciated. Thanks and happy holidays.

    HI.... I just gt a new video iPod.... I already had
    iTunes and music from the music store from a previous
    iPod, so I just downloaded the latest iTunes
    software... I downloaded the atest iPod updater
    software too... So, I plug in my iPod, and the "DO
    NOT DISCONNECT" screen comes up, and my iPod is
    recognized in My Computer, but is not recognized in
    iPod Updater OR in iTunes... has anyone else had this
    problem??? if so, have you fixed it. if you did...
    HOW?!?!?!?!
    SOMEONE PLEASE HELP ME!!! IM UPSEETTTT AHHHHHH
    Hi there
    I have a possible solution.
    Justre-install your iPod updater
    This worked for me, and I hope it works for you too!
    Sincerely
    Matthijs

  • IBook Won't Recognize Charge in Battery

    My iBook, a Revision B non-FireWire machine, is experiencing a very unusual problem in that it won't recognize the charge in a battery.
    Like many iBooks, this one no longer will charge a battery. I purchased a new battery from OWC in the fall and found it wasn't charging--yet one of my two decade-old batteries was still initiating the amber light (something this battery did not). I sent the battery back and received another one, which gave me the same symptoms.
    I performed the oft-discussed routines for resetting power management systems on iBooks, resetting the PMU, PRAM, and NVRAM. I tried each procedure several times and even "drained" the capacitor by leaving it unplugged/unbatteried for 30 minutes. The computer still wouldn't charge the battery--there was no attempt made according to the symbols in the control strip. (My iBook runs 9.1 although I do have a copy of Jaguar I could install on it--but at the moment I have the extra space filled with VPC and Win2K). I also tried Apple's battery reset extension.
    Figuring I could get away without built-in charging, as this is currently a laptop I only use on an occasional basis, I bought a VST charger. The battery charged up fine. When I put it in the iBook, I got maybe 10-15 seconds of battery life.
    The main problem here: *even with a known charged battery, the computer won't see any charge in that battery*. It's fine by me if the computer doesn't want to charge, as I have the VST charger, but I do want it to work off the battery.
    Some history, in case any of this is relevant: I purchased this computer new in August 2000 with two batteries. The original yo-yo adapter shorted out five years later. It took about three weeks for a replacement to come, and that replacement was an OWC house brand charger (not an Apple). I depleted both batteries, which were still getting close to their original capacity, during the time between the adapter's failure and the arrival of the new adapter. Neither battery charged on the new adapter, although I blamed this on a combination of drainage and age. I later replaced the power adapter with another Apple, but the batteries had been drained for too long to charge back up. Neither will charge in the VST station, although the OWC battery does.
    The computer runs OS 9.1, has 192MB RAM, and has not seen a fresh system install in about three years. It has an Airport card installed and has no history of trouble outside of the shorted yo-yo and the inability to charge/recognize batteries.
    I've worked on tons of Macs and have seen far crazier problems, all of which have been solvable, but this one is impossible even for this veteran Apple user to figure out. Every known remedy has failed, and I'm wondering if perhaps it's an internal problem relating to the PRAM capacitor--which appears as though it would have failed in 2005 if it indeed failed.
    Any help would be greatly appreciated--although this is by no means my main machine, I still use it for a few OS 9 programs I haven't bothered to upgrade and definitely want to use it without the AC adapter for the first time in nearly six years.

    It's a good idea to start your own discussion when you have a different problem than the one discussed in a particular thread.
    https://discussions.apple.com/static/apple/tutorial/ask.html
    Which exact iBook model is it?
    You can choose from this list:
    http://www.everymac.com/systems/apple/ibook/index-ibook.html
    If it's one of the older, colored iBooks, you need to update the firmware on it before attempting to boot from an OS X disc or install OS X (as mentioned above).
    http://support.apple.com/kb/DL1284?viewlocale=en_US
    Is the Jaguar CD the full retail version or a disc that came with another Mac? If it's a disc that came with another Mac, it probably won't work with the iBook.

  • How to transfer songs from one iPOD to another one?

    On my old iPOD I've collected songs for various libraries (from friends and my two computers) but stupid iTUNES won't let me transfer my songs from this iPOD back to Library.
    So, now when I've got a new a iPOD, I have to put all the songs there again, because iTUNES again won't let me transfer songs from one iPOD to another iPOD, when both are connected to the same computer!!
    What should I do?
    Apple as an innovator company should come up with an update to solve this easy issue.
      Windows XP Pro  

    Haven't you got your songs in iTunes? Just connect your new one and it will update from your Library.
    However if you have deleted them from the PC, there are a number of third party utilities that can retrieve the files from your iPod.
    YamiPod: http://www.yamipod.com/
    PodUtil: http://www.kennettnet.co.uk/software/podutil.php
    PodPlayer: http://www.ipodsoft.com/software.aspx

  • ITunes won't recognize iPod - Extreme frustration!

    So iTunes won't recognize my new IPod Video. It works fine with my kids' shuffle, mini and 4th gen but when I connect my new iPod I just get a window with: "iTunes cannot read the contents of the ipod "IPOD". Use the IPOD Software Updater Application to restore the IPOD to factory settings"
    I've been trying since Christmas to get this thing working. I've tried the five R's, I've tried every combination of everything suggested on the Apple site, (including posts here) I've tried stuff from other apple users sites. No joy. I just got off the phone with the help rep from Apple. He talked me through the MSCONFIG stuff, no joy still. He told me to go to depot.info.apple.com/ipod and fill out the forms and they'd send me a package to put my iPod in to send them so they could fix it. It's personalized so it'll take an extra 3 weeks to fix. Needless to say, I'm very frustrated and extremely disapointed.
    Merry Christmas.
    Windows XP

    Looks like you're another victim.
    http://discussions.apple.com/thread.jspa?messageID=1432706&#1432706

  • Low batter screen when plugged in; Computer won't recognize iPod

    My iPod stopped working two days ago. When I try to turn it on the screen stays blank. I've tried resetting it (holding down all buttons), and the screen remains blank.
    When charging, the display flashes on to the "charging, low battery" screen, then goes back to black.
    I've left it to charge for 24 hours, and I get no response.
    My computer (and iTunes) won't recognize it when plugged in. I've tried manual searches, USB function scans, checked my cords, re-installed iTunes, and still nothing happens.
    Once iTunes did recognize the iPod, and said it "detected a device in recovery mode". I let it go on, but when the recovery pack was done downloading I got an eror #1602 pop-up telling me the device could not be detected.
    Is this a battery issue? Can I fix my device, or is it a lost cause?
    Thank you for your time.

    Error 1604
    This error is often related to USB timing. Try changing USB ports, using a different dock connector to USB cable, and other available USB troubleshooting steps (troubleshooting USB connections. If you are using a dock, bypass it and connect directly to the white Apple USB dock connector cable. If the issue persists on a known-good computer, the device may need service.
    If the issue is not resolved by USB isolation troubleshooting, and another computer is not available, try these steps to resolve the issue:
    Connect the device to iTunes, confirm that the device is in Recovery Mode. If it's not in Recovery Mode, put it into Recovery Mode.
    Restore and wait for the error.
    When prompted, click OK.
    Close and reopen iTunes while the device remains connected.
    The device should now be recognized in Recovery Mode again.
    Try to restore again.
    If the steps above do not resolve the issue, try restoring using a known-good USB cable, computer, and network connection.
    Error 1600, 1601, 1602
    Follow the steps listed above for Error 1604. This error may also be resolved by disabling, deactivating, or uninstalling third-party security, antivirus, and firewall software. See steps in this article for details on troubleshooting security software.

  • Computer won't recognize ipod and ipod flases foler with exclamation point

    Last week, my computer randomly said it did not recognize my ipod. I continued to use it and figured I'd worry about updating it another time. Then today, I was using my nano and it stopped and flashed the folder with the exclamation point icon and below the icon directed my to Apple's support website. I've tried most of the things I've seen in the forums, and I really have no clue what to do. Everytime I try to turn it on, the icon comes up and everytime I try to connect to iTunes my computer won't recognize it.

    rfletche,
    Just confirming... have you seen these articles?
    iPod displays a folder icon with an exclamation point
    iPod displays a sad iPod icon
    Also, see this post by Mitch 751, a user on these Discussions, which details some things to try with an exclamation point and folder symbol on an iPod:
    Mitch: Exclamation point and folder and nothing else
    -Kylene

  • Computer won't recognize iPod and iPod is frozen

    Just pulled my iPod out of it's case. When I went to install the software, the computer won't recognize the iPod Nano. I've tried all 6 USB ports. Computer states:
    "One of the USB devices attached to this computer has malfunctioned, and windows does not recognize it."
    Now the iPod has locked up, won't change screens or makes any sounds. I've gone through the help guide, but toggling the hold button doesn't help either.

    I had the same problem with mine! I took it out of the box and it was working just fine, but as soon as I plugged it into the computer, the screen froze and the computer reported the exact same error message. I've tried resetting it, but none of the buttons work now, and I even tried restoring it, but the computer doesn't even recognize that it's an ipod nano. I'm starting to wonder if I need to just replace it.

  • Computer won't recognize ipod

    We had work done to our computer and they had to take everything off the computer and reload the operating system. My itunes were restored, but when I connect my ipod the computer won't recognize my ipod and the songs I recently downloaded from the itunes store won't synchronize. Any thoughts?

    I am having the same problem. I recently got a new iPod nano 3rd gen, connected it to iTunes and my computer and it was all well and good. I then connected it for a second time, all fine. But ever since then my computer says "one of the devices connected to this computer has malfunctioned and windows does not recognise it". My iPod works absolutuely fine apart from that. Any suggestions?

  • ITunes won't recognize iPod Nano (1GB, 1st generation)

    I have been having problems Sync'ing my iPod nano with iTunes, however, the more I read help articles and follow the steps, the worse the problem gets. (I'm on a PC using Windows XP)
    I've gotten to the point where I updated my iPod software in Disk mode (up until then it was being recognized only in Disk mode), but when iTunes failed to recognize it when not in Disk mode I preceded to restore my iPod to factory settings, as instructed in the help articles.
    Now, up until then, I still had music in my iPod, and I was being able to charge it and listen to my music even though I couldn't sync the iPod anymore. After restoring, I not only lost my music (which I was aware of), but it STILL did not fix my problem. So I started to get annoyed.
    I then noticed that my iPod was being recognized by My Computer, just not by iTunes, so I began to perform the steps indicated in the following article:
    http://docs.info.apple.com/article.html?artnum=93716
    I restarted my iPod service - no luck
    I removed iTunes - no luck
    I emptied my Temp directory and restarted...
    That's when iTunes stopped recognizing my iPod altogether, not even in Disk mode. Not only that, but it seems to have affected the iPod itself, since it won't turn off or exit Disk mode anymore. So now I'm scared of going though with any more steps on whichever "help" articles and making the problem even worse than it already is (if that's possible).
    The only other information I can provide is that windows is still recognizing my iPod, no problem, and when I connect my iPod, iTunes actually launches... but DOESN'T recognize a thing. So I ran a diagnostics using iTunes and here's what I got (iPod diagnostics):
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    INTEL_ D945GCL_
    iTunes 7.3.2.6
    iPodService 7.3.2.6 is currently running.
    iTunesHelper 7.3.2.6 is currently running.
    Current user is an administrator.
    The current local date and time is 2007-08-30 11:53:26.
    Connected Storage Devices:
    Unidade de disco, MAXTOR STM3160211AS, Bus Type ATA, Bus Address [0,0]
    Unidade de disco, MAXTOR STM3160211AS, Bus Type ATA, Bus Address [0,0]
    Unidade de disco, Apple iPod USB Device, Bus Type USB
    Universal Serial Bus Controllers:
    Standard Universal PCI to USB Host Controller. Device is working properly.
    Standard Universal PCI to USB Host Controller. Device is working properly.
    Standard Universal PCI to USB Host Controller. Device is working properly.
    Standard Universal PCI to USB Host Controller. Device is working properly.
    Standard Enhanced PCI to USB Host Controller. Device is working properly.
    No IEEE 1394 Host Controller found.
    Connected Device Information:
    IPOD (H:\), iPod nano running firmware version 1.3.1
    All green lights, and as you can see, according to iTunes, NO PROBLEM! Except that it won't recognize the iPod that the disgnistics says exists and reads... ?!?!?!
    If anyone could shed some light on my situation, i would be VERY greatful!

    My IPod Nano will charge when connected to my computer but it won't come up on My Computer or iTunes. So I can't update the songs. I've already tried reseting the iPod. Does anybody know what I can do to fix it.

  • Itunes won't recognize iPod after installing MediaMonkey..

    Hi,
    I recently switched from Itunes to MediaMonkey, and I'm very happy. But my girlfriend still uses iTunes. And now her iTunes won't recognize neither her or my iPod when I connect either of them. Windows and MediaMonkey recognizes them perfectly. iTunes just comes up with this error message:
    "The software necessary to communicate with iPod isn't correctly installed. Install iTunes again before installing iPod-software."
    I've tried uninstalling and re-installing iTunes a number of times. I even tried uninstalled MediaMonkey, but nothing works..
    PLEASE HELP ME, I'M GOING INSANE HERE =(

    Have you tried working through the steps in this article, in the order listed?
    http://support.apple.com/kb/TS1363?viewlocale=en_US

  • Itunes won't recognize ipod and videos gone

    I have a 30GB Video Ipod and itunes won't recognize it. I have to keep putting the music files back in and converting them. Also the Movie and TV Shows I bought disappeared. I have a Windows XP Home Edition, and itunes 7. I downloaded itunes about 4 or 5 months ago, it that helps. My ipod shows up in my computer though. I want to know:
    1. How can I get itunes to recognize my ipod
    2. How do I get itunes to keep and remember my files
    3. How do I get my videos back?
    4. Which version of itunes should I get and how do I get it?

    Welcome to Apple Discussions!
    This article addresses both error messages...
    iPod shows up in Windows but not in iTunes
    As for the iPod not turning off. Try resetting...
    Reset iPod
    After you reset it, wait about a minute and then try turning it off.
    btabz

  • ITunes and iPod updater won't recognize iPod

    I'm running Windows XP and it shows the iPod is there but it won't show up in iTunes and iPod updater after 'initializing' for a good 5-10 minutes says either 'could not recognize the iPod' or if it does let me restore give the 'Firmware update failure. Diskwrite error.' I have the latest iTunes and iPod update and went through all the steps in the 'Windows recognizes iPod but iTunes does not' Troubleshooting help section. All these problems started when I tried to update with the new iPod updater software and got an error, everything worked fine before. I have also tried using a friends USB cable the problem is obviously in the Nano itself. Is there any way to safely format without using the iPod updater? or what should I try doing next?
    Also it seems like when the nano isn't plugged into a power source it drains the battery, with nothing showing on the screen because it always starts charging when I hook it up to the computer even though it was fully charge before.
    Thanks for any help.

    Hello,
    I too am having this exact same problem. My iPod nano was working perfectly until this "latest update" Since I installed that update my itunes and my ipod updater will NOT recognize my iPod. I am getting all the same error messages as you.
    I have done EVERYTHING recommeded in the support pages. Reinstall, uninstall, install, reboot I've done it all a hundred times. I have over 5 pages of support documents I printed up and I followed them to the T. I have 10 different USB ports including 3 2.0 USB ports. My windows recognizes the iPod instantly, but the updater will not.
    I 'm starting to think it's a problem with the update software.
    Please, if anybody has any advice other than "www.apple.com/support/ipod" please post something. I have had my Nano since October and never had a problem with it and I really, really miss it right now.
    Thanks
      Windows XP  
      Windows XP  

Maybe you are looking for

  • In which tables BEx Filters parameters stored in?

    Hi, gurus! Can you tell me, in which tables I can find BEx filters parameters? E.g. I would like to find in which filters we are using variable V as a restriction of char C? By the way, maybe someone could tell me IP analog of the BPS table UPC_FORML

  • Receving two idoc in ratio 1:n and branch to 2 receiver

    Hi All,   I need help to configure the scenario that I need to receive 2 idoc of different type one with 1 occurene and the other with n occurence. I configured BPM like this 1. Fork step with 1 receiver step in one branch and other receiver step ins

  • What is te max. file size for lightroom

    i have some very big files. lightroom says that the are to big to catalog. but what is the max. file size ?

  • What is apple express

    Can I use a linksys wired router with my new iMac?

  • Can see it, can't get it

    I bought a new lap top so I saved all my songs (293 of them) on a thumb-drive. I loaded them onto my new laptop and it saved them as my documents (music). When I open I-tunes library, it has the list of all my songs but when I try to open them it say