My auto focus does not work with Canon 60D. Is it because of the camera or the lens?

My auto focus does not work with Canon 60D. Is it because of the camera or the lens?

I had the same problem. I make my AF work going to Menu / AF mode and selected Live mode. On Quick mode the AF did not work. I change the settings without realise it. Now my AF is working fine.

Similar Messages

  • Firefox 5 does not work with Google Toolbar. How do I go back to the previous Firefox version that I had?

    Firefox 5 does not work with Google Toolbar. How do I go back to the previous Firefox version that I had? Or how can I get my Google Toolbar back?

    Google Toolbar [https://support.mozilla.com/kb/Add-ons%20are%20disabled%20after%20updating%20Firefox Add-ons are disabled after updating Firefox]
    * GBookmarks (Google Bookmarks for Firefox) 25.6KB<br>https://addons.mozilla.org/firefox/addon/gbookmarks-google-bookmarks-fo/
    * http://kb.mozillazine.org/Problematic_extensions
    *for a Google Toolbar solution see https://support.mozilla.com/questions/837473

  • Auto-capitalization does not work with Keyboard Dock attached.

    I purchased the Apple iPad Keyboard Dock with my iPad. Auto-capitalization works fine with the on screen keyboard, but when I connect the keyboard dock, it does not work.

    Your statement is correct. Was there a question?

  • Auto backlight does not work on 4S with iOS 7! With iOS 6.1.3 I had the same problem.Why?

    Auto backlight does not work on 4S with iOS 7. I had the same problem with iOS 6.1.3! Why ?

    rlwebb71 wrote:
    ... I have the latest generation iPod touch, not the 5, but the latest. So why can't Siri come out and play? 
    Siri is not a feature of that iPod... 4th Gen...
    iOS 6  Which Software for Which iDevices...
    http://support.apple.com/kb/HT5457

  • External USB HD does not work with HAL:

    External USB HD does not work with HAL:
    From the last 10 days the HAL auto-mount with ntfs-3g file system of my external hard drive  does not woks.
    But the manual mount procedure with the command mount -t ntfs-3g /dev/sdb* /mnt/XYZ works.
    I've followed the instructions in the wiki: http://wiki.archlinux.org/index.php/HAL and the system has worked up to the last kernel or HAL update.
    My fat32 usb-stick works without any problem.
    If I try to open the device with KDE it appears an error popup wit this message:
    TODO: have to rethink extra options
    Error: kio_media_mount_helper
    The log from the kernel.log is
    Nov 6 22:03:16 myhost usb 5-1: new high speed USB device using ehci_hcd and address 4
    Nov 6 22:03:16 myhost usb 5-1: configuration #1 chosen from 1 choice
    Nov 6 22:03:17 myhost Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    Nov 6 22:03:17 myhost ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    Nov 6 22:03:17 myhost Initializing USB Mass Storage driver...
    Nov 6 22:03:17 myhost scsi6 : SCSI emulation for USB Mass Storage devices
    Nov 6 22:03:17 myhost usb-storage: device found at 4
    Nov 6 22:03:17 myhost usb-storage: waiting for device to settle before scanning
    Nov 6 22:03:17 myhost usbcore: registered new interface driver usb-storage
    Nov 6 22:03:17 myhost USB Mass Storage support registered.
    Nov 6 22:03:22 myhost scsi 6:0:0:0: Direct-Access WDC WD32 00JB-00KFA0 0811 PQ: 0 ANSI: 0
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Test WP failed, assume Write Enabled
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sdb: sdb1
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Attached SCSI disk
    Nov 6 22:03:22 myhost sd 6:0:0:0: Attached scsi generic sg2 type 0
    Nov 6 22:03:22 myhost usb-storage: device scan complete
    and the error.log is
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Nov 6 22:03:22 myhost sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Do you have some idea ....
    Bye.

    I have done the following:
    Downloaded the patched hal version.
    used makepkg in /abs/local/trunk/ to create a pkg for pacman
    used sudo pacman -U pkgname to install it.
    used sudo nano /etc/hal/fdi/policy/preferences.fdi to create the fdi file with the following content:
    saved the file and removed my ntfs entryes from fstab and rebooted. and still there is no automount off ntfs partitions.
    have i done something wrong?
    br fjodork
    WARNING: what follows is a guide of what did work for me, I'm still in an early stage of learning linux, so please correct me if anything of what follows is wrong/dangerous/stupid. As I said, this worked for me, it's not pretty, since I was learning each step on the fly and I'm sure there are better ways to do this.
    So fjodork, you seem to have done the the necessary steps, though i couldn't get it to work until i first removed hal without dependencies
    pacman -Rd hal
    it will give you some warning about the dependencies, ignore  it since we are reinstalling hal in a few steps.
    First i tried to follow Raymano's link, obviously it showed me nothing in the browser so I thought it might be a broken link.
    So I downloaded the source tarball from here http://hal.freedesktop.org/releases/hal-0.5.10.tar.gz
    unpacked it changed the /tools/hal-storage-mount.c as per Milfadoodle's instructions.
    at first I tried to compile directly from source, the process would finish without a glitch though after reboot nothing changed, as if hal weren't
    installed, i guess there were issues with paths. anyway read on
    Then repacked the source in tarball, copied it to /var/abs/extra/system/hal and modified the PKGBUILD as follows
    makedepends=('pkgconfig' 'gperf')
    options=('!libtool')
    install=hal.install
    source=(${pkgname}-${pkgver}.tar.gz #removed url so makepkg looks in the current directory for the tarball
        hal
        hal-policy.patch
        cryptsetup_location.patch
        hal-0.5.9-hide-diagnostic.patch
        ntfs3g-valid-options.patch)
    md5sums=('6641c30a27c00485c6accac5110ff911' # replace with md5sum of your package's sourceball (run md5sum filename)
             '882f67668cb14a0a9e4a27ef22278027'
             '5ba8b610aa9763a5f42b9f7cbd7a86ad'
    then makepkg (i had to add --asroot, don't ask why
    and finally pacman -U hal-0.5.10-1-i686.pkg
    another reboot and everything worked without a glitch!:D (yeah i know i still haven't got rid of the reboot mentality )
    I have also put the policy files as per the wiki instructions.
    PS: I know this is a dirty way to getting things done but as i said, I'm just starting
    If anyone could comment/correct/explain this post I'd be more than happy, the automount issue was bothering me for about a month now (you'll say why do I need ntfs in the first place? well, I only recently switched for Linux as my primary OS, these are some relics of the M$ era

  • I bought the last apple wire keyboard , but it does not work with my usb ..

    i bought the last apple wire keyboard , but it does not work with my usb hub why ?
    the only way it works its when connecting it thrue my powerbook usb ...
    the problem is i HAVE TO USE IT THRUE AN USB HUB ... do you think its because my hub is cheap ? 10 $ .... i 've been told that it comes from the fact that i need an auto-alimented usb hub ...?.
    suggestions gentlemen ?

    I have eyes everywhere. Two of them can see the word "Paris", right below your name, at left.

  • Versamail Auto-sync feature not working with AOL mail w/Treo 700p (Verizon)

    I'm having a problem with the Auto-sync feature not working with my 700p (verizon) with my aol mail.  It had worked perfect since May 2007.  Just started having problems End of April 2008.  Sounded like I needed another incoming mail server from aol other than:  imap.aol.com, aol told me they also use pop.aol.com, that isn't working either.  I get an error message that says "last auto-sync attempt failed."....Anyone else having this issue?  I'm trying to decide whether to get rid of my aol mail of 14 yrs and use other address to continue using versamail 3.5  or keep aol and use Verizon Wireless sync.  I do not like how wireless sync sends mail to outbox and then syncs vs sending right away.   Please help...
    Post relates to: Treo 700p (Verizon)

    I am having the EXACT same problem: Palm 700p, Versamail, AOL, Verizon. 
    It started about 1 month ago.  The GET still works, but AUTO-SYNC does not...After spending hours on the phone with Palm tech support, and reaching someone who said AOL had changed something in their servers.  They suggested TRYING Chatteremail, another Palm product.  I have tried it for 20+ days out of the 30 days you get for free.  It works pretty well, but NOT every e-mail that goes to my AOL acct is making it to my phone.  The thing that's great about Chatter is that can be "live" all of time.  Not auto-syncing every 15 minutes.
    It's very frustrating....The same way the Versamail just stopping auto-syncing is very frustrating.  With Versamail, sometimes I did not even get the error message.  If Chatteremail worked consistently, I would bite the bullet, and pay for it, but to pay for it, and have it not pull down all the e-mails, all the time is not good.
    I spoke to Palm Tech Support in N. America today, and they say the way AOL uses IMAP servers is in a non-traditional way, and it's very hard to deal with.  They suggest ditching AOL, and using something reliable for syncing purposes like GMAIL.  It's just hard to cut the cord.  The man I was on the phone with knew of my problem, and he solved it by getting rid of AOL.  It's just tough, since so many people have the e-mail address for me. 
    On http://mobile.aol.com/aolproducts/mobile-email/mai​l-client
    there seems to be some indication when you click on Smart Phones on left, that Coming Soon is Palm, but I don't know if that's going to be downloadable for 700p, or Palms moving forward.  Or how far away that is.
    I tried wireless sync and hated it.
    This is really a pain in the butt.
    *** Who did you speak to at AOL? 
    *** How did you reach them?  e-mail?  phone #?
    I also did a search and found another program called "Snappermail", which I might try, and see if it's any better than Chatteremail.
    http://www.handango.com/SoftwareCatalog.jsp?jid=24​BX5EEAD31DXE6AB588D59X31E95BD5&osId=904&siteId=1&N​...
    If you find anything out, please let me know here, ok?  This is very bad for me. 
    Post relates to: Treo 700p (Verizon)

  • My cannon printer worked with snow leopard but does not work with Lion

    My Mf 4350d printer does not work with lion Mac OS X Lion 10.7.2., it worked with Snow leopard no problem. I am a novice with apple so can you tell me how to do any changes carefully.

    Have you downloaded and installed the latest Canon printer drivers?
    http://support.apple.com/kb/DL899

  • Deskjet D4260 does not work with an ethernet printer server

    I am attempting to attach a Deskjet D4260 printer to a home ethernet network using a StarTech PM1115U printer server. The printer has been connected to the network through a desktop computer, and worked perfectly.  The printer server will also work with a different printer (Canon i550).  However, it doesn't work with the D4260.  The server's port will not go online, and it does not appear to recognize the printer.
    This occurs regardless of OS (Windows XP, VIsta, 7, and 8 preview all don't  work).
    StarTech says there is no incompatibility issue with the server and host-based LIDL printers in general or the D4260 in particular.  Does anyone know of any issues, or how to get the D4260 to work with this printer server?

    Yes, that is how the instructions with the server tell you to install it.  The server is connected to the network via ethernet cable and the printer to the server via USB.  The server's instructions (as well as those given to me from StarTech support) say to install the printer as a local printer using a TCP/IP port using the server's IP address, which must be on the same subnet as the computer you are installing the printer on.  All this I have done.  There are a number of settings for the port.  It can be raw or LPR and there are other options.  I have attached it as instructed, and I have tried both raw and LPR, and tried various other settings.  I was able to install a Canon i550 on the server with no difficulties.  I was able to print to the printer, and the server, when I accessed it using either StarTech's server management software or a browser pointed to the IP address, showed the server's port on line and identified correctly the printer attached to it.  When I attach the D4260, however, it shows the port off line and does not identify the printer.  I got this server as a replacement for one that I bought without knowing that, according to its own documentation, it does not work with LIDL orinters.   StarTech did not have any such warning, and the StarTech support people said that there should be no problem with a LIDL printer.  They told me to consult HP support (to which this forum is the closest thing I can find).  It looks to me as if either there is something about the printer that needs to be reset, or the server does not work with this printer.  So far changing the driver does something, but not enough to print.

  • Auto brightness does not work after upgrade from iOS5 to iOS6 on my iPod touch. Is this intended by Apple, or is it a bug?

    I attempted to ask this question, yesterday. However, I am not used to typing with my thumbs, yet, and messed it up some. So, I will give this another try. Auto brightness does not work after upgrade from iOS 5 to iOS 6 on my iPod touch. Is this intended by Apple, or is it a bug?

    Have you looked at the previous discussions listed on the right side of this page under the heading "More Like This"?
    iOS 6 changed how that feature works.

  • I have recently upgraded my iMac Intel G5 iSight to OS 10.6.8 and now the internal mic does not work with skype or facebook. I can here static when playing back clips. Do I need to update firmware or reload old sys parts

    I have recently upgraded my iMac Intel G5 iSight (iMac5,1) to OS 10.6.8 and now the internal mic does not work with skype or facebook. I can here static when playing back clips. Do I need to update firmware or reload old system parts. I have zapped PRAM. The blue indicator in system audio panel will appear for a second as I slide the bar for internal mic but then it disappears. Is there a fix?

    The sound seems very faint but can here static on playback.

  • Flash player does not work with new ICS Android 4.0.4 OS. Has this problem been addressed?

    Flash player does not work with new ICS Android 4.0.4 OS. Has this problem been addressed? I am using Firefox Beta for android and I also tried just Firefox.

    Please check the Play Store app for any Flash updates and install them if present.

  • Flash player does not work with Ie or Firefox with win 8.1?

    Flash player does not work with Ie or Firefox with win 8.1 64, If i try and play a video I get the message to install Flashplayer.
    If I try and install it it says it is already installed. Your onsite  installer says it is not applicable to my machine.
    I have followed all the normal steps re enabling addons and active filters etc.
    all to no avail Pc is Dell 6 months old, Flashplayer has never worked on this machine. Last MS update mid Dec 2014.
    Version of flashplayer is 15....03.......

    Flash Player is a built-in component of Internet Explorer.  There's nothing separate to download or install.
    Firefox requires a different version of Flash Player (the NPAPI plug-in), which will be served to you if you go here: http://get.adobe.com/flashplayer using Firefox; however, there are some unique stability issues related to Firefox on Win8.1, and you're probably better off using Google Chrome if you want a more optimal experience with Flash Player.
    For problems where IE isn't being detected by sites that require Flash:
    First, confirm that ActiveX Filtering is configured to allow Flash content:
    https://forums.adobe.com/thread/867968
    Internet Explorer 11 introduces a number of changes both to how the browser identifies itself to remote web servers, and to how it processes JavaScript intended to target behaviors specific to Internet Explorer. Unfortunately, this means that content on some sites will be broken until the content provider changes their site to conform to the new development approach required by modern versions of IE.
    You can try to work around these issues by using Compatibility View:
    http://windows.microsoft.com/en-us/internet-explorer/use-compatibility-view#ie=ie-11

  • My Time Capsule does not work with existing WiFi

    Following a question solved on March 24 by LaPastenague, but gone bad again.
    Apple AirPort Time Capsule
    I felt the need for a physical backup of my data, as I would not completely trust the different clouds. I use, and have used Dropbox for 4-5 years and are very satisfied with that, but I am still not sure if or when a political lunatic will shut off the internet.
    I purchased the Apple AP Time Capsule 2T, because all my other stuff are Apple, and that it's wireless. My old backup is Maxtor 300 GB.
    Since we stay 2-3 weeks on two locations, one in Norway and one in Sweden (two different countries) we must use Mobile Broadband 4G, cables or fibre connections are useless for us, and we don't have it up to the houses. I have one mini router for each country, we bring with us iPhones, iPads, iMac, Apple TV, APExpress. When we pass the boarder I change the mini router, and the system continues working perfect on the WiFi, except the APExpress that needs to be reconfigured,  but then it works.
    The APTC was difficult to make working as it would not accept to be in an existing network, but with good help from the Apple Community, LaPastenague, with forcing the TC connect to the APE with Ethernet cable in bridge mode, ref "My Time Capsule does not work with existing WiFi" from March 24, the problem was solved and all gadgets worked together in a perfect harmony, until we changed location.
    Now, as I have my second WiFi network, and the APExspress is reconfigured, it's like the TC thinks, I am the base boss here, I am not taking orders from APE one more time, and it simply does not work, not only that, it fluctuates all the time.
    I have a slight feeling that the two WiFi bands are making the trouble as during the configuration of the TC sometime the last figure 6 and 7 pops up, and that has something two do with the two different 2,4 and 5 GHZ bands
    So, I am curious if you have any idea ?
    I am thinking of returning the TC if I don't make it work now, but how do I delete all the data that's on it?

    I can deal with the last question first and easily.
    I am thinking of returning the TC if I don't make it work now, but how do I delete all the data that's on it?
    Open the airport utility .. go to the disk tab and select erase.
    When you select erase you will get mulitiple options.
    Quick removes the file table but does not delete the files,, it takes 2min or less.
    A Zero out data is the secure way,, by writing 0 ie low level drive format.
    It can take several hours..
    7 pass will take a week.. not recommended..
    35 pass erase is ridiculous.. it would take a month.. put an ax through the TC. It is quick and better.
    Now, as I have my second WiFi network, and the APExspress is reconfigured, it's like the TC thinks, I am the base boss here, I am not taking orders from APE one more time, and it simply does not work, not only that, it fluctuates all the time.
    The fact that it did work and has now failed might point to faulty unit.
    The only way to tell is reset it properly to factory and start over.
    Universal Factory Reset.. any model TC or AE.
    Unplug your TC/AE from power or turn off at the power point.
    Hold in reset. and power the TC/AE back on..  all without releasing reset and keep holding in for about 10sec. (this is often difficult without a 2nd person or a 3rd arm).
    Release it when the status light flashes rapidly. If it doesn’t flash rapidly you have missed it and try again.
    Note..
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC/AE will reboot after a couple of minutes with default factory settings and will wipe out previous configurations of the router.
    No files are deleted on the hard disk in a TC.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    Generally having multiple wireless AP should not cause problems.. but it is better to set channels manually.. so it doesn't go beserk rotating channels.
    Remember to keep all names short, no spaces and pure alphanumeric.
    Sadly though the Apple routers have no logging now and no SNMP and almost nothing to help diagnose a problem, so if it continues .. take it back to apple.. they have given you no other method of fixing it.

  • ITunes 12.1.1 does NOT work with Windows - Fix??

    Hi everyone,
    I had issue after issue with the latest iTunes update (12.1.1) not working on my windows 7. It simply would not lunch when clicking on the shortcut to open.
    After a fair bit of searching I found this alternative version which seemed to do the trick and now it works:
    iTunes 12.1.1.4 for Windows (64-bit - for older video cards) - iTunes64Setup.exe(2015-02-18)

    The "for older video cards" installer - which, like most prior "64 bit" versions of iTunes, is actually a 32 bit application with a 64 bit installer - may be a useful fallback if the full 64 bit version does not install or run correctly.  Although 12.1.1.4 is a major improvement over 12.1.0.71, there are clearly still some lurking incompatibilities with some 64 bit Windows systems/components.  It is, however, a little misleading to say that "iTunes 12.1.1 does NOT work with Windows" - in many cases it works fine without switching to the alternative version.  I have the full 64-bit version of 12.1.1.4 running on three systems - two Windows 7 and one Windows 8.1 - no issues with either installation or operation on any of them.

Maybe you are looking for

  • Pb to Stop my application after long time of use!

    Hello, I use LABVIEW 5.01 and I have a problem with the application I made. This application use a lot of sub VI (Logical I/O, RS232, sequential...). When this application is running during many hours (More than 1 Day), it's very long to quit the app

  • Wireless mouse

    My might mouse scroll ball has stopped functioning -- will not scroll down. I have tried cleaning it, etc.. it work when upside down and I'm rolling it on paper to clean. Is there a better mouse that is compatible with the iMAC?

  • ? What can I do to reinstall my CS2. Only photoshop opens. I get error messages on all others. [Mac.

    If the "server" is my computer, these Adobe applications are the only ones with a problem. I cannot find my original disks and must assume they were thrown away with some other cleanup activities. I know I registered the system (for two computers) wh

  • Reset/change password error - cannot log in to builder - HELP!

    I'm encountering the same problem I described some time ago here: Reset/change password error - cannot log in to builder Briefly, the builder tells me I must change my password. When I attempt to do so, the password change page displays a null userna

  • No time to pick up on mac ...

    hello during test of facetime beetwen my mac and my iphone (4S ;-) ) , when calling my iphone with my mac, all is OK .. but, when calling my mac with my iphone, i see that a new call is coming on my mac (the two buttons), but i have no time to pick u