Scanner does not show for scanning

My Printer is installed though when I try to scan a document ,I donot see scan when I open Printer to scan.

Hi @nray525,
Welcome to the HP Forums!
I understand that you cannot scan, and I am happy to help!
For further assistance, I will need to know:
The Product/Model Number of your printer. Follow instructions in this link. Finding Your HP Product Model Number.
If you are using a Windows or Mac Operating System, and the version number. To find the exact version, visit this link. Whatsmyos.
If the printer is connected, Wireless, Ethernet, or USB.
If the printer is able to make copies.
If the power cable is plugged into a surge protector, or directly to the wall outlet. Issues when Connected to an Uninterruptible Power Supply/Power Strip/Surge Protector. This applies to Inkjet printers as well. 
If you are using Windows, please try our HP Print and Scan Doctor, and let me know what happens!
Hope to hear from you soon!
RnRMusicMan
I work on behalf of HP
Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
Click the “Kudos Thumbs Up" to say “Thanks” for helping!

Similar Messages

  • Brother DCP8080DN scanner does not show up in Image Capture's list of devic

    Hi, I've been printing successfully to a Brother DCP-8080DN for a while now. I have the latest CUPS driver and recently installed the latest Twain driver from Brother. I can scan from the Brother Control Center utility but the printer scanner does not show up in Image Capture nor does it appear in the Print&Fax Print Queue (it's supposed to show up on the right side). Any idea how to get 10.6.6 to recognize the scanner? Rebooting didn't help.

    I found the legacy twain_32.8ba however when I try to find the "into" location, and I typed it very carefully..there is no path to this location.
    I can't understand why Adobe would do this to me. Do they expect me to go out and buy another scanner?  I've written to Microtek. All previous versions of Elements I've had import from this scanner and I've installed the latest scanner software. It's horrible that I have to throw away the money I spent on this so-called upgrade and go back to a previous version. Who thinks up this stuff?
    I hope other potential purchasers of 9 understand what they're getting into. I would also like to get rid of the bothersome "ID interface" at the beginning..I would like to get to Photoshop edit is quickly as possible but Adobe is putting me through some sort of merchandising of their "free" web space. I don't want it. I'm spending way to much time on this. - Larry

  • I have a new iMac with osx 10.8.3 i can not get my hp laserjet m1522nf scanner to work. The printer works but when in scanner mode the scanner does not show up

    I have a new iMac with osx 10.8.3 i can not get my hp laserjet m1522nf scanner to work. The printer works but when in scanner mode the scanner does not show up.I tried to install the newest hp driver for the printer but when I install the computer ca not find the printer.

    Repair permissions and restart your computer.
    Make sure you have the updated scanner drivers installed. 
    Install the gimp drivers:  http://gimp-print.sourceforge.net/MacOSX.php 
    http://support.apple.com/kb/PH11070 OS X Mountain Lion: Troubleshoot a network printer 
    http://support.apple.com/kb/PH11143 OS X Mountain Lion: Reset the printing system
    http://support.apple.com/kb/HT3669 Printer and scanner software available for download
    What to do when you can't print

  • SQL Server Usage Summary page, the count of user/device: does not show for SQL Server 2008

    Does MAP tool capture User Summary  (count of users, their details) for SQL Server 2008? 
    At my end, its working for SQL Server 2012 but not showing User Summary for SQL Server 2008..
    Does the User Summary only works for SQL Server 2008 Enterprise edition as one of the thread points out?

    This is from the
    Wiki article:
    SQL Server 2008 Enterprise and Datacenter Editions introduced audit event configuration for Windows security logging, which enabled SQL Server 2008 to log logon events to the Windows Security log. The table below shows which versions and editions have the Audit
    feature that is needed to record the logon events. MAP cannot obtain user and device access information for any other editions or any older versions of SQL Server.
    Datacenter
    Enterprise
    Business Intelligence
    Standard
    Workgroup
    Web
    Express
    SQL Server 2008
    N/A
    Yes
    N/A
    No
    No
    No
    No
    SQL Server 2008 R2
    Yes
    Yes
    N/A
    No
    No
    No
    No
    SQL Server 2012
    N/A
    Yes
    Yes
    Yes
    N/A
    Yes
    Yes
    Please remember to click "Mark as Answer" on the post that helps you, and to click
    "Unmark as Answer" if a marked post does not actually answer your question. Please
    VOTE as HELPFUL if the post helps you. This can be beneficial to other community members reading the thread.

  • My scanner does not show up in the drop down list to get photos from scanner

    Deleted scanner is listed and drop down list does not contain my new scanner?

    Of course, we don't know what Adobe told you to do. It may well be a bug. Yesterday someone posted on another forum with a similar problem as it relates to PSEv.11.
    http://www.elementsvillage.com/forums/showthread.php?t=80876
    If you have not done so already, I would exhort you to go to the Canon web site to download the latest driver for your machine. The installation disk may have been produced prior to release of PSEv.12. Nothing to lose!

  • Custom ribbon button does not show for a Tasks list

    I created a simple app using Visual Studio 2012 to add a custom ribbon button for a tasks list. After deploying the app to the SharePoint online, the button does not appear on the ribbon. The exact same button gets displayed properly
    when added to the ribbon for a custom list.  The elements file with the location of the button gets generated, so I can't imagine it would be wrong, but just in case, this is what I have:
    <CustomAction Location="CommandUI.Ribbon"....
    <CommandUIDefinition Location="Ribbon.ListItem.Actions.Controls._children">...
    Any help is greatly appreciated.
    One more thing, if I add this button using SharePoint Designer 2013, the button does not get displayed either. I have a feeling it might be problem with the Tasks list?
    Thanks

    Hi Danny,
    The button needs to be displayed only for one specific list. And as I mentioned, the elements file for the ribbon button was generated by VS, here is the content:
    <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
    <CustomAction Id="02aa4c3b-bb73-4dfa-989c-d63a9591dcee.RibbonCustomAction" RegistrationType="List" RegistrationId="{$ListId:Lists/Projects;}" Location="CommandUI.Ribbon" Sequence="10001" Title="Create Project Site">
    <CommandUIExtension>
    <CommandUIDefinitions>
    <CommandUIDefinition Location="Ribbon.ListItem.Actions.Controls._children">
    <Button Id="Ribbon.ListItem.Actions.RibbonCustomActionButton" Alt="Create Project Site" Sequence="100" Command="Invoke_RibbonCustomActionButtonRequest" LabelText="Create Project Site" TemplateAlias="o1" Image32by32="_layouts/15/images/placeholder32x32.png" Image16by16="_layouts/15/images/placeholder16x16.png" />
    </CommandUIDefinition>
    </CommandUIDefinitions>
    <CommandUIHandlers>
    <CommandUIHandler Command="Invoke_RibbonCustomActionButtonRequest" CommandAction="~remoteAppUrl/Pages/Default.aspx?{StandardTokens}&SPListItemId={ItemId}&SPListId={ListId}"/>
    </CommandUIHandlers>
    </CommandUIExtension >
    </CustomAction>
    </Elements>
    If the same button is added for a custom (not a Tasks) list, the button shows up fine.
    Thanks

  • UWL Subview does not show for one user

    Hi All - We have a UWL Subview. It is working fine except for one user. He cannot see the entire Subview drop down box at all. It is as if it does not exist. I've verified he has the tasks for the Subview to appear. Can anyone give some ideas as to what other possibilities this can happen? I've tried several things. Verified with security no roles exist for functionality within the UWL. The user have tried going to our QA system and logged in as a test user id - Subview visible. His ID is valid and active in ECC. If you don't have a direct answer, maybe you know of tools on how to debug or trace the UWL. I've seen two threads exactly like my situation and they receive no responses. Hopefully, there is something new to my request.
    Thanks in advance.

    The issue is resolved. In the Portal UWL Admin screen, the user showed personalization settings for the Subview. We decided to delete all entries. He can now see the Subview drop down. It is weird because on his own his access to his own personalization settings is empty.

  • Scanner does not show up in PSE 9

    I've used Photoshop Elements 5 for several years and my Microtek Scanner always appeared as a choice under the "import" menu. Now I spent money on this supposedly improved version of PSE, version 9, and there's NO TWAIN SCANNER. I have to scan through the scanner's software and then open in PSE 9. An extra step I've never had to take in Photoshop Elements or Photoshop before. This is an improvement? I've reloaded the latest version of the Microtek software. Still nothing under the pse9 import menu. Can this be fixed or is this a permanent "improvement" to PSE 9. I'm really put out by having to go through this extra work to get my new version to work as well as my old version. About ready to scrap 9 and count it as a loss and never buy another upgrade to this product. Adobe, why do you do this to me? What's the fix or is there one?

    I found the legacy twain_32.8ba however when I try to find the "into" location, and I typed it very carefully..there is no path to this location.
    I can't understand why Adobe would do this to me. Do they expect me to go out and buy another scanner?  I've written to Microtek. All previous versions of Elements I've had import from this scanner and I've installed the latest scanner software. It's horrible that I have to throw away the money I spent on this so-called upgrade and go back to a previous version. Who thinks up this stuff?
    I hope other potential purchasers of 9 understand what they're getting into. I would also like to get rid of the bothersome "ID interface" at the beginning..I would like to get to Photoshop edit is quickly as possible but Adobe is putting me through some sort of merchandising of their "free" web space. I don't want it. I'm spending way to much time on this. - Larry

  • WT /411, /311 and 711 does not show for Form 940 credit reduction

    I'm facing issue in form 940 credit reduction schedule A, In the payroll log I do not see /411, /311 and /711 wages types.  Tax type 10 and 11 are there in tax model and also in BSI tax authority is there in Optional Rates Override.  Please advise what I'm missing.
    Thanks,
    Anita

    Hi Anita,
    As a base rule, state tax type 11 is to compensate FED tax type 10, hence wherever you see tax type 10 assigned in FED tax combos against all tax classes, tax type 11 needs to be made available under same tax classes but for state.
    Anyways, what you need to do is that -
    1. Go to table T5UTD and see what all states have tax type 11 active for it and note it down.
    2. Once done, you will need to look at FED tax model in table T5UTM and what all tax combos under tax area "U" have tax type 10 for tax class (which corresponds to your processing class 71 specifications). Note the tax classes that have tax type 10 under FED tax model.
    3. Finally got each state that you have found as tax type 11 is active under step 1 from table T5UTD and for respective tax classes that you found from step 2 under FED model, look for same tax classes in each of state applicable and add tax type 11 under table T5UTY for tax combos found in table T5UTM against those tax classes for state tax model. Please make sure that if tax combos are shared across or used by different other tax models than create a new model replicating existing one and add tax type 11 to it, then assign same to tax model agaisnt taht tax class and tax area "U".
    Example:-
    You have found out that MI (Michigan) has tax type 11 active under T5UTD table but it does not come in your payroll log.
    Suppose FED has tax model 100 assigned under table T5UTE.
    Now this 100 tax model in table T5UTM has tax class 2 which has tax combo assigned as 40 against tax area "U".
    Tax combo 40 in table T5UTY has tax type 10 only.
    Go to Michigan tax model in table T5UTE, suppose it was 120.
    Go to table T5UTM and look for tax model 120 and tax class 2. Suppose tax combo assigned is 43 against tax area "U".
    Tax combo 43 in table T5UTY has tax type 10 only but since FED has tax type 10 assigned to tax class 2 therefore MI combo should also have tax type 11 in tax combo 43.
    This change to tax combo 43 applies if tax combo 43 is only avaiable under tax model 120.
    If tax combo was also used for other tax model then you will need to copy create 43 to other new tax combo number not used till date and copy all tax types under it.
    Note:-
    Here I have only told you about one tax class i.e. 2 and one state MI. You will need to configure same for all tax classes as applicable for MI and other states too.
    Thanks,
    Ameet

  • Top bar does not show for displaying PDFs in browser

    The top bar (the one that has: File-Edit-View-Documents-Tools-Window-Help) displays when the Preference is set to NOT display PDFs in my browser. But when I set the Preference to display PDFs in my browser, the top bar does not display.
    How can I get the top bar to display when my Preference is to display PDFs
    in my browser? That is the manner in which I use Acrobat Reader 90 percent of the time.
    I am using Acrobat Reader 9 which I just downloaded yesterday, my operating system is Windows XP (with Service Packs 1 and 2) and my browser is Internet Explorer.
    Can anyone here help me? Or is there a better place to get help on this?
    Milton Beychok

    Well the problem is that, in Windows, the menu bar is owned by the application. When you view the PDF in the browser, the browser owns the menu bar and chooses what to show. Hence it shows only the browser items and not the Reader menus. If you view it outside the browser, Reader is running stand-alone and shows it's menu items.
    I think, all you can do is show make sure the button bars you want are exposed by default.

  • Cancel Query dialog does not show for long queries

    Hi,
    I've set the interaction mode of my form to non-blocking. I then ran a long query which takes about 5 minutes to display the results. The Cancel Query popup that everyone is talking about is still not showing.
    What should my settings be to make the Cancel Query dialog popup? My client wants to have the option to cancel a query while it is still processing.
    I'm using Oracle Forms 9.0.4.0.10 and Oracle Database 10g.
    Any help with regards to this will be highly appreciated.

    super

  • Acrobat 9 MAC, current scanner does not show up, only old ones

    Old scanners are not in the Mac OS panel anymore, only in Acrobat. Current scanner shows up in the OS, but not in Acrobat. Strange...
    I have uninstalled and reinstalled Acrobat, still only showing old scanners, not the current one.

    Does your new scanner support TWAIN properly or does it use a custom driver? That's al lthat matters. Acrobat only uses TWAIN sources and the old scanners are still listed because their source info has been cached. I'm sure there is some .plist file somewhere that can be/ must be flushed to make them disappera and possibly also make Acro scan for devices anew... Anyway, ask in the Acro forum for specifics.
    Mylenium

  • RowInconsistentException does not show for the 2nd time

    Hi,
    I have a simple page with a few input fields and a save button.
    The input fields are derived from a ViewObject based on a single Entity Object.
    I open the page in two browsers. I follow the below steps:
    1) make changes in first browser
    2) make change in second browser
    3) save changes in first browser - it is successful
    4) click on save on second browser - a RowInconsistentException is thrown
    5) click on save again in the second browser - the changes gets saved, I was expecting the exception to be thrown again, but it is not thrown.
    I tried debugging it by printing the posted attributes (Entitiy.getPosetdAttribute()) before saving.
    On step-4 the posted attributes are different then the ones in DB, so the exception is thrown, that is fine.
    But on step-5 the posted attributes are same as the ones in the DB, (it looks like they are updated from the DB again on step-4) and the exception is not thrown.
    But in my page I want the save in step-5 to fail so that the user has to requery the page. How can I do that?
    Any Idea!!
    Thanks,
    Anil

    If you want to keep getting the JBO-25014 and not refresh the values from the database:
    boolean[] attributeChanges;int numberOfAttributes;
    public void lock() {   
    Object[] currValues = saveCurrentValues();  
    try {        super.lock();    }
    catch (RowInconsistentException e) {        revert();        resetCurrentValues(currValues);        throw(e);    }}
    private Object[] saveCurrentValues() { 
    attributeChanges = new boolean[getAttributeCount()];    numberOfAttributes = getAttributeCount();    // Save the current values of the attributes (so that we can restore them later)   
    Object[] currValues = new Object[numberOfAttributes];      
    for (int i=0; i<numberOfAttributes; i++) {       
    currValues[i] = getAttribute(i);        attributeChanges[i] = isAttributeChanged(i);    }    return currValues;}  
    private void resetCurrentValues(Object[] currValues) {   
    for (int i=0; i<numberOfAttributes; i++) {         // Set the EO instance with the saved values                   System.out.println("Attr["+ i + "] :" +currValues[i]);                 
    if (attributeChanges[i]) {           
    populateAttributeAsChanged(i, currValues[i]);         }
    else {            
    populateAttribute(i, currValues[i]);         }    }}
    Sorry about the formatting. The new forum mess everything up
    Timo

  • Data does not show for forms created in 6.0 Pro, in 8.0 Pro and 10.0 Pro

    Greetings...
    Our company have several forms created using Acrobat 6.0 Pro.  We upgraded to 10.0 Pro, and noticed that the forms do open, with NO data (that was entered using 6.0 Pro).  We downgraded to 8.0 Pro, with the same result.  These fillable forms show up in 8.0 and 10.0 as blank forms (as though there was no data entered in the fillable fields!).  If you encountered this, and found a work-around, please post...   Thanks.

    We used Acrobat 6.0 Prof, to fill in the forms (fillable fields). We received the forms from Los Angeles County.  

  • The previewer does not show for the project itself only the events

    I recently bought Ilife 11 and installed it, before I left ilife '09 I was working on a video in imovie, So immediately I come to work on it after installing ilife '11
    I come to find that none of my current projects would appear in the previewer at the top right, only the events. I could hear the sound of the project, but not see the actual project, I found that if i view it fullscreen I can view the project... but we all know that you need to have the previewer view so you can edit text and stuff... Is there any way to fix this problem? I kinda wanted to get my video out by next wednesday, and at this point Imovie is unusable.

    Which iPad do you  have?
    http://support.apple.com/kb/HT5887
    only certain models support air drop

