How to get Mac and PC to print via wireless

I have a G4 20" iMac that is hardwired to high speed cable internet. I also have PC that I need to print from but, is not hard wired to anything. In fact, it is imperative that the PC not be hooked to the internet. I am buying a HP 1320 laser and I would like to print from both computers. How can I set up wireless printing to the HP 1320 so both my iMac and PC can print while keeping the PC totally free from the internet?

you have a few options, but you should provide more information.
1. do both your imac and pc (is it a desktop or laptop?) have wireless capability already?
2. is your imac connected through a router (wireless or wired), or directly to the cable modem?
given you have wireless capability in both imac and pc, you have a few options.
1. If you just want to use a wireless print server (wps) create ad-hoc connection between your imac and wps and between your pc and wps.
2. if you are using a wireless router, you can configure the client IP Filters to bloc internet access for the pc. Or, you can keep the wired internet connection to the imac and use the wireless router to control your wireless network.
i think your best option is #1, though. just ensure you do not have internet sharing enabled on your imac.

Similar Messages

  • HT2499 how to get mac dvd player not to play all and stop at each title?

    how to get mac dvd player not to play all and stop at each title

    Play all chapters, i mean.
    I have a DVD and I would like to just play a chapter, and discuss it, without the next chapter automatically starting. Usually DVD players have the "Play all" you can turn off and on...but I don't see it with the Mac player.
    OS 10.4.
    Macbook 6
    Thanks so much!

  • Can't connect PC and Mac to print via wireless network

    I have the HP Office Jet All-In-One 6500. I've never been able to get both my Mac and PC to print wirelessly.
    First, Mac worked fine wirelessly, then had to print via ethernet for PC. Then that quit working for PC. So I uninstalled printer drivers on PC, reinstalled and it works great printing via the network.
    However, now my Mac -- my main computer -- wont print. It spends hours "connecting....." MacBook running Leopard OS 10.5.8.
    Why can't both computers access this printer over the same wireless network? Absolutely NO settings were changed on my Mac from the time it worked, until now. Only thing I did was get the PC to work.
    I've tried turning the printer off and restarting.... didn't help.
    I bought this wireless printer so that both computers could use 1 printer.... I don't want to have 2 printers for my little office! Please help HP!

    First, please look on the label underneath the router and let us know the exact model and hardware version of the router. Also check which firmware you are running on the router at http://192.168.1.1/ and verify that you are actually running the most current firmware. You can find out which is the newest firmware on the downloads page of the linksys website.
    Second, is it possible that you used the Mac before to connect directly to the internet without the router? In that case it could well be possible that the Mac is still doing so, connecting to the internet itself, bypassing the router and thus terminating whatever internet connection the router established before (which the PCs were using).
    Third, after being kicked out, please check the following in a command prompt window on the PCs ("Run..." and enter "cmd"). "ping 192.168.1.1" you should still get replies.
    Fourth, what is the IP address and gateway address which the Mac gets when getting online?

  • Am a new mac user, my is question is how to get mac os x 10.5 on to my mac 10.4

    am a new mac user, my is question is how to get mac os x 10.5 on to my mac 10.4?.

    Skip 10.5 and buy Mac OS X 10.6 from the online Apple Store.
    (81944)

  • How to get mac to recognize thumb drive?

    how to get mac to recognize thumb drive?

    Launch the Disk Utility application. Does the thumb drive appear in the list of volumes on the left side? If not, try using a different USB port. If the issue still occurs then try restarting the system. If the thumb drive appears in Disk Utility check out how it is formatted. Do you have data on it that you need?  If it can be erased try formatting it with Disk Utility using the Mac OS Extended (journaled) format. If the thumb drive will be used in a Mac and PC environment then take a look at this article for additional information on choosing the right format. 
    http://www.macyourself.com/2012/03/11/how-to-format-a-drive-for-mac-and-pc-compa tibility/

  • How to get Mac Messages to NOT save chats?

    How to get Mac Messages to NOT save chats?
    I went through the Preferences but I do not see where I can check/uncheck save chats.  Will someone help direct me?

    Hello mayonnaise18,
    Thank you for the question.  You can disable the option to save chats in the Messages tab in Messages>Preferences:
    Automatically save conversations when you close them
    Choose Messages > Preferences, and then click Messages.
    Select “Save history when conversations are closed.”
    These steps are to enable the option to save messages, but you would want to uncheck the option to "Save history when conversations are closed."  You can find the full article here:
    Messages (Mountain Lion): Save conversations
    http://support.apple.com/kb/PH12012
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • How to get gui_download and gui_upload with popup filename?

    how to get gui_download and gui_upload with popup filename?

    Here is a short example.
    report zrich_0003 .
    data: ifiletab type filetable.
    data: xfiletab like line of ifiletab.
    data: xstring type string.
    data: rc type i.
    data: itab type table of string.
    data: xtab type string.
    start-of-selection.
      call method cl_gui_frontend_services=>file_open_dialog
        changing
          file_table              = ifiletab
          rc                      = rc.
      read table ifiletab into xfiletab index 1.
      xstring = xfiletab-filename.
      check not xstring is initial.
      call method cl_gui_frontend_services=>gui_upload
        exporting
          filename                = xstring
      changing
        data_tab                = itab.
      loop at itab into xtab.
        write:/ xtab.
      endloop.
    Regards,
    Rich Heilman

  • How to get nodes and its attributes of an XML file usiong DOM parsing?

    how to get nodes and its attributes of an XML file usiong DOM parsing?
    i am new to XML parsing.......
    Thanking you........

    import org.w3c.dom.Document;
    import org.w3c.dom.*;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.DocumentBuilder;
    import org.xml.sax.SAXException;
    import org.xml.sax.SAXParseException;      ...
    //Setup the document
    DocumentBuilderFactory docBuilderFactory = DocumentBuilderFactory.newInstance();
         DocumentBuilder docBuilder = docBuilderFactory.newDocumentBuilder();
         Document doc = docBuilder.parse (new File("MY_XML_FILE.xml"));
    //get elemets by name
         String elementValue = doc.getElementsByTagName("MY_ELEMENT").item(0).getTextContent();
    //This method can return multiple nodes, in this instance I get item(0) , first nodeRead the api for other methods of getting data.

  • How to get vendor and company code based on logistic invoice document

    how to get vendor and company code based on logistic invoice document in abap/4?

    Hello Kumar
    When you call BAPI_INCOMINGINVOICE_GETDETAIL using
    INVOICENUMBER = <number of invoice>
    FISCALYEAR = <fiscal year>
    the returned HEADERDATA contains what you are looking for:
    HEADERDATA-COMP_CODE
    HEADERDATA-DIFF_INF
    Regards
      Uwe

  • How to get tools and other bars back in view after deleting show-bar?

    How to get tools and other bars back in view after deleting show-bar?

    Hello Jouko.
    You can go into View > Toolbars and select the ones you want to see. If you can't see the menu bar you can simply tab ALT on your keyboard (I think F10 works too) to show it.

  • How to get max and min salary in a table

    How to get max and min salary in a table

    SQL> select max(sal),min(sal) from emp;
      MAX(SAL)   MIN(SAL)
          5512        800
    SQL>

  • How to get instrument and plug in files to logic8?

    How to get instrument and plug in files to logic8?
    I lost mine in a hard drive crash.
    I cant use my DVD jam pack
    This is my spec
      Modellnamn:          iMac
      Modellidentifierare:          iMac8,1
      Processornamn:          Intel Core 2 Duo
      Processorhastighet:          2,4 GHz
      Antal processorer:          1
      Totalt antal kärnor:          2
      L2-cache:          6 MB
      Minne:          3 GB
      Busshastighet:          1,07 GHz
      Boot ROM-version:          IM81.00C1.B00
      SMC-version (system):          1.29f1
    iMac, OS X Mountain Lion (10.8.2)

    I think you want to get the latitude and longitude information of client accessing the web application. In the web application you cannot directly get the client location information as the nature of the web application is different from windows applications.
    I advise you to develop a Silverlight component and in that Silverlight component use geolocation classes to get client location. Please refer this article for getting data in Silverlight http://www.c-sharpcorner.com/UploadFile/82b980/getting-geo-location-of-user-in-silverlight/
    And once you get the location information you can send that data back to ASP.net webpage or call any javascript method as shown here http://ovaismehboob.wordpress.com/2013/06/22/bridging-data-between-asp-net-and-silverlight/
    Hope this helps!
    Ovais Mehboob Ahmed Khan http://ovaismehboob.wordpress.com

  • Today my money is deducted Rs.60 when I try to download paid applications of any amount and I am getting message transaction declined, so why my money is deducted. I lost almost Rs 480 rupees . So how to get refund and how to make card working?

    Today my money is deducted Rs.60 when I try to download paid applications of any amount and I am getting message transaction declined, so why my money is deducted. I lost almost Rs 480 rupees . So how to get refund and how to make card working?

    Today my money is deducted Rs.60 when I try to download paid applications of any amount and I am getting message transaction declined, so why my money is deducted. I lost almost Rs 480 rupees . So how to get refund and how to make card working?

  • How to get MAC address from IP address in LAN

    Hi all,
    How to get MAC address from IP address in LAN (windows or any OS), I would have all IP addresses of my LAN, so I would like to know all MAC address.
    Code examples are highly appreciated.
    Thanks & Regards,
    abel...

    abel wrote:
    Yeah that is only working for local system, but how to get remote system's MAC ..?
    Thanks for quick reply ...
    Edited by: abel on Jan 28, 2009 12:10 AMIt is my understanding that only one person ever found the holy grail which you seek. But sadly [_he's dead_|http://forums.sun.com/profile.jspa?userID=649366]
    As a curious aside how did you manage to get the list of IPs?

  • Anyone.know.how.to.get.spacebar.and.delete.button.to.work??

    anyone.know.how.to.get.spacebar.and.delete.button.to.work??

    I think you are asking this in the wrong forum.  This is for TBD issues.

Maybe you are looking for

  • Update 100 Row Data In One Time against a Code

    Dear Expert, How can I update a Master Data Row Table record using a particular code. Like I write a query Update Table Set U_UDF = 'Value' Where Code = 2 U_UDF is the field of Master Data Row Table's field. There are 100 Row against code 2 & I want

  • Deleting Virtual Copies From Library, Burning Collections & Part of Library

    Hello! I am new to this software; I have LR 2.0 From the library, I selected/highlighted the photos that I wanted to put into a new collection, then clicked the plus symbol above "Collections." I was then asked if, when putting the selected photos in

  • Help with SQL to Pivot SQL

    I have requirment to build the SQL to Merge rows value to a single value. Here is the Data TABLE_A ID SEQ MESG 1 1 MSG1 1 2 MSG2 2 1 MSG1 3 1 MSG1 3 2 MSG2 3 3 MSG3 I need output as ID MSG 1 MSG1 MSG2 2 MSG1 3 MSG1 MSG2 MSG3

  • Suggestions and experiences on the management of photos/recordings?

    For quite a few years now, my photo management workflow has consisted of taking tons of pictures, dump them in some hard drive, and forget about them... I literally have a stack of 6 old HDDs that I need to backup at home. But now I've finally decide

  • WRT54GX2 error when connecting with a Broadcom 802.11n NIC

    Every time I try and connect my Acer Ferrari 1005 built-in wireless NIC to this router I get the following error in the system log of the router: Oct 31 15:58:55 (none) user.warn klogd: [0][18][2][10082879] Unknown QoS Action 26 (len 25) Oct 31 15:58