Cannot Import Images from 2008 iMac to 2011 iMac over WiFi

I have 2 iMacs (i.e., 2008 and 2011). I use my 2008 iMac to store my RAW files for backup, and then I import them into Aperture 3 on my 2011 iMac over WiFi. I can see my 2008 iMac folders with Finder (Shared) on my 2011 iMac with no problems; however, I can't see my 2008 iMac when I am trying to import into Aperture 3 on my 2011 iMac. This used to work in the past. I am stumpted at the moment and I need an idea to try.

First on the iMac hold down the 'option' key while clicking on the Apple symbol in the right hand of the menu bar. There launch "System Profiler". In that program look and thr wireless section and see if it still sees the wireless card. If it does then lets move on to more steps to reset the OS X drivers for it.
To reset the OS X drivers for the Airport card follow these steps:
1. Shut off the Airport card fully by going to System Preferences->Network pane and turn off Airport.
2. With an Admin account go to the folder /YourHardDrive/Library/Preferences/ and find the folder "SystemConfiguration" and delete the files:
a) com.apple.airport.preferences.plist
b) com.apple.nat.plist
c) com.apple.network.identification.plist
3. Restart immediately to rebuild these files.
4. Upon the restart rejoin the wireless network.

Similar Messages

  • I cannot import images from EXT HD

    UNtil yesterday, everything was fine. I am on a Mac. Running iOS 10.9.5 and LR version 5.5 (CR 8.5) 
    I have imported images from my card into Aperture and these images are stored on an external HD. I then bring the ones I wish to edot into LR
    When I try to bring them inot lr, the import process seems to go as always, but upon completion, i get a message saying 'some files cannot be written'. No Error code. Basically all files are not being written. The images are in Aperture. I can see and edit them there, but I cannot bring them from there into Lightroom as I have always done. I havemnt done anything to change my set up. SOmething has happened and I dont know what it is or what to do about it.
    I upgraded from LR4 online, so I no longer have a physical cd of the software.
    I would be very grateful for any help anyone can give me. Thank you

    I mean the directory specified in the Lightroom Import dialog box, near the top right, it says "Destination". Has that directory been accidentally changed to someplace different than it was before when things were working properly?
    I can't tell you how to change permissions, as I am not a Mac person, but I think that Google thing might be able to find the answer.

  • I cannot import images from my camera directly into Elements Organizer

    I am trying to import images into Elements Organizer from my Canon EOS 6D, but it doesn't work properly. I am expecting the images to appear in the Elements Organizer, but the images are only imported onto disk. At the moment I have to re-import images from the disk location as a second step. How can I perform this in one step, as I have seen this in the tutorials?
    I am on a Mac using Yosemite using version 13 of Elements Organizer.

    There is no "into". LR and PS just reference your photos on the hard drive.
    When you import your photos "into" the LR catalog, LR can copy the images off your memory cards to the hard drive if you have not already copied them, but the photos are referenced by the LR catalog by the path and filename for the files.
    If you are having problems getting the images off the cards, what steps are you using and what error messages are you getting?

  • Cannot import image from PSCC to LR 5.3

    I use mac OS 10.8.5, LR5.3 and PSCC.
    I sent an image from LR5.3 to PSCC  (via edit in PS)  where I edited it and then saved it, under a new name, back to the same folder in the LR catalog. It does not seem to matter if I save as TIF or as PSD, I get the following message:
    I can the choose SYNCHRONIZE FOLDER by R clicking the folder in lightroom and the image is promply displayed in the LR grid.
    This is a recent problem. Don't know what I might have changed in preferences for either application.
    Very grateful for any advice,
    vince
    Message was edited by: vinsolo: corrected name
    Message was edited by: vinsolo

    Geoff,
    As many others i clicked correct in error. I am making a day of errors.
    I have corrected that to give you credit.  I retraced my steps with the initial problem and
    REMEMBERED THAT THE IMAGE HAD BEEN SENT TO VIVEZA in desperation TO IMPROVE COLORS. I closed viveza without making changes to the image but I feel certain that that has had something to do with the problem.
    I am severly humbled,  and am VERY GRATEFUL THAT YOU TOOK THE TIME TO HELP ME.
    An admirer of New Zeland and am currently readiong of their soldiers exploits in North Africa in 1942. Tough guys.
    vince

  • Aperture cannot import anything from iPhoto and other bugs!!

    Aperture is buggy. Recently, I just updated Mac OS X to 10.4.5 and also updated iLife 06. Now I cannot import anything from iPhoto. I tried import images from iphoto or import iphoto library, both not working. I can import images from other directories but jut could not see anything display under iphoto library directory. Trying to use import iphoto library, click choose and then nothing happens.
    If you create a smart web gallery, all photos will be automatically duplicated.

    I used Pacifist.app to find iPhoto in the iLife '06 install package and then installed the app in the default location replacing the bundle that was there.
    the normal method gave me an install error.
    Thank you to the person who discovered this.
    I was going nuts trying. I have 6 iphoto libraries with 30,000 photos in total and some would import fine and others would not. couldn't tell the difference between them and had forgotten the update. just got a new iMac intel and wasn't paying attention. Causality

  • How do I import images from my hard drive without losing resolution? My original files after import are significantly smaller. What should I do?

    How do I import images from my hard drive without losing resolution? My original files after import are significantly smaller. What should I do?

    Hi Keith, and all others chiming in, I do have the correct option checked in advanced settings telling iPhoto to copy the images into the library. What is a refernced library? Perhaps this is where I am getting confused. I exported my entire photo library from an old iMac5 to my external hard drive, from there I attempted to import the entire library to my new iMac. Am I overlooking an obvious and easy way to import from the hard drive to the new iMac--I dragged the entire photo pholder from the hard drive to the open window of iPhoto on the new computer. Now, I only get preview file sizes in iPhoto, unless I have my external drive open. Perhaps I need to import the original images from the hard drive in a different way...?! (This is making me feel pretty stupid.)

  • Import Image from scanner to database Direct ..

    can any Colleagues help me ..
    how can i Import Image From Scanner directly
    if anyone can descuss code and how can i do that
    thank for all Colleagues .......

    You cannot.. unless you are prepared to get your hands dirty writing code to integrate a scanner API into Oracle.
    Oracle has a feature called extproc. This allows you to define external "procedures" - these procedures are for example shared object libraries (Linux/Unix) or dynamic link libraries (Windows). A scanner API will be typically implemented by its driver as a shared object/DLL. Which means it is callable from within PL/SQL.
    It may however not be usable - extproc does not support callbacks, does not own a window or process handle, and so on.
    In which case you may need to wrap the DLL into a custom DLL that implements callbacks. perhaps create a hidden window if a window handle is needed, and so on.
    In other words, this is not a trivial thing. You need to know more than just a bit about o/s side (systems) programming.
    You should also ask yourself why you want to do this. Architecturally wiring a scanner into Oracle via PL/SQL and an extproc interface make absolutely no sense at all.
    Especially since operator input/control is required to physically manage device... That is on the very opposite side of the Oracle server spectrum. That is clearly a client function to interact with such a device and not a server function.

  • Imported images from my iPhone became corrupted after importing.

    I Imported images from my iPhone and they became corrupted after importing. They appeared fine just after import, so I unfortunately erased my phone. When I reopened the aperture project where they were stored they had streaks, some were only partially visible, and others had no image just an exclaimation point with the words "incompatible file". thanks in advance for any suggestions or help.

    What you describe are very typical symptoms: You import; the images look to be o.k.; you go ahead and delete them. The problem is that during the import you only see the previews created by your camera, not the actual images you are importing. When you afterwards try to edit or to enlarge the images Aperture will recreate its own, better previews and needs to access the original master image files. If Aperture cannot find the master image files or cannot open them, you may see warnings (unsupported) or corrupted thumbnails. Only then you will notice if the images have been imported correctly, and that may be too late, if you deleted the images from your camera.
    How did you import? Are the imported master image files managed or referenced, i.e. included in the Aperture Library or referenced outside?
    I'd suggest you look directly at the master image files to check if they are o.k. and can be read by other applications.
    If your master image files are managed you'll find the images in the Aperture Library by right-clicking the Aperture Library package and selecting "Show Package Contents". Then Browse the folder "Masters". The master image files are stored in subfolders organized by the date of the import session.
    If your master image files are referenced, open the folder where you told Aperture to move them to.
    Check for two things:
    Have all your images really been imported?
    What is the  format and the state of the images? Try to open the images with Preview, or any other image editor you have and check if they really are corrupted, or if only Aperture has a problem to access them.
    If all your images are there, but Aperture cannot access them, your Aperture library may need fixing.
    Back up your Aperture library (just a precaution) and use the Aperture Library First Aid Tools to repair the permissions or/and to repair the database; see this section of the Aperture 3 User Manual on how to do that: Repairing and Rebuilding Your Aperture Library
    If repairing and rebuilding did not help, but you found the original masters and can read them, then copy them to a location outside Aperture and try to convert them to another file format with Preview or another application that can read them. Then try again to import those files to Aperture.
    Post back, if you have more questions.
    Good Luck
    Léonie

  • Trouble importing images from Canon EOS to iPhoto

    When I returned from my daughter's wedding with about 400 irreplacable photos I discovered that I could not import photos from my Canon EOS to iPhoto on my iMac.  When I initially connect my camera to the computer the images display perfectly. However, when I click "import all" the downloaded images all appear completely blank (gray).  I don't have any difficulty importing images from my iPhone.

    I have had a similar experience with a few greyed out images I did not bother too much because it was not important at the time. I was wondering if you could save them into another format or file and then try importing them from there.

  • No images shown when importing images from external HD

    This only happened recently so I'm not sure if this was due to an update in Aperture or MacOS.
    Anyways, when I try to import images from an external HD, I cannot see the images. The images are there when I check thru Finder but I cannot see any from the import window in Aperture.
    The problem is also inconsistent. There are folders where I can see images but for most I cannot see anything.
    For local disk it works.
    Why does this happen and how can I solve this? thanks

    Are you sure they aren't in your library already? Have you tried de-selecting "don't import duplicates" and see if that changes anything?

  • How can I get bluetooth to import images from my HTC Desire?

    I have a problem with my  mcbp.
    I can connect with my HTC Desire smartphone and send a file no problem.  However, I cannot send images from the phone to my mcbp.  When the phone says it is sending, three small dashes appear across the bluetooth insgnia in the top bar.  Help please?
    Thanks
    Nashorn
    13 Macbook Pro  10.9.1

    My iPhoto is v. 4.0.3.
    Is your QuickTime up to date?
    Video importing requires QuickTime 7.6.2 or later.
    http://support.apple.com/kb/HT4083

  • I cannot import photos from my camera card into light room 5 or photoshop

    I cannot import photos from my camera card into light room 5 or photoshop

    There is no "into". LR and PS just reference your photos on the hard drive.
    When you import your photos "into" the LR catalog, LR can copy the images off your memory cards to the hard drive if you have not already copied them, but the photos are referenced by the LR catalog by the path and filename for the files.
    If you are having problems getting the images off the cards, what steps are you using and what error messages are you getting?

  • Cannot import videos from a sony camcorder.

    cannot import videos from a sony camcorder.

    Hi cape_surfers, and a warm welcome to the forums!
    UPDATE1: About the MPEG-2 component included with iMovie ‘08
    UPDATE2: After raising a stink, I figured that I’d spend a little more time trying to figure out how to make my Handycam work with native iMovie ‘08. Turns out that you have to turn on the camera, wait for OS X pick it up as a USB storage device, and then hang tight for three or four minutes until iMovie detects that your USB storage device is actually a camcorder, and presents the import dialog. I’m glad that I can import native MPEG-2, but am somewhat puzzled by the delay.
    http://mccammon.org/keith/2008/04/24/importing-video-from-sony-hdd-handycam-to-m ac-os-x-105x/
    Also...
    http://www.mobilegadgetnews.com/index.php?showtopic=25362

  • Preview/import images from my canon 5d mark III in lightroom 3?

    Why can't I preview or import images from my canon 5d mark III in lightroom 3?

    blogs.adobe.com/crawlspace/2011/03/why-doesnt-my-version-of-photoshop-or-lightroom-support -my-camera.html

  • Difference between importing images from iphoto via drag & drop vs 'media' button

    Hi (long time reader of this community, but my first post),
    i'm creating a huge document (approximately 200 pages) in Pages (5.0.1, Using Maverick on a 27 inch iMac).
    In the new version of Pages the "Media" button only produces small images that makes it difficult for me to choose which photo i want.
    Is there a difference between importing images from iphoto drag & drop vs 'media' button.
    Or is it better to just drag and drop the original jpegs (which i also have in a folder).
    Is Pages the best program to use for this type of project? it is a profolio with about 4 photos, text, text boxes etc on each of the 200+ pages.
    any help much appreciated.

    Pages 4.3 might be up to the job. I very much doubt Page 5.0.1 is.  It lacks more than 90 features of its predecessor and is very buggy to boot. You probably have an iwork09 folder in your Applications folder. I suggest you trash Pages 5.0.1 and use Pages 4.3 until Apple makestheir new "Eddie Cue" ready for prime time (if, that is, they ever do).

Maybe you are looking for

  • Using the macbook pro with lcd drain the battery?

    hello guy i bought a macbook pro 13 last week and according to what they say  is up to 7 hours and im only getting like  5 just using the web or chatting or doing very basic stuff, i also  want to know if using the macbook pro connected to the lcd tv

  • Authentification with Java, PHP, .htaccess

    Hi there, I am thinking about creating a Java project that requires some authentification routines. Users (which are given a unique user ID) are employing a client software (Java) that retrieves specific data from a webserver (available ressources HT

  • Voucher number not populating for payments run through payment Manager

    Hi I have created automatic Document sequence for Check Payments category and assigned Document category in bank account and payment document, Voucher number is working fine for Manual payments, but when we run through Payment manager it is not popul

  • ERROR PLEASE HELP URGENT!!!!!!!!

    HI, I am getting following error REP-3000: Internal error starting Oracle Toolkit. when I try to run my reports through browser. can any one please help me. Its very urgent. TIA Rajesh

  • Strange cropping activity from photoshop cs6 to lightroom 4.3

    i have never noticed the following activity: I edited, including cropping, an image in photoshop CS6. I saved the image as a tif and also as a psd. Both sent to a folder which exists in LR catalog. Both images were revealed in LR with the SYNCHRONIZE