Maybe you are looking for

  • Combining Photographs in a grid

    How can I create one very large photograph by combining multiple, equally sized photographs in columns and rows with no spacing between the photos? Each photo has a black background. I tried the contact sheet function and it always puts white spacing

  • [Solved] Wireless connection help

    #Important Data about the driver I need. [14e4:4311] BCM4311 #I need B34-firmware #The Error that occured. user@linuxbox ~]$ lspci -vnn -d 14e4: 02:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01) Subsy

  • How to use ordimageSignature in JDeveloper 9.0.3

    Can anyone help me the coding of how does the ordimageSignature work in JDeveloper 9.0.3 i am using ordimageSignature to compare two images in the database which using ordimage..... Please help and post the code if possible Thank a lot for helping.

  • How to configure gmake to use gcc instead of Sun cc

    I have a Makefile and use gmake yields the error: bash-3.00$ gmake g++ -O2 -Wall -c -o BoxFilter.o BoxFilter.cpp cc -O2 -Wall -c -o maxflow/maxflow.o maxflow/maxflow.c /usr/ucb/cc: language optional software package not installed gmake: *** [maxflow/

  • EAX on players or operating system without games in Win 7

    Can I turn on EAX in music or videoplayers or at the usual time with no games but on Win 7? In Win XP it was possible with the aid of a tool but in Win 7 no. Without EAX sounds like with worst quality as a bad sound card and would like to include the