Video Lr6 EXIF data?

Hi gang!

Simple question. The new Lr 6 displays the EXIF of basis for the video? As fps, etc.

Thank you!

g

LR 6 usually displays this:

But he handles video metadata are generally not robust. A third-party plugin, video Asset Management, did a better job, but it is not as convenient to use built-in video management to LR.

Tags: Photoshop Lightroom

Similar Questions

  • Loading videos photos with date information incorrectly (1970-1-1)

    A day after the update my version of osx from Yosemite to El Capitan, when I import pictures from my camera, I find that the images are imported with the correct date information while the videos are not. I check the date of editing these videos which is correct, so I think that this problem has nothing to do with my camera.  Everything works fine when I use Yosemite also turns out at this point. So, how can I know it?

    The problem is, that the photos have EXIF tags with the date of capture, but the videos do not have this EXIF tag.

    Photos uses instead the creation date of the file.

    Use the command "Image > adjust date and time" in photos to change the date of your videos to the date of change.  This workaround is a lot of extra work, but right now there is no help for it.

    You can send comments to the bug report to Apple, that the creation date of the file is lost during import.  Comments - Photos - Apple

    Using iCloud photo library?  I saw the creation date changes when videos are synchronized with iCloud.

  • Why not Lightroom organizes photos and videos is missing 'date taken' by 'date modified' instead of 'creation date '?

    It always seems to be a problem with Lightroom 5. This post is one of the first results, after trying to Google this problem, and it's for LR3. I don't understand why something so basic to some photos (and video) Organization has been neglected for so long.

    I tried to import and organize all my old photos and videos by date with LR5. They have been backed up and copied several times over the years, most recently on an external drive last week. Thus, each file has a 'creation date' last week. But 'change' is the date recorded.

    It's not bad for pictures with a good EXIF "date taken" - but LR5 resembles the "creation date" for videos, making it completely useless to organize them into folders based on date. He puts videos I recorded in 2010 (in accordance with the "modification date") in a case 2014-12. Why.

    It is not only a video problem - some pictures that I took with devices that does not record date "EXIF taken" are also filed in folders of this month even if the 'update' on them is correct as is 5 years.

    How can I count on LR5 organization importing and based on the date when it is based on the files (lack of "date taken") having never been copied or backed up?

    It has been at least partially fixed in LR 5.5, for images: Lightroom: the dates do not match for the missing files metadata date/time.  But I just tested import a .avi in LR 5.7 / Windows 8.1 and the date below the thumbnail in the grid has been the time of last modification of the file system, while the Date of Capture in the metadata Panel has been set at the time of importation.

    I started a new topic in the Adobe official feedback forum: Lightroom: capture still inconsistent date/time for videos. Please add your vote and review on it.

  • Why my EXIF data is not updated in my photo library?

    I'm putting an existing library about 15 k pictures and after import in the Photos app, I can see that the EXIF data for many of these images are incorrect.

    I've updated the EXIF data using a third party application called 'Pull the shifter' and the images but my photo library has been updated, and pictures taken in 2007 are displayed as having been taken in 2005.

    If I update the EXIF through the Photos, it works immediately so I'm guessing that there is a disparity between the library of Photos and real pictures?

    How can I update the library after external changes?

    You can not

    What are you doing exactly?

    You cannot make changes to the contents of the iPhoto library using pull the shifter or any other program except Photo - there is no user repairable in the photo library - once the pictures are imported in the Photos, you can only use Photos of them to change in any way - if the pictures cannot make the changes that you want to then you will need to make the changes before importing the phtos

    You can check the HoudahGeo - it could work within the iPhoto library - last I looked the pictures do not have the API they ned to do the same with the Photos, but it is possible as things hae advanced since I looked

    LN

  • Copy past Photos in the Newsroom and lost photo EXIF data

    Mac Pro OS X El Capitan to 10.11.6 and Photos Version 1.5 (370.42.0)

    Question: when I do a copy paste a photo of Photos to my mac desktop, the copy is made, but I lose the photo information (EXIF data) and especially the date that the photo was taken. I need this date to filter all my photos and then rename them all directly in the Finder.

    Thanks for your advice

    That's right (copy / paste Gets an overview of average quality without metadata updates)-the proper way is to export the photos (menu, file == > export) checking metadata fields you want to include

    LN

  • Writing EXIF data (and how to define the side of the photo)

    Anyone had luck writing EXIF data in photos? Reading EXIF data are fairly easy, as demonstrated by "photobomber. Writing EXIF data seems to be more painful, however.

    In particular, I'm trying the face value of the photo.  I found mention on the web page of its existence in EXIF, with the code:

    0 x 4746

    That said, when I check the exif - tag.h, apparently not be listed.

    It is clear to me that this is a deal breaker or not.  The tags are listed in the exif - tag.h the only ones that can be used? Or are they simply definitions of convenience tag codes most commonly used?

    Thank you

    Daniel

    Incase others are reading this in the future and ask yourself how: my conclusion is that the best way to define metadata such as:

    -Photo rating

    -Tags

    -Description

    ... does NOT use EXIF.  On the contrary, it seems that XMP is a much better choice:

    http://en.Wikipedia.org/wiki/Extensible_Metadata_Platform

    Ideally, BB10 comes with the XMP library, and it can be easily added to your project. (right-click on the project node in "Project Explorer", go to the context menu item 'Configure', then 'add the library')

    Here's the code I added bo my main.cpp:

    //-----------------------------------------------------------------------------
    // XMP
    //-----------------------------------------------------------------------------
    
    // Must be defined to instantiate template classes
    #define TXMP_STRING_TYPE std::string
    
    // Must be defined to give access to XMPFiles
    #define XMP_INCLUDE_XMPFILES 1
    
    #define UNIX_ENV 1
    
    #include "xmp/XMP.incl_cpp"
    #include "xmp/XMP.hpp"
    
    #include 
    #include 
    
    using namespace std;
    
    //-----------------------------------------------------------------------------
    

    ... and here's what I added to the .h file that I wanted to use XMP in: (it does not include the XMP.incl_cpp at the top of the notice)

    //-----------------------------------------------------------------------------
    // XMP
    //-----------------------------------------------------------------------------
    
    #define TXMP_STRING_TYPE std::string
    #define XMP_INCLUDE_XMPFILES 1
    #define UNIX_ENV 1
    
    #include "xmp/XMP.hpp"
    
    #include 
    #include 
    
    using namespace std;
    
    //-----------------------------------------------------------------------------
    

    And finally, here's a big copy and paste part of the key code that I adapted to the code example in the XMP SDK I downloaded separately for read/write some common tags.  Feel free to use this code in your own applications, or to adapt it, if that's helpful.

    int ImageViewContainer::xmpWrite()
    {
        qDebug() << "xmpWrite()";
    
        string filename = file.toStdString();
    
        if (!SXMPMeta::Initialize())
        {
            qDebug() << "XMP: An error occurred initializing XMP.";
            return -1;
        }
    
        XMP_OptionBits options = 0;
    
        #if UNIX_ENV
            options |= kXMPFiles_ServerMode;
        #endif
    
        if (!SXMPFiles::Initialize(options))
        {
            qDebug() << "XMP: An error occurred initializing SXMPFiles.";
            return -1;
        }
    
        try
        {
            // Try using the smart handler.
            XMP_OptionBits opts = kXMPFiles_OpenForUpdate | kXMPFiles_OpenUseSmartHandler;
    
            bool ok;
            SXMPFiles myFile;
    
            // Open the file.
            ok = myFile.OpenFile(filename, kXMP_UnknownFile, opts);
            if (!ok)
            {
                qDebug() << "XMP: No smart handler available for " + file + ". Trying packet scanning.";
    
                // Now try using packet scanning.
                opts = kXMPFiles_OpenForUpdate | kXMPFiles_OpenUsePacketScanning;
                ok = myFile.OpenFile(filename, kXMP_UnknownFile, opts);
            }
    
            // If the file is open then read the metadata.
            if (ok)
            {
                qDebug() << "XMP: Opened: " << file;
    
                // Create the xmp object and get the xmp data.
                SXMPMeta meta;
                myFile.GetXMP(&meta);
    
                // Should we be doing this?
                meta.SetProperty(kXMP_NS_XMP, "CreatorTool", "Updated by PhotoStar", 0);
    
                int ratingToSet = rating;
                if (ratingToSet == -1) { ratingToSet = 0; }
                meta.SetProperty(kXMP_NS_XMP, "Rating", QString::number(ratingToSet).toStdString(), 0);
    
                // Required before we can call other functions that refer to this namespace
                // without getting an exception.
                std::string tmp;
                meta.RegisterNamespace("http://ns.microsoft.com/photo/1.0/", "MicrosoftPhoto", &tmp);
    
                if (ratingToSet == -1)
                {
                    meta.DeleteProperty("http://ns.microsoft.com/photo/1.0/", "Rating");
                }
                else
                {
                    int microsoftRating;
    
                    // Mapping:
                    // xmp:Rating=1 -> MicrosoftPhoto:Rating=1
                    // xmp:Rating=2 -> MicrosoftPhoto:Rating=25
                    // xmp:Rating=3 -> MicrosoftPhoto:Rating=50
                    // xmp:Rating=4 -> MicrosoftPhoto:Rating=75
                    // xmp:Rating=5 -> MicrosoftPhoto:Rating=100
    
                    if (ratingToSet == 1)
                    {
                        microsoftRating = 1;
                    }
                    else
                    {
                        microsoftRating = (ratingToSet - 1) * 25;
                    }
    
                    qDebug() << "MicrosoftPhoto:Rating: " << QString::number(microsoftRating);
                    meta.SetProperty("http://ns.microsoft.com/photo/1.0/", "Rating", QString::number(microsoftRating).toStdString(), 0);
                }
    
                // Delete old tags. (?)
                meta.DeleteProperty(kXMP_NS_DC, "subject");
    
                // Tags
                for (int i = 0; i < tags.size(); ++i)
                {
                    string value = tags[i].toStdString();
                    meta.AppendArrayItem(kXMP_NS_DC, "subject", kXMP_PropArrayIsOrdered, value, 0);
                    //meta.SetArrayItem(kXMP_NS_DC, "subject", i + 1, value, 0);
                }
    
                meta.SetLocalizedText(kXMP_NS_XMP, "Description", "en", "en-US", description.toStdString(), NULL);
    
                // Update the Metadata Date
                XMP_DateTime updatedTime;
    
                // Get the current time. This is a UTC time automatically adjusted for the local time.
                SXMPUtils::CurrentDateTime(&updatedTime);
                //if (meta.DoesPropertyExist(kXMP_NS_XMP, "MetadataDate"))
                //{
                    meta.SetProperty_Date(kXMP_NS_XMP, "MetadataDate", updatedTime, 0);
                //}
    
                // Now update alt-text properties
                //meta.SetLocalizedText(kXMP_NS_DC, "title", "en", "en-US", "Kind of pretty");
    
                // For debugging
                if (false)
                {
                    // Serialize the packet and write the buffer to a file.
                    // Let the padding be computed and use the default linefeed and indents without limits.
                    string metaBuffer;
                    meta.SerializeToBuffer(&metaBuffer, 0, 0, "", "", 0);
    
                    //qDebug() << QString::fromStdString(metaBuffer);
    
                    // Write the packet to a file as RDF
                    writeRDFToFile(&metaBuffer, filename + "_XMP_RDF.txt");
                }
    
                // Check we can put the XMP packet back into the file.
                if (myFile.CanPutXMP(meta))
                {
                    // If so then update the file with the modified XMP.
                    myFile.PutXMP(meta);
                }
                else
                {
                    // Silent for now. TODO: Should this be indicated in
                    // the UI somehow?
                    qDebug() << "XMP: Can't write to file.";
                }
    
                // Close the SXMPFile. This *must* be called. The XMP is not actually written and the
                // disk file is not closed until this call is made.
                myFile.CloseFile();
            }
            else
            {
                qDebug() << "XMP: Unable to open " << file;
            }
        }
        catch(XMP_Error & e)
        {
            qDebug() << "XMP ERROR: " << QString::fromStdString(e.GetErrMsg());
        }
    
        // Terminate the toolkit
        SXMPFiles::Terminate();
        SXMPMeta::Terminate();
    
        return 0;
    }
    
    int ImageViewContainer::xmpRead()
    {
        qDebug() << "xmpRead()";
    
        string filename = file.toStdString();
    
        if (!SXMPMeta::Initialize())
        {
            qDebug() << "XMP: An error occurred initializing XMP.";
            return -1;
        }
    
        XMP_OptionBits options = 0;
    
        #if UNIX_ENV
            options |= kXMPFiles_ServerMode;
        #endif
    
        if (!SXMPFiles::Initialize(options))
        {
            qDebug() << "XMP: An error occurred initializing SXMPFiles.";
            return -1;
        }
    
        try
        {
            // Try using the smart handler.
            XMP_OptionBits opts = kXMPFiles_OpenForRead | kXMPFiles_OpenUseSmartHandler;
    
            bool ok;
            SXMPFiles myFile;
    
            // Open the file.
            ok = myFile.OpenFile(filename, kXMP_UnknownFile, opts);
            if (!ok)
            {
                qDebug() << "XMP: No smart handler available for " + file + ". Trying packet scanning.";
    
                // Now try using packet scanning.
                opts = kXMPFiles_OpenForUpdate | kXMPFiles_OpenUsePacketScanning;
                ok = myFile.OpenFile(filename, kXMP_UnknownFile, opts);
            }
    
            // If the file is open then read the metadata.
            if (ok)
            {
                qDebug() << "XMP: Opened: " << file;
    
                // Create the xmp object and get the xmp data.
                SXMPMeta meta;
                myFile.GetXMP(&meta);
    
                bool exists;
    
                // Stores the value for the property.
                string value;
    
                // XMP Rating
                exists = meta.GetProperty(kXMP_NS_XMP, "Rating", &value, NULL);
                if (exists)
                {
                    rating = QString::fromStdString(value).toInt(&ok);
                    if (!ok)
                    {
                        rating = -1;
                    }
                }
                else
                {
                    rating = -1;
                }
    
                // Microsoft Rating (only look for this if xmp:Rating is missing)
                if (rating == -1)
                {
                    // Required before we can call other functions that refer to this namespace
                    // without getting an exception.
                    std::string tmp;
                    meta.RegisterNamespace("http://ns.microsoft.com/photo/1.0/", "MicrosoftPhoto", &tmp);
    
                    exists = meta.GetProperty("http://ns.microsoft.com/photo/1.0/", "MicrosoftPhoto:Rating", &value, NULL);
                    //exists = meta.GetProperty(kXMP_NS_XMP, "Rating", &value, NULL);
                    if (exists)
                    {
                        rating = QString::fromStdString(value).toInt(&ok);
                        if (!ok)
                        {
                            rating = -1;
                        }
                        else
                        {
                            // The Microsoft rating is 0, 25, 50, 75, 100.
                            rating /= 25;
                        }
                    }
                    else
                    {
                        rating = -1;
                    }
                }
    
                value.clear();
    
                qDebug() << "XMP Rating: " << rating;
    
                // Tags
                tags.clear();
                int arraySize = meta.CountArrayItems(kXMP_NS_DC, "subject");
                for (int i = 1; i <= arraySize; i++)
                {
                    meta.GetArrayItem(kXMP_NS_DC, "subject", i, &value, 0);
                    qDebug() << "XMP Tag[" << i << "]: " << QString::fromStdString(value);
                    tags.append(QString::fromStdString(value));
                }
    
                value.clear();
    
                // Description
                meta.GetLocalizedText(kXMP_NS_XMP, "Description", "en", "en-US", NULL, &value, NULL);
                description = QString::fromStdString(value);
                qDebug() << "XMP Description: " << description;
    
                timestamp = QDateTime();
                XMP_DateTime updatedTime;
                // Get the current time. This is a UTC time automatically adjusted for the local time.
                SXMPUtils::CurrentDateTime(&updatedTime);
                if (meta.DoesPropertyExist(kXMP_NS_XMP, "MetadataDate"))
                {
                    meta.GetProperty_Date(kXMP_NS_XMP, "MetadataDate", &updatedTime, 0);
                    if (updatedTime.hasDate)
                    {
                        if (updatedTime.hasTime)
                        {
                            timestamp = QDateTime(QDate(updatedTime.year, updatedTime.month, updatedTime.day), QTime(updatedTime.hour, updatedTime.minute, updatedTime.second));
                        }
                        else
                        {
                            timestamp = QDateTime(QDate(updatedTime.year, updatedTime.month, updatedTime.day), QTime(0, 0, 0));
                        }
                    }
                }
    
                // Close the SXMPFile. The resource file is already closed if it was
                // opened as read only but this call must still be made.
                myFile.CloseFile();
            }
            else
            {
                qDebug() << "XMP: Unable to open " << file;
            }
        }
        catch(XMP_Error & e)
        {
            qDebug() << "XMP ERROR: " << QString::fromStdString(e.GetErrMsg());
        }
    
        // Terminate the toolkit
        SXMPFiles::Terminate();
        SXMPMeta::Terminate();
    
        return 0;
    }
    

    Note that the code above makes use of some class member variables:

        int rating;
        QList tags;
        QString description;
        QDateTime timestamp;
    

    One final note: there is a code that deals with the MicrosoftPhoto:Rating XMP tag. It's because I'm on Windows and I noticed that if you click on a photo in Windows Explorer, it allows you to display/change some meta (such as star ratings) data directly in Explorer. When you do so, it sets the MicrosoftPhoto:Rating tag (as well as the tag xmp:Rating, I believe). Once, he put that, if your application updates the xmp:Rating tag but don't update the MicrosoftPhoto:Rating tag and the file returns on Windows, then he continues to use the old notation before your update app. (he seems to ignore xmp:Rating if MicrosoftPhoto:Rating is present)

  • LR mobile EXIF data

    I don't know how I did it, but all the images on my LR mobile are now show EXIF data in a collection. I don't want data EXIF for show - how should I do this?

    * Double tap with 2 fingers.

  • Modify the Exif data

    Hello world!
    I'm having some trouble surrounding the metadata on some images in my library of images.

    I just started working at a new company and their library of images is a mess. I worked on the automation of a project I've worked on, but so that it works properly, I need to access the metadata for the images that I work with.


    Here's the problem; Many of their images have the date stored in the tab 'base' in 'File Info', but they don't have anything in the exif data. Is their no way to automate Photoshop or bridge (or possibly Automator or Applescript) to fill in the exif data based on the "Date of creation" of in the Basic tab?

    I am at a loss here, there are more than 30,000 images to treat so typing manually for each image is not really an option (I really hope that I am not obliged)

    I really appreciate any help and suggestions.

    Thank you all!

    -Jeremy

    I downloaded the script you need to be connected and put it here for you...

    Wikisend: free file-sharing service

  • [HELP] Photoshop is remove all my EXIF data

    Hey guys!

    I have used Photoshop CC for a few months now, and I just realized something quite recently. I was downloading some of my photos on Flickr, and they seem to have lost all the EXIF data after going through photoshop. Now, let me explain. I will pull my (JPEG) image in Photoshop, leave it as the standard background layer, run through the Camera Raw Filter and then export it to JPEG. However, all my EXIF data seems to be lost - and it's not just Flickr. I tried to view the EXIF data using a number of different programs, but he seems to have completely disappeared - it removes even the date that the photo was captured.

    If anyone has a solution for me - or if I just some stupid mistake - please let me know!

    Thank you!

    Michael

    Hey sarsaxen!

    Thanks for your reply.

    In fact, I thought that my problem. I had been using the 'Export' function instead of the function "Save as." It's all good now.

    Thank you!

    Michael

  • Corrupted in exported image exif data

    I see what looks like to corrupted EXIF data in exported images such as reported by exiftool.  The problem occurs when you export an image edited from a Q Leica DNG file.  ExifTool reports "warning: possibly incorrect maker [minor] note offsets (fix by 1196?)" followed by the four following fields "

    The name of the file: ~.

    Original directory:

    Index of the file: 3982

    Film Mode                       : ?..?.?.?.".|?

    Levels of WB RGB: 3605.922052 0.951899398 1.068280702

    The Film contains unprintable characters.   The original DNG EXIF data reported by exiftool is

    File name: L1000034. DNG

    Original directory: 100LEICA

    Index of files: 34

    Movie mode:

    Levels of WB RGB: 0.4780578898 1 0.674571805

    JPEG exported from Lightroom 6.2.1.   Same problem with 6.1.something.  No problem noticed edited CR2 or RAF files export.

    Anyone else noticing something similar?   You wonder if it's specific to the Leica Q files.

    From what I can tell, these are the owners for this camera metadata fields. You see errors on these fields with the files from your other devices is because these cameras create these fields in their files. And it really seems to be just this model of camera, I checked with other Leica cameras and still couldn't see these fields that appear. It seems that it is fair field that Lightroom is not familiar with and that he does not know how to work with them (he essentially leaves them empty, with the exception of some fill characters when text is required). Like Exiftool reports, it's a just a warning and not an error. In addition, this caution is minor.

    Here's what Exiftool himself has to say about this kind of situation: ExifTool FAQ.

    What I understand reading FAQ, these fields is essentially the shortcuts that point to other information in the file. The error indicates that these shortcuts (reclining) do not point to the correct location (MakerNotes), or something of the sort. You can force a repair by adding the f (case-sensitive) tag to the Exiftool commands.

    Apart the Exiftool warning, do you experience any interruption of your workflow? Other applications fail to work with these files, or you encounter errors?

  • Photoshop Fix photo EXIF data has been erased for most

    Thanks to the Adobe team for the launch of the app PS difficulty. I downloaded and immediately tried and was astonished to see what he could do. After that I saved my edit of a photo film to my iPhone and the application Exift to verify its Exif data, I was shocked to discover the Exif data of the photo has been removed for most. Please see the 2 sheets of Exif below for your reference: the 1st is one of the original photo. the 2nd is that the difficulty of the PS edited photo where you can see most data has disappeared.

    Thank you'd know by your really and all other users PS difficulty if this problem could be solved.


    Or maybe there's a way to fix it in the application settings? Please enlighten me.



    Exif 1.PNG

    Exif 2.PNG

    Hi Paul, Fix currently does not record the metadata for the exported image. This is something that we are looking at adding in a later version.

  • EXIF data

    Hello, I want to buy the f/2 of 12mm samyang. It is a manual focus lens I read a review on dpreview, indicating that exif data registration information will not be registered to post.  Is that mean that the correction of the profile will not work in photoshop either? Thank you... Mike

    I would say that this would be true. I don't know if you could even make your own profile construction and be able to apply it.

  • LR does not update changed the EXIF data

    I imported a bunch of photos of LR and subsequently added to GPS information for raw files using Canon card utility. The GPS info is there (I checked in the dialog box information on the file in the Finder), but LR doesn't! I don't mind reimport the files to get the GPS data that is recognized, but it seems that the only way to do is to remove the images from the catalog, which means losing the settings that I already had on them. Y at - it an option to update the EXIF data in LR without this drastic measure?

    Then select one of the photos to which you've added the GPS data and make metadata > read metadata file.   This will read the metadata to raw files in the LR catalog without losing your changes. but any changes you have made in metadata in LR - words - keys, legend, - will be lost.

    Going further, why not use module card LR instead?

    In addition, if you have never metadata > save metadata to file, or your turn on the option changes automatically write in XMP, then for these photos, LR metadata read/write from sidecar .xmp file (a file with the same base name of that image, but with the .xmp extension), rather than the file raw itself.

    In addition, many people are also wary of editing raw files, because each manufacturer has its own format owner (so the reason of .xmp sidecar).  In your case, no doubt you use utility of Canon to change the Canon raw files, while the risk is mitigated.

  • How can I get basic EXIF data integrated with photos that I download on Flickr using Lightroom for mobile?

    When I upload pictures to Flickr using mobile LR it does not include EXIF data (i.e. ISO, shutter speed, Aperture, etc.). Is there a way to do this turn on?

    You can enable this in the Mobile Lr frame-> share with metadata. Hope that answers your question. -Guido

  • Print module Lightroom bands exif data when printing to JPEG

    Lightroom print module strips exif data when printing in format jpeg - how can you prevent this or restore the exif data?

    Use export instead of print to Jpg format to have the exif data in your file.  The print module was never meant to include exif.  For example, how could save exif if you print 3 photos in format a JPG or a Board-contact.

