HP3390 - Scan and print not working with Windows 8.1

Hi
I am unable to print and scan using HP 3390 on Windows 8.1 HP desktop. I have downloaded drivers from the website at -
http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=1140613&swLangOid=8&swEnvOid=4158. They are not working at all.
Any help or guidance is appreciated.
Thanks,
- Ven

@VenMan 
‎Thank you for using HP Support Forum. I have brought your issue to the appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post ( serial numbers and case details).
If you are unfamiliar with the Forum's private messaging please click here to learn more.
Thank you,
Omar
I Work for HP

Similar Messages

  • S10-3t bluetooth and wireless not working with windows 8

    S10-3t bluetooth and wireless not working with windows 8. I tried everything but doesn't work at all. I don't know where to find the new drivers that are comatible with windows 8 ???!!! please help me to solve this problem because i tried everything....

    Do you still have your windows7 install files ? 
    ( installation image is usually in LENOVO_PART OKRBackup/Factory ) ? I lost them :\
    if yes I fear you have to enable it in win7 and then use it in win8
    http://rzr.online.fr/q/lenovo# g470 s103t (Please Contact me if your s10-3T is booting win7 or support bluetooth, 3g)
    Lenovo S10-3t | Model Name : 0651 | Mfg Date: 2010/06/08
    Lenovo G470 | Model Name : 20078 | M fg Date: 11/03/23 | BIOS: 40CN23WW(V2.09) 06/20/2011 | CPU: i5-2410M | Linux version 3.3.4lenovog470+ (root@lap) (gcc version 4.6.3 (Debian 4.6.3-4) ) #8 SMP Tue May 1 10:23:48 CEST 2012
    OS:GNU/Linux/Debian

  • HP B500 Wireless Bluethooth Adapter for HP Printer Not Working With Windows 8.1

    I have been using the HP BT500 bluetooth Wireless adapter to print wirelessly to my HP Officejet Pro 8500 printer.  I have been using Windows Vista, but recently upgraded to Windows 8.1.  I learned after the upgrade that the HP B500 wireless bluetooth adapter is not compatable with Windows 8.1.  I have attempted to find a driver upgrade for the B500, but there does not appear to be one available.  I have also searched the HP site and other sites in an attempt to locate an alter wireless blotth adapter to replace the B500, but have again been unable to locate one. 
    Is there a wireless bluetooth apter that will allow me to print wirelessly to my HP Office Pro 8500 from my laptop?

    Hi @Raider83,
    Welcome to the HP Forums!
    I noticed that your HP B500 wireless bluetooth adapter for your HP Officejet 8500 is not working with Windows 8.1. I am sorry to hear this but happy to look into this for you!
    I am not sure if you are using a 32-bit or 64-bit Operating System. But sometimes with Windows 8.1 you can use compatibility mode to install an older version of the driver. Which might help the situation. Here is a link to some other Windows drivers, HP bt500 Bluetooth USB 2.0 Wireless Adapter Drivers.
    Once you got a driver downloaded, follow this guide, Make older programs compatible with this version of Windows, on how to install it using compatibility mode.  It is not guaranteed to work, but it is worth a try!
    If you still need me to look for other bluetooth adapters, please respond with your printer's Product/Model Number. To find your printer's Product/Model Number follow instructions in this link. Finding Your HP Product Model Number. As there are multiple HP Officejet 8500 printers.
    Thank you for posting, and have a nice day!
    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!

  • HP LaserJet 1320 Duplex Printing Not working with Windows 7

    Hi
    I've just bought a new PC with Windows 7 Home Premium. I have an HP LaserJet 1320 printer (Prod no. Q5927A, SN CNGW53RLRY).
    I cannot find driver that works the same way as the previous driver HP LaserJet PCL5. If I use this driver and can still get duplex printing but it will only print one copy at a time.
    If I upgrade to HP Universal Printing PLC (or PLC v5) I can print multiple copies but not duplex printing. I have searched high and low through the HP site but to no avail.
    Any help and advice will be much appreciated.
    Thanks
    GB

    Hello,
       I've seen this same issue with my printers (other HP printers) whereby the default setting to support the Duplexing hardware was set to 'off'.
      A quick method to check this is look at what the setting is for Duplex hardware in the Device Settings tab, and if it's not set, correct it.
      Printer Properties:
      From the 'Start' orb -> [Devices & Printers] -> right click on your Printer icon -> select 'Printer Properties' -> click on 'Device Settings' tab.
     You should see a dialog similar to the mine (attached): look for the 'Duplex unit (for 2-sided printing)' and see if it's set to "Not Installed":
        --> in either case, click on 'Not installed' and from the dropdown box, select 'Installed'... Click 'OK' to accept the changes and close the dialog.
    Printing Preferences:
     again, right click on your Printer icon -> select 'Printing Preferences' -> click on 'Advanced' tab.
     -->Check to see if there is a 'Duplex Hardware' or '2-sided printing' option in here: mine doesn't show one but thougth I'd mention it nonetheless.
      Click on the 'Finishing' tab and select 'Print on both sides'...or simply test print a multi-page document and set those preferences on-the-fly.
     Let me know if this helps...
    HardCopyTed
    Regards,
    HardCopy (I am employed by HP) [If this was helpful, please mark this 'Solved' or 'Accept as Solution' so others can find this too]
    How to Give Kudos | How to mark as Solved
    Attachments:
    PCL6-DeviceSettingsScreenCap.JPG ‏81 KB

  • Drag and Drop not working with windows 8.1

    we using windows 8.1 for a few days now
    so we installed visual basic .net 2012 and starting our projects again we used in windows 7
    but now it seems that the drag and drop doesn't work in windows 8.1
    we only gets a forbidden icon when we drag it over the control
    please can someone tell us why windows 8.1 won't work with drag and drop
    we hope this can be fix in anyway because we don't like when our users use our programs
    and tell us that this point wont work in windows 8.1
    our code:
    Private Sub FlowLayoutPanel1_DragDrop(sender As Object, e As DragEventArgs) Handles FlowLayoutPanel1.DragDrop
    If (e.Data.GetDataPresent(DataFormats.FileDrop)) Then
    e.Data.GetData(DataFormats.FileDrop)
    End If
    End Sub
    Private Sub FlowLayoutPanel1_DragEnter(sender As Object, e As DragEventArgs) Handles FlowLayoutPanel1.DragEnter
    Try
    If (e.Data.GetDataPresent(DataFormats.FileDrop)) Then
    e.Effect = DragDropEffects.Copy
    Else
    e.Effect = DragDropEffects.None
    End If
    Catch ex As Exception
    Exit Sub
    End Try
    End Sub
    Thank you.
    Dummy
    p.s
    we also got help from social msdn
    here the topic who all answered.
    social
    mdsn

    Hi,
    Welcome posting in TechNet forum.
    Do you mean the drag and drop action of files within different application?
    We may take a try to disable the UAC settings and see if the drag and drop would work. And please note if we have UAC disabled, Windows Store APPs would be expected not going to work.
    For the coding edit stuff, I suggest we keep focus on the MSDN thread.
    Best regards
    Michael Shao
    TechNet Community Support

  • ITunes and iCloud not Working with Windows 7 64 bit ???

    I just got a new computer running Windows 7 64 bit. I installed iTunes 10.5.2.11 (64 bit). First error was 'The file "iTunes Library.itl" cannot be read because it as created by a newer verion of iTunes.' I closed iTunes and renamed iTunes Library.itl to iTunes Library.itl-old. Of course when I restarted iTunes, I didn't have a library but that was just a minor problem. iTunes created a new file named Library.itl.
    Now when I start iTunes it says 'A required iTunes component is not installed. Please repair or    reinstall iTunes. (-4204).' There's an OK button so I click OK. That error goes away and then the next error is 'This iPod cannot be used because the required software is not    installed. Run the iTunes installer to remove Tunes, then install    the 64 bit version of iTunes.'
    So I've uninstalled iTunes and reinstalled itunes about a dozen times. I downloaded it again to amke sure it was the latest version. Same errors every time. I uninstalled all my Apple stuff and reinstalled it. Same errors. Also, iCloud doesn't work. Error is "Application not found."
    So ***? iTunes won't recognize my iPod touch or my iPad 2. Tried two different cables. Suggestions???

    See Troubleshooting issues with iTunes for Windows updates.
    Try the repair tip in the third box first.
    tt2

  • HP Elitebook 6930p - Touchpad and keyboard not working with Windows 7

    Hi all,
    I have 6930p, installed Vista Bussines from factory installation and upgraded it to Windows 7 Ultimate. It all went fine, all devices worked. After the first restart, keyboard and touchpad stop responding. I attached USB mouse and keyoboard, and found errors in device manager for these two devices. I tryed to uninstall them and reinstall, but all I get is errors:
    http://img63.imageshack.us/i/47752933.png/
    http://img7.imageshack.us/i/71062213.png/
    In device manager I have the same error message, and devices are listed as unknown.
    When I try to use windows update, it finds the drivers I need but it can not install them.
    http://img193.imageshack.us/i/71145406.png/
    The OS is 32bit, Windows 7 Ultimate. I can not get it work, please help or reffer me to some other place where I can try to find a solution.
    Thanks in advance.

    Hi,
    All driver for Win7 are avaible for Your model here.
    To solve Your problem with keyboard install HP Quick Lunch Buttons.
    To solve Your problem with touchpad install Synaptics touchpad.
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

  • HP Deskjet 2540 scan does not work with windows 10

    my HP Deskjet 2540 scan does not work with windows 10, however, it still does eprinting. i need the solution and i haven't got it.  

    OK, More information.   Installed Media Portal 1.  This works with the tuner card without additional modification, so this appears to be some kind of issue with the software.  Media Portal 1 does install a different version of Direct X, I don't know if that could have anything to do with it, but HP MediaSmart Live TV still comes up with the same error and will not run.

  • Better privecy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers?

    Question
    better privacy does not work with windows vista home prem. what other program removes LSO'S AND HOW can I stop trackers? edit
    Details

    As a temporary workaround, I believe this Adobe management page allows you to clear your "Flash cookies": [http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html Adobe - Flash Player : Settings Manager - Website Storage Settings panel] (hosted on macromedia.com -- Macromedia was the original developer of Flash).
    Regarding the script error, if I'm reading the script correctly, it is related to accessing your Flash cookies directory. It seems the publisher's support forum is not currently available for searching, but that might be a good next step.
    In the meantime, could you check whether the script has the correct location for your Flash cookies directory? If you can't access Tool > BetterPrivacy, you could check here:
    (1) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (2) In the filter box, type or paste '''bpr''' and pause while the list is filtered
    (3) There should be a bolded setting named '''extensions.bprivacy.DataDir''' which looks approximately like the following:
    C:\Users\''yourWindowsUsername''\AppData\Roaming\Macromedia
    Do you have a similar value? If you paste the path used by BetterPrivacy into a Windows Explorer window, does it open? Also, click a couple levels in the folder, can you see:
    Flash Player \ #SharedObjects
    If the value is wrong, right-click the wrong value and choose Reset. BetterPrivacy should update the value the next time you try to access it.
    If the value is blank, you could try inserting a sensible value and see whether that helps.
    Any luck?

  • Brightness and volume control keys not working with windows 7?

    brightness, volume control and some other keys keys are not working with windows 7 with macbook pro retina. Can I fix it?

    Welcome to the Apple Support Communities
    Have you installed Boot Camp drivers? You need them to make your computer work properly on Windows, and to use your function keys as Play or Pause, volume and brightness keys.
    To install them, follow these steps:
    1. Press the X key while your Mac is starting to start into OS X.
    2. Open Boot Camp Assistant and tick only the option to download Windows support software.
    3. Windows support software will be downloaded and Boot Camp Assistant will ask you to burn it into a DVD or USB drive, so do it.
    4. Start into Windows, insert the DVD or USB drive and install Boot Camp drivers. Your Mac and your volume and brightness keys will be working after installing the drivers

  • I've just updated OS to 10.10.1 and Finder keeps trying to open and then closes every 2 seconds with the message Finder is not Available. If Safari is opened full window it immediately closes and will only work with window smaller than maximum.

    I've just updated OS to 10.10.1 and Finder keeps trying to open and then closes every 2 seconds with the message Finder is not Available. If Safari is opened with the window full screen it immediately closes and will only work with window smaller than maximum. Driving me mad! Any help please!!

    Hi Linc
    Thank you for your response.
    I'm a bit of an amateur so I hope below is the information you've asked for:
    Step 1
    23/11/2014 09:19:14.007 ReportCrash[294]: Saved crash report for Finder[4349] version 10.10.1 (10.10.1) to /Users/AAAA/Library/Logs/DiagnosticReports/Finder_2014-11-23-091914_BBBB-MacBoo k-Pro-2.crash
    23/11/2014 09:19:14.008 ReportCrash[294]: Removing excessive log: file:///Users/AAAA/Library/Logs/DiagnosticReports/Finder_2014-11-23-091840_BBBB -MacBook-Pro-2.crash
    23/11/2014 09:19:14.000 kernel[0]: CODE SIGNING: cs_invalid_page(0x103809000): p=4357[Finder] final status 0x3000a00, denying page sending SIGKILL
    23/11/2014 09:19:14.000 kernel[0]: CODE SIGNING: process 4357[Finder]: rejecting invalid page at address 0x103809000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    23/11/2014 09:19:14.454 com.apple.xpc.launchd[1]: (com.apple.Finder[4357]) Binary is improperly signed.
    23/11/2014 09:19:14.454 com.apple.xpc.launchd[1]: (com.apple.Finder) Service only ran for 0 seconds. Pushing respawn out by 1 seconds.
    23/11/2014 09:19:15.584 Finder[4359]: assertion failed: 14B25: libxpc.dylib + 97940 [9437C02E-A07B-38C8-91CB-299FAA63083D]: 0x89
    23/11/2014 09:19:15.000 kernel[0]: CODE SIGNING: cs_invalid_page(0x10bfbf000): p=4359[Finder] final status 0x3000a00, denying page sending SIGKILL
    23/11/2014 09:19:15.000 kernel[0]: CODE SIGNING: process 4359[Finder]: rejecting invalid page at address 0x10bfbf000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    Step 2
    Process:               Finder [4626]
    Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier:            com.apple.finder
    Build Info: Finder_FE-932001003000000~1
    Responsible:           Finder [4626]
    PlugIn Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    PlugIn Identifier:       com.apple.finder
    -0 sec                         CODE SIGNING: cs_invalid_page(0x10c9a5000): p=4626[Finder] final status 0x3000a00, denying page sending SIGKILL
    -0 sec                         CODE SIGNING: process 4626[Finder]: rejecting invalid page at address 0x10c9a5000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    -2 sec                         CODE SIGNING: cs_invalid_page(0x10c5b3000): p=4624[Finder] final status 0x3000a00, denying page sending SIGKILL
    -2 sec                         CODE SIGNING: process 4624[Finder]: rejecting invalid page at address 0x10c5b3000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    -3 sec                         CODE SIGNING: cs_invalid_page(0x10f4bd000): p=4622[Finder] final status 0x3000a00, denying page sending SIGKILL
    -3 sec                         CODE SIGNING: process 4622[Finder]: rejecting invalid page at address 0x10f4bd000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    -5 sec                         CODE SIGNING: cs_invalid_page(0x105ecf000): p=4620[Finder] final status 0x3000a00, denying page sending SIGKILL
    -5 sec                         CODE SIGNING: process 4620[Finder]: rejecting invalid page at address 0x105ecf000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    -7 sec                         CODE SIGNING: cs_invalid_page(0x1012cd000): p=4617[Finder] final status 0x3000a00, denying page sending SIGKILL
    -7 sec                         CODE SIGNING: process 4617[Finder]: rejecting invalid page at address 0x1012cd000 from offset 0x3f000 in file "" (cs_mtime:0.0 == mtime:0.0) (signed:0 validated:1 tainted:1 wpmapped:0 slid:0)
    --> __TEXT 000000010c966000-000000010ce55000 [ 5052K] r-x/rwx SM=COW /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
        __DATA 000000010ce55000-000000010cf53000 [ 1016K] rw-/rwx SM=COW /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    0   com.apple.finder                                 0x000000010c9a521f 0x10c966000 + 258591
    10  com.apple.finder                               0x000000010c9977b5 0x10c966000 + 202677
    11  com.apple.finder                               0x000000010c988154 0x10c966000 + 139604
    12  com.apple.finder                               0x000000010c987e15 0x10c966000 + 138773
    13  com.apple.finder                               0x000000010c987d35 0x10c966000 + 138549
    14  com.apple.finder                               0x000000010c987cfd 0x10c966000 + 138493
    28  com.apple.finder                               0x000000010c96b960 0x10c966000 + 22880
    1   com.apple.finder                                 0x000000010c98a69d 0x10c966000 + 149149
    2   com.apple.finder                                 0x000000010c98aba7 0x10c966000 + 150439
    3   com.apple.finder                                 0x000000010c9795d2 0x10c966000 + 79314
    4   com.apple.finder                                 0x000000010c98aa0b 0x10c966000 + 150027
    5   com.apple.finder                                 0x000000010c98a952 0x10c966000 + 149842
    6   com.apple.finder                                 0x000000010c98a78a 0x10c966000 + 149386
    7   com.apple.finder                                 0x000000010c979496 0x10c966000 + 78998
    8   com.apple.finder                                 0x000000010c98a548 0x10c966000 + 148808
    9   com.apple.finder                                 0x000000010c98a410 0x10c966000 + 148496
    10  com.apple.finder                               0x000000010c983df6 0x10c966000 + 122358
           0x10c966000 -        0x10ce54ffb  com.apple.finder (10.10.1 - 10.10.1) <33C3024A-4A16-3485-B2B1-89FA33B9558A> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Many thanks
    David

  • PSE13 trial version and it will not work with Windows 7

    I have downloaded PSE13 trial version and it will not work with Windows 7

    I have been using PSE 13 for 3 months with no problems.   When I launch the Editor in PSE 13 this is what I get -
    "Adobe Photoshop cannot run on this computer because this version of Photoshop requires Windows 7 or later"
    RAM 12.0GB
    64 bit operating system
    Intel(R) Core(TM)I7CPU 920 @ 2.67GHz
    Windows 7 SP1
    Hope this helps.
    Lynne

  • Polarioid pogo printer not working with ipad and iphone

    And I can not believe how that truly *****... I am traveling through the states and bought the pogo to print on the road... Only to find out that it does not work with ipad and does not work with iphone... Unless I jailbreak my phone which I don't really want to do...
    Apple wants us to go mobile and clouding and all those things, yet, when we do go mobile and try a mobile life style, we are encountering so much technical crap that we loose the will to live...
    I could have spend the hundred dollar for the pogo to have pics printed out in every kiosk in the country...
    WWhen is Apple going to come to its senses about little life savers like the pogo and bluetooth???????
    Is anyone aware of a work around so I can print on the go? And a solution that does not involve a programmers brain because my single braincell is not working while traveling... It needs to be easy!

    To cut through all the rage and anger and "knowing" who wanted what, the Pogo has been out for a year or so, well before Mr. Jobs' passing, and Apple did not make any mention of supporting printing on anything other than Airprint compatible printers.
    Since Airprint is a Wi-Fi/ethernet thing, Polaroid would have to make a significant redesign to the Pogo.  Considering that the first iPhones only supported Bluetooth headsets and Apple didn't provide any indications about increasing Bluetooth support, Polaroid's decision for the Pogo to be Bluetooth was obviously not with iOS devices in mind.  This is why initially Polaroid had links on the FAQ to tell Apple to add Bluetooth printing support (so that in effect, asking Apple to pay for the expenses to make the iPhone compatible with the Pogo, rather than Polaroid paying to make the Pogo compatible with iOS.)
    I come from a photograpic background.  I got the Pogo as soon as it came out.  I quite literally was on Polaroid's website every day checking to see when I could order it.  Having "instant" sticker prints is wonderful at family picnics with all the kids.  While it would be great to be able to get Pogo prints from anyone's iPhone, I stopped holding my breath when Apple announced Airprint, which came well after the Pogo was released.  So I took that as the sign that it was probably never going to happen.  (I knew that the Pogo wasn't iOS compatible when I bought it so not having compatiblity is not a deal-breaker for me.  But, yes, it would be nice.)
    I now use a Polaroid Z340 since it's a 14 megapixel camera that prints larger 3x4 Zink prints.  Polaroid makes the GL10, which is basically a Pogo using the same printer as the Z340.  But it's still Bluetooth only.   So while I sympathize with the desire to have a really compact portable printer like the Pogo, iOS compatibility just does not seem to be on the horizon.  IMHO, it would be more realistic that Polaroid create an app to do Bluetooth printing.  But considering Polaroid's financial issues, I'm not holding my breath

  • Microsoft Mail not working with Windows 7 & MS-Office 2010

    Dear All
    I have a client who is using Microsoft Mail for their internal mailing. They have been using MSoffice ( Outlook) for this purpose for last so many years.
    We have found that Microsoft Mail does not work with Windows 7 and MS Office 2010 combination.
    When you try to configure it given error 0x8004110.
    When we tried with different versions, we found that if you install Office 2007 it works. If you try Office 2007 and then Office 2010 and remove Office 2007, it still work. But Then it is treated as 2 installations of Msoffice on the same computer.
    I need to know whether this is right from Licensing perspective.  We 'll be using single copy of office but it may seems as we have installed Office 2007 & office 2010 on same computer.
    --Shekhar

    We have found that Microsoft Mail does not work with Windows 7 and MS Office 2010 combination.
    When you try to configure it given error 0x8004110.
    Windows 7 is a supported operation system for Office 2010. At what exactly point will you get the specific error?
    Is that a Click-To-Run version of Office 2010? By default, for MSI-based version of Office, when you upgrade existing Office 2007 to Office 2010, the earlier version of Office will be removed:
    http://office.microsoft.com/en-us/excel-help/keep-earlier-versions-of-office-programs-when-installing-office-2010-HA102597134.aspx
    For licensing advice, as <Don> suggested above, you should contact your local Microsoft customer support or reseller.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • I would like to buy a HP printer that works with Windows 8 preview.

    Understand that HP will not release drivers for existing printers until August at earliest and that is OK....I have 3 HP Laserjet 1020s that have been great and will buy a new HP printer if it will work now with Windows 8 preview.  Any suggestions or any fixes/patches for 1020 that work.  Also interested in any non-HP printers that work with Windows 8 preview?  Prefer HP but will buy first printer that works from any mfg. as I would like to give Windows 8 a real try.   Believe HP is missing boat by not putting a patch out for some of their printers as soon as possible as I am not the only HP user looking to buy any printer that works with Windows 8.

    JohnW just posted this...should take care of your issue
    http://h30434.www3.hp.com/t5/Windows-8-Consumer-Preview/How-to-Get-Your-Inkjet-Printer-Working-with-...

Maybe you are looking for

  • Can't shut down, some applications don't close and others don't open

    I installed Leopard about 3 weeks ago as a clean install not an update. Since then, I have frequent problems shutting down and con only do it manually. I also have some applications - like Firefox - which won't close - the blue light in the dock stay

  • Multiple instances of a subVi to display data

    What is the best method for creating and using a subVi that was created specifically for displaying results? I created a subVi for displaying stress (tension & compression). I started with a Numeric Control/Vertical Pointer Slider which I changed to

  • Web report and save

    Report run under oracle 10G , I can save it as pdf file under local pc's specified path (C:). However I can't find a way to redirect the same file to a local pc when run it in webformat ( using URL) . Does this mean when it is in a web report, it has

  • Exiting programs that have use the fullscreen exclusive mode

    I have lots of problems, this is one of them: When making a program that uses fullscreen mode, the program does not exit by itself when it comes to the end of the program. In fact the only way I can get it to exit is through System.exit(0); And I don

  • I have a HP 5550 that has a jam code 13.01.00 and the feed tires are in good, also it had a 55.00.00

    I'm trying to fix a HP C5550 printer and its having a paper Feed 1 late jam code 13.01.00 also it had one time a 55.00.00 Printer error The feed tires are in good, May have some thing to do in the feed unit, if some one can help Thanks Peter