Problems with controls after upgrading to ipod version 1.1

i just downloaded new software for my ipod shuffle (version 1.1) and now my earbud control does not seem to be working (no volumne control, no forward or reverse - no control whatsoever). it was working fine before i connected to charge the unit. i was asked to upgrade to a new version of the program (which I did). does anyone have any idea what has happened and what can fix it? thx.

Yes Paul I have, but no solution. I cannot send email. My ISP uses a smtp mail server for sending and It will not log in. Have had ISP on phone and checked all settings. Can only put it down to Mavericks.
It worked OK for a week after upgrading then stopped. So now having to use web mail to send email.
Strange thing is I receive mail OK, just cant send.

Similar Messages

  • I am having problems with mail after upgrading to mountain lion. Is there a way to go back to lion?

    I am having problems with mail after upgrading to mountain lion. Is there a way to go back to lion?

    It would always be easier to fix the Mail problems.

  • [Solved] Problems with themes after upgrading to kde 4.6.1

    Hi, I have a problem after upgrading qt to version 4.6.1. I use awesome wm and only few application based on qt framework (vlc, wpa_gui, virtualbox) and they all look awful after upgrade. It's like there is no themes installed. I'll post a screenshot if it is necessarily.
    Anyone have any idea?
    Tnx

    anrxc wrote:
    I also noticed that menus in qt applications aren't working.
    I can confirm. All application menus are completely broken in multi monitor setups. They refuse to show if application is not on the main screen. When it is on the main screen they show but most of the time are broken - wrong position, wrong size etc.
    Getting this too. Need it fixed soon, thanks.

  • Problems with Mail after upgrading to 10.9.1

    I am running into problems with Mail after installing 10.9.1. I had NO problems with Mail prior to this update.
    Problems I have encountered so far are:
    - I don't receive some e-mails on my Gmail account.
    - I have sent e-mails that supposedly got "sent" but do not show up in my Sent box both on mail and on web Gmail. My Outbox is empty also.
    Has anyone encountered the same problems and found a solution?
    Thanks in advance!

    Yes Paul I have, but no solution. I cannot send email. My ISP uses a smtp mail server for sending and It will not log in. Have had ISP on phone and checked all settings. Can only put it down to Mavericks.
    It worked OK for a week after upgrading then stopped. So now having to use web mail to send email.
    Strange thing is I receive mail OK, just cant send.

  • Problems with Mail after upgrading to MAC OS10 version 10.6.8

    I upgraded to MAC OS10 version 10.6.8 about ten days ago, and have since had lots of problems with mail. Since I upgraded, I have downloaded several software updates, including one for improving the general softeware system of Leopard.  Since this morning, I no longer have the Mail icon in the dock and when I try to open it in Applications a window comes up saying:
    'You can't use this version of Mail with this version of Mac OS X.  You have Mail version 4.5 (1084/1085). It can't be used on Mac OS X Version 10.6.8 (Build 10K549)
    Can I download a version that I can use with this Mac, and can anybody give me the site where I can find this. I have tried without success

    You should consider downloading the 10.6.8 combo updater and applying it again.
    http://support.apple.com/kb/DL1399
    Pondini has a great page about upgrading.
    http://pondini.org/OSX/Combo.html

  • Problem with iTunes after upgrading

    Hey guys my name is jake and my issue is so:
    i've upgraded my iTunes to the latest version 7.4.3 yesterday and on the same day i've installed quick time 6.5 codec for some work i needed.
    now i dont know if the quick time install is relate to it but since then my itunes wont open. it just errors me and ask me if i want to send or not to send eroor report
    when running quicktime( the one came with itunes) it says buffer overrun detected
    i tried reinstalling itunes few times and tried to install it on older version
    nothing has worked. also removed the ipod driver and reinstalled it
    havent worked either.
    any advices?
    thanks ahead
    Jake

    I recently upgraded to the latest that was offered and I think it was 7.4.1. Have they made a newer one since then??
    Anyways, I had a problem immediately. I have a large majority of my music on an external hard drive, and some downloaded music on my computer. After upgrading, itunes would not work, and I discovered that when I unplugged the external hard drive (which contains most of my music) itunes did work and played what was already on my laptop. Everytime I try to plug my external hard drive back in, the same problem occurs: itunes freezes and I have to shut my computer down. I also noticed that it says I have something like 6000 songs and 347 GB! I don't know how many gigs 6000 songs might be depending on length, but there is no way I have 347 gigs of music since I have nowhere near that amount of space on my hard drive and external hard drive nor do I have that much music anyways...no CLUE what is going on here.
    I'm afraid to delete itunes and reinstall it because I don't want the downloaded music on my computer to be deleted and I don't currently hve a place to back it up. Have you found any solutions/know what's going on with me??

  • [SOLVED] Problem with murmur after upgrading to 1.2.3-4

    I've been running Murmur on my server for a long time without problems. The last version I had running was 1.2.3-3. After upgrading to 1.2.3-4, the already-running murmurd process crashed after a while (some hours after the upgrade, after constant use) and I'm unable to restart it. The message I get is:
    :: Starting murmur [BUSY]
    <W>2012-01-07 22:06:11.133 Initializing settings from /etc/murmur.ini (basepath /etc)
    <W>2012-01-07 22:06:11.134 OpenSSL: OpenSSL 1.0.0f 4 Jan 2012
    <W>2012-01-07 22:06:11.134 SSL: Adding recommended CA StartCom Certification Authority
    <W>2012-01-07 22:06:11.134 SSL: Adding recommended CA AAA Certificate Services
    <W>2012-01-07 22:06:11.135 SSL: Adding recommended CA UTN-USERFirst-Client Authentication and Email
    <C>2012-01-07 22:06:11.135 Successfully switched to uid 1007
    <F>2012-01-07 22:06:11.230 ServerDB: Failed initialization: unable to open database file Error opening database
    [DONE]
    and in murmur.log nothing gets written. Downgrading to 1.2.3-3 works, but I thought I'd look for the cause of the problem.
    After poking around a bit, I noticed that my murmur database (/var/lib/murmur/murmur.sqlite) belongs to a nonexistent user with a UID of 86 and a GID of 86, as well as the whole /var/log/murmur/ directory. I also noticed that a new murmur user and group with UID and GID of 1007 and 1000 exists on the system now. It seems that running:
    sudo chown -R murmur:murmur /var/lib/murmur/ /var/log/murmur/
    fixes the problem. Perhaps the update deleted my pre-existing murmur user and group and recreated them?
    Edit: Guess I should mark this as [SOLVED].
    Edit edit:
    Also turns out the whole /var/lib/murmur/ directory has to belong to murmur, not just the sqlite file.
    Last edited by n17ikh (2012-01-08 03:22:39)

    I had the same problem and fixed it like you.

  • Problem with colors after upgrading to Lion

    After upgrading to Lion, I could no longer distinguish between very light greys (e.g., #f8f8f8) and white (#ffffff) on my laptop monitor. The difference is readily apparent on many websites.
    If I plug my laptop into an external monitor, the problem goes away, and stays away even AFTER unplugging it.
    Neither recalibrating the color profile nor rebooting have any effect.
    Any ideas?

    iPhoto is not part of Lion. It comes with a Mac. So, the version you own is the one that came with your Mac. If you want the newest version, you'll have to purchase it from the App Store.

  • Problem with contacts after upgrading to iOS 7 (iphone 5)

    After upgrading to iOS 7 (iphone 5), the contacts (loaded from icloud) in greek language aren't sorted!!! They are under the # symbol!! Anyone has a solution. I didnt have this problem with previous iOS versions!!!!

    My phone was fine after I connected to iTunes. It appeared in recovery mode and then it downloaded the update, installed and all was fine.
    Regards,
    Jeevan.

  • Is anyone having problems with keynote after upgrading to Lion?

    After upgrading my system to Lion, my keynote presentations are becoming a nightmare. They crash all the time, and are becoming significantly slower, not just due to the autosave but after making just a few movements the beach ball appears and takes forever for me to be able to edit the document again. When I try to put into presentation mode the computer stops, sometimes I even lost the images inside the saved prasentation, and when I tried to recover from the auto saved versions, they were corrupted also. I talked to the apple support here in Brazil and after running all kinds procedures to check and fix the disk and hardware even in the safe mode, it still remained with the same problem. Another suggestion was to reinstall the keynote, and I even bought a new version from the app store even though the old one was updated. Again, nothing changed. Does anyone have the same problem or knows what to do?

    Hi Thomas - listen, I want to tell you that we aren't necessarily all in the same boat...what I mean is that this problem almost ruined my business and I spent a long time reading the dozen or so threads in this board, and tried solutions people suggested in each one. I had two separate problems...the first was like yours, and it was indeed solved by the time machine save setting mentioned above. The other was that I couldn't get an object selected with a click of the mouse every tenth time or so...I had to click onto a different slide and then come back to mine. I started turning off every single piece of hardware and software one by one, in search of a conflict. It turns out that my Apple Magic Mouse was the problem. I switched it to a plain MS wireless mouse and problem solved. *****, but it let's me continue. My point is that too many people are using Keynote just fine for any of us to throw in the towel and say it's universally and irreversibly broken. There are different bugs in play, but you have to go on the assumption that there's a way out if you can spot what's not quite right. Sorry I don't have your specific solution, but this mindset is what saved me from jumping ship to PPT.

  • Problems with office after upgrade to ERP 6.0

    After upgrade from R3 46c to ERP 6.0 , we installed sap gui 710 with patch 14 and in many frontends a new version of Microsoft Office 2003 SP3.
    In many PCs now we have a problem with macros and templates from PA20 transacction with Documents Management.
    We try to execute a Wor for a personnel number with infotype 910 and I have the nex messages when Windows open the Word 2003.
    "Al abrir este domento, se ejecutará el comando SQL siguiente:
    SELECT * FROM C:/DOCUMEN1andreaCONFIG1TempDatasource_tab.SAP
    Los datos de la base de datos se colocarán en el documento. ¿Desea continuar?"
    If you select "Si", appear another message ~SAP(BA6580C1-BE84.... es un documento principal de combinación. Word no puede encontrar el origen de datos"
    When, word document is dsplayed, we only see name of variable and they are not reeplaced by its value.

    Sorry, but the note is in Spain (I guess), can you please translate?
    We have the same issue on our productive HR system - but not on the development system, what makes it curious.
    When we try to start contracts in word we get the same message
    "Opening this will run the following SQL command
    SELECT * FROM C:\.....Datasource_tab.SAP
    How can we avoid this message?
    Thanks in advance!

  • Problems with Inventory after upgrade to LMS 4.0.1

    Hello,
    after an upgrade to LMS 4.0.1 there is a problem with the inventory. The inventory is not working for all switches, most of them are with CAT OS
    with different versions.
    I have found a bug that resembles the situation but it looks like this was a bug with the previous version of LMS - CSCsv65621.
    Any ideas for some other problems that may cause LMS 4.0.1 not to find in the inventory all the devices?
    Thanks in advance,
    Vesko

    First these are the only CAT OS devices supported:
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.0.1/device_support/table/lms401sdt.html#Catalyst%20OS%20Devices
    1. What kind of devices are we talking about here?
    2. Enable the debugs from Admin --> System --> Debug Settings --> Config and Image Management Debugging settings.  Select ICServer and enable the debugs the modules listed.
    3. Duplicate the problem.
    4. Post the show ver along with the LMS logs from CSCOpx/log directory  called dcmaclinet.log, dcmaservices.log, and ICServer.log. Give me a  sample IP or hostname to work with to troubleshoot.
    5. Get the jobs logs from CSCOpx/files/rme/jobs/ICServer/ . The job ID is from step 3 when you recreated the job to duplicate the problem.

  • [Solved] Problems with xinit after upgrade xorg-xinit to 1.3.4-2 versi

    Hi,
    Today I've upgraded my system with pacman -Syu and after upgrading xorg-xinit to 1.3.4-2 version I cannot use X.
    When I run "xinit" then single white window appears but there is not any reaction for mouse or keyboard events.
    I cannot even get back to VT by ctrl-alt-Fx or switch on/off NumLock. The only reaction on keyboard is issuing sysrq commands (ctrl-alt-sysrq E) which kills X.
    I also discovered that running following command helps: "xinit -- vt12" - I mean it launches X and mouse and keyboard are working fine.
    Is this a bug or I have misconfigured system?
    Last edited by wtx (2015-03-23 15:08:14)

    I can confirm what appears to be the same problem on my two machines running Arch with systemd. On both machines, after upgrading the xorg-* packages yesterday, X would not start as it normally did: I'd get a blank screen with only a _ up in the top left corner. Pressing ctrl-alt-(number) had no effect, nor did anything else I tried. (I didn't try killing X like the OP did.) Googled and searched the forums yesterday to no avail; nothing I tried worked.
    Caveat: In my case(s), I use 'startxfce4' instead of 'startx', so it might not be the exact issue. Trying 'startx' just took me to a default X installation setup, with three terminal windows and a clock. I'm sure anyone who's set up Arch for the first time has seen the same windows.
    So in case it helps, here's what I did to get them working again:
    1. This morning, I checked the forums again and saw the thread at https://bbs.archlinux.org/viewtopic.php?id=195107, which recommended changing a line in the file /etc/X11/xinit/xserverrc from:
    exec /usr/bin/X -nolisten tcp "$@"
    to
    exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
    2. I didn't want to change the default file, so I created a ~/.xserverrc file (note that it's in my home directory, so it will only work for my one user; if you want it to work for multiple users you'd follow step one exactly, as recommended in the other thread). I put the line
    exec /usr/bin/X -nolisten tcp "$@" vt$XDG_VTNR
    in that file, saved it, and fired up 'startxfce4'. Everything works perfectly.
    Again, since I use XFCE I don't know if it's exactly the same issue you have, but at least this might help point you towards a solution.
    PS
    In case you're wondering why I tried the solution in the other thread: The blank screen error only appears when I had
    needs_root_rights=yes
    in /etc/X11/Xwrapper.config. When I changed it to 'no' (or removed the file entirely), I would get an error message like "xf860OpenConsole: Cannot open /dev/tty0", which is similar to the error message the OP on that thread would get.
    EDIT:
    Actually, the more I think about it, the less I think this is the same problem. And the lack of details from the OP doesn't help. Still, it does appear that both of these problems concern passing a virtual terminal parameter to X, or failing to do so.
    Last edited by Massimiliano (2015-03-23 13:21:58)

  • N97 - Problems with hearing after upgrade

    I updated my firmware on my Nokia N97 as i have been having numerous problems with dropped calls, my phone freezing and apps dissapearing from my home page. I had to reset my phone constantly as it would freeze in a call.
    I updated my firmware to version 22.0.110 yesterday 06 July 2010. Now i cannot hear the other person on the phone calls. I try to adjust the volume level on the side to make it louder but this doesn't help. I reinstalled and it still is the same.
    My phone is now worse than before...now i cannot even make phone calls as i cannot hear the other person, but they can hear me clearly.
    Can someone help or are experiencing the same problem after the upgrade?

    Hey, i have same problem with my Nokia N97mini.
    Try to press with your finger to the earpiece zone when you cannot hear.
    You never can fix this via upgrade or hard reset.
    its hardware bug in all nokia s60v5 phones.

  • Problems with Hotspot after upgrading to OS 10.3.1.1565

    SInce i have upgraded the OS to the lastest version on my Q10, the Hotspot has stopped working. Previously it was was working absolutely perfectly. I have checked other support forums and a lot of users are facing the same problem after upgrading to OS10.3.
    I would like to know how soon a patch to fix this problem will be made available by Blackberyy.

    Known issue. No ETA on a resolution yet, unfortunately.
    http://www.blackberry.com/btsc/KB36801
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

Maybe you are looking for