Maybe you are looking for

  • Black information bar

    A location/info black horizontal bar appeared on the desktop. He tells me where youse cursor is at this time. He hates! Cannot find a way to turn it off. It gives me too me random black lines and boxes in any window, I opened. Help, please!

  • I can't send e-mail s/u does not recognize centurytel as a supplier

    Recently, there was a lighten strike that took all of Qwest service for more than 24 hours. Since then, I am unable to send that e-mail can receive but not send lucky. All my outgoing SMtP settings which are Centurytlink (Centuirytel) told me to use.

  • HP 6500 Office Jet: is there a difference between an office jet 6500 and the other with a 'a' or 'more '.

    Hello, first post here. They gave me an office jet 6500 without the cd rom set up the disc. The Unit came with 4 new cartridges. Started trying to get to the top and running and first it attracts not paper. Checked this site and resolved that. (tempo

  • Satellite Pro 4290: dead on AC, OK on battery

    Hello I posted this comp.sys.laptops, but without response. I just found this forum. I hope someone here has an idea... Here's the problem: My trusty old Satellite Pro 4290 has started to work only intermittently on current alternative - jiggling the

  • Carpet * a DVD - RAM in Satellite A100 drive does not work properly

    When I insert any type of disc, the drive lights up, but the system cannot access anything on the disc. I tried all the fixes that were shown in the forums, but nothing works. The message I get is: D: / is not accessible. I/o device error. Oddly enou