Can a printer works with cable and wireless to two computers?

I have a HP c309g printer that is connected to a Dell Inspiron computer.  I recently bought a HP laptop.  Is it possible that I can access the printer time Wired for the Dell wireless laptop?  Thanks for your help.

Well Yes, connect to your wireless network.  From the front of the printer: Setup > network > network Wirleess assistant.

Now that it is connected to your network, run the HP software on each computer, choose the type of installation 'Network' when asked.

Tags: HP Printers

Similar Questions

  • can I connect a usb cable and wireless for the use of 2 separate computers to 1 photosmart 5514e.

    I want to be able to connect the USB to a desktop computer and run a wireless network connection to a top of the laptop. both are windows based PC

    Yes, you can install the printer via a USB port of a PC and the other on the wireless network, network and wireless should not interfere between them.

    Kind regards

    Shlomi

  • Want 5540: Connectivity, can I use want 5540 USB and wireless on two nearby PC win 7 and Win10

    Can I connect the envy to one not wireless pc (Win 7) USB and a new PC wireless Win10. A single pc in use at the same time...

    My HP C3100 unit is old and broken, sounds like a cement mixer, but still trying on USB only.

    Hello

    Thank you for using the HP forum.

    The answer is 'YES '.

    Just make sure that you download and install the software (with the correct operating system) on each of the PCs.

    Hope that helps!

  • How can I print out the string and whole the two together

    Hello

    My requirement is like printf in c statement.

    I have the 32 bit integer data table.

    I want to print in the labview as

    u32Data [0]: 0 x 12345

    u32Data [1]: 0 x 45566

    the same in the code c is

    for (i = 0; i<5;>

    printf ("[i] u32Data: 0 x %x", i, u32Data [i] ' ");

    in the same way as this how can print it in the palette string or any other.

    Hi Richard,

    use FormatIntoString in an autoindexing FOR loop:

  • Can I switch to Lightroom 6 and install on two computers?

    I've been using Lightroom 3.6 for the past five years, and I would switch to Lightroom 6 (no Lightroom CC). If I paid for the upgrade, the license would allow me to install it on the PC of my wife and mine? If so, how could I do that? Once I had installed on my own, would I just log into my account from his computer and download them again?

    Thank you

    Fuzzy

    Hello

    You may install and activate Adobe product on 2 computers (MAC or Windows) with 1 license, but can use it only 1 computer at some point of time (not both at the same time). You can access the link as follows to download/install Lightroom 6.

    Install Photoshop Lightroom

    Thank you.

  • I wan to use connections cable and wireless with Windows 7.

    I use Windows 7. I have a wired ethernet connection, but also internal wireless.

    I want to be able to use both connections. I'm using VMware Workstation and it allows me to specify which adapter to use with the virtual machines. However, when Windows 7 detects there are two cables and wireless, it disables the wireless and automatically uses cable.

    How to use both?

    Hi Michael,

    Thanks for the reply. By the brand and model of the PC, I see that there is not a driver designed for Windows 7. Try installing the driver in compatibility mode. Is your problem with the virtual machines that you have running, the host computer, or both? If it's on the host computer and that you have installed the latest driver in compatibility mode for Windows 7, then it is probably a compatibility problem of driver/hardware that by default, this feature in Windows 7 works.

    I hope this helps! Shawn - Support Engineer - MCP, MCDST
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • When I view my Photos, they have a place and a date. How can I print them with that on them?

    When I view my Photos, they have a place and a date. How can I print them with that on them?

    You want to print the information on the image itself?  To do this, you will need to export the picture on the desk and edit it with a 3rd party image editor that supports the text and layers:

    Some Image editors that support layers and text:


    Photoshop Elements for Mac 11 - $79

    GraphicConverter - $40
    The Rainbow painter - $30

    Photos of affinity- $50

    FX Photo Studio - $30

    Inpaint - $20
    Imaging - $38
    Acorn - $50

    Pixelmator - $60

    Seashore - free

    GIMP for Mac - free (Yosemite & Mavericks only)

  • How to make the printer work with the new Windows 7 laptop?

    can someone me please help... my printer is windows xp and I just got a computer laptop windows 7, how can I make my printer work with my laptop!

    Thank you
    need help with my printer

    Hi gingerbabe001,

    To set up and install your printer, see the link below.

    http://h10025.www1.HP.com/ewfrf/wc/documentSubCategory?tmp_task=setupCategory&cc=us&DLC=en&LC=en&OS=4062&product=1153754&sw_lang

    Good luck.

  • Printing problems with XP and Lexmark-documents are just stuck in the print queue

    Original title: printing problems with XP and Lexmark

    Until yesterday, I was able to print OK using Windows XP and a Lexmark Printer series 3500-4500 with wireless capabilities.  Reported network test wireless (on printer) and report indicates that there are no reported problem, also did the diagnostic test and which shows no problem either.  I can't print and documents are just stuck in the print queue - please can someone help, it drives me crazy because it's probably a very simple solution.

    I guess you do not have all of the error messages.

    It is possible that comes to mind that your printer has received a new IP address of your router (this could easily happen if you have several computers and other devices that connect to your wireless network).

    Find the IP address of the printer of his network diagnostic page.
    Click Start > printers and faxes, right-click the printer and select Properties
    Select the Ports tab, then click on the button "Configure Port" (be careful NOT to click anywhere in the list of ports)
    Make sure that the IP address in 'Port settings' is identical to that shown on the diagnosis of your network printer page.

    To avoid this problem in the future, you must configure the printer to have a static IP address.  See your printer User Guide for instructions.

    Choose an appropriate subnet address (i.e., has the first 3 groups of numbers the same as the other addresses in your network) but who is not in the range of addresses assigned by the DHCP server on your router.  See the User Guide of your router for more details.

  • Working with date and time of the request for help from acrobat JavaScript...

    This coming from

    Working with date and time in Acrobat JavaScript (part 1 of 3)

    The following code adds five days to the current date, and then prints the new date in the console window.

    Get the date and time

    var rightNow = new Date();

    Get the value of millisecond

    Article date

    var msRightNow = rightNow.getTime ();

    Calculate in milliseconds, of 5 days

    5 days x 24 hours/day x 60 min / h x 60 s / min x 1000 ms/s

    Challenge of var = 5 * 24 * 60 * 60 * 1000;

    Do the calculation of var CFAbsoluteTime = msRightNow + challenge;

    Create a new Date from the calculated value

    var theNewDate = new Date (finalTime);

    In the actual work on a form code, you'll want to place the

    the object of a field value. But since this is test code, we will

    Print the result to the Console window (great for debugging)

    Console.println ("5 days from now is:" + theNewDate.toString ());

    The foregoing is the exact code (cut and paste)

    The error I get here is;

    ReferenceError: theNewDate is not defined

    1:Console:exec

    undefined

    To get the "undefined" question a lot... it seems to me, learn to distinguish the undefined 'of type' undefined 'variable' and undefined 'value '.

    in this case 'theNewDate' seems to be defined as a variable equal to the current date plus 5 days... BUT I am now "educated" enough to 'see' Why am I getting the error...


    Any thoughts... Any who...

    You need to highlight all the text that you want to run.

    You have not set the rightNow variable before you can apply a method to the variable.

    You can just add a new variable as msRightNow name. Why not use rightNow.

    Executes the code that you provided with a new departure of Acrobat, I get the following error messages:

    rightNow.getTime is not a function

    1:Console:exec

    TypeError: rightNow.getTime is not a function

    1:Console:exec

    undefined

    What you are showing probably works because your previous attempts have left behind them a variable "rightNow" and as long as you do not have the object of time date change too much, you will not notice the error.

    Cleaning of your code:

    get the number of milliseconds of the date object.

    rightNow var = (new Date()) .getTime ();

    define 5 days in milliseconds;
    Challenge of var = 5 * 24 * 60 * 60 * 1000;

    Add 5 days to the value of this moment and assign the result to the last time;
    var CFAbsoluteTime = rightNow + challenge;

    convert finalTime value in a date object.
    var theNewDate = new Date (finalTime);

    display the result;
    Console.println ("5 days from now is:" + theNewDate.toString ());

    Have you tried the code that I provided, it is another way to add days to the date object.

  • Why pes 2012 does not work with me and my video card is 1699 MB Intel HD Graphics(core i3)?

    Why pes 2012 does not work with me and my video card is 1699 MB Intel HD Graphics(core i3)?

    Hello

    You receive an error message?

    Method 1:

    You can update the drivers of graphics cards and check.
    Updated a hardware driver that is not working properly
    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly


    Method 2:

    You can also perform a clean boot and check if it works:
    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: after a repair, be sure to set the computer to start as usual as mentioned in step 7 in the Knowledge Base article

    You can also check out the link:
    The problems of the game performance
    http://Windows.Microsoft.com/en-us/Windows7/fixing-game-performance-problems
    Diagnose problems running DirectX
    http://Windows.Microsoft.com/en-us/Windows7/diagnosing-basic-problems-with-DirectX

  • I used to work with Interbase and Firebird and used databases the keyword "domain". I am now switchig to Oracle as a primary database and would like to find an alternative appropriate "domain" in Oracle, as it appears he does ' t taken in charge the stand

    I used to work with Interbase and Firebird and used databases the keyword "domain".

    I am now switchig to Oracle as a primary database and would like to find a suitable

    Variant of 'area' in Oracle such that it appears he does ' t support the standard SQL syntax.

    for example:

    Create the int2 smallint field;

    create domain id2 int2 default 0 not NULL; / * for the primary key * /.

    create domain rel2 int2 default 0 not NULL; / * foreign key * /.

    I tried a couple of approaches to achieve this "area" is:

    1. create synonym - cannot be used with the basic types;

    2. create the type - type of work, but the implementation is rather clumsy

    and can be costly in terms of performance.

    Is there something else to Oracle that can emulate the feature "domain"?

    Thanks in advence, I got really approciate any help on this.

    Alex.

    Your best approximation is CREATE TYPE, but their is nothing of what is a 100% adjustment.

    For example, if you create a domain with a check constraint you need to implement than separately on each table.

  • Working with XML and button

    Hello

    How are you all. Well, I'm new to Flex. But I started to build simple applications. One of the best most problem I face in working with XML and the button. Can you please help me in this. I explain my problem:

    I have an external XML file like this:
    < menu >
    < button >
    < idnt > 0 < / idnt >
    General Health < label > < / label >
    pages of < text > general health is currently under construction < / text >
    < / button >
    < button >
    < idnt > 1 < / idnt >
    < label > mental health < / label >
    pages of < text > mental health is currently under construction < / text >
    < / button >
    < / menu >

    Now, I want to generate dynamically buttons from this XML file. And the second thing that is the most problematic is that how I code so that when I press the button marked 'General health', it will display the same text as in the XML corresponding to the tag tag "< label > General Health < / label >?
    I seriously need it. I'm really confused on this. Kindly help me.

    Concerning
    .. : DeX

    Dear Peter,

    Thank you, thank you very much... bundles of thanks from me. You really help me with this. I wasn't expecting such a detailed response from anyone. But you the wrong given. Thank you very much.
    My MSN account ID is "[email protected]". I would be very happy if you add me to your contact list or let me know your email address. I am not your hotmail ID ask you many questions, would just be a friend to share new ideas and knowledge.

    I thank once again...
    .. : DW

  • I'm working with Gmail and I see that my browser too old! I have also the same without any extension. Please help me. Thank you

    I'm working with Gmail and I see that my browser too old! I have also the same without any extension. Please help me. Thank you

    You have a user agent which is corrupt and which identifies you as: undefined GoogleToolbarBB

    See:

  • Is - this windows 7 works with SDRAM and DDR Rams (1)?

    Original title: RAM for win7

    Hello

    Did windows 7 works with SDRAM and DDR Rams (1)? !!!

    Yes, Windows 7 works with this type of memory RAM. Windows 7 requires a minimum of 1 GB of RAM, which is more important.

    System requirements:

    * 1 gigahertz (GHz) or faster 32-bit (x 86) or 64-bit (x 64) processor
    * 1 gigabyte (GB) of RAM (32-bit) or 2 GB RAM (64-bit)
    * 16 GB of disk space available (32-bit) or 20 GB (64-bit)
    * Peripheral figure DirectX 9 with WDDM 1.0 or higher driver

    Also run the Windows 7 Upgrade Advisor:
    http://www.Microsoft.com/Windows/Windows-7/Upgrade-Advisor.aspx

Maybe you are looking for