How to get P1102w printing wirelessly

I have given up trying to get my LaserJet P1102w to print wirelessly. I have tried hours and hours of troubleshooting and resintalling. 
I just shared it and will print that way.
How do I turn off the wireless functionality? I can log into the web interface with the wired desktop, but I can't find what setting I can turn off.
EDIT: I saw online a reference to directions to simply press the wireless button. I did that, but then printed a configuration page, which still gave the printer an IP that was not 0.0.0.0, so I can only assume that this printer is still broadcasting a wireless signal.
This question was solved.
View Solution.

Hi paulri,
That is great. I am sure we will be able to get you up and running over the wireless network in no time.
I would reset the printer first to clear out any previous network settings.
Turn the printer off, hold down the wireless button and cancel (x button) while turning the printer back on and don't release the two buttons until the printer stops making noise.
Print out a configuration report and make sure the SSID and IP address are cleared.
Printing a Configuration Page.
Verify your Encryption and Password for your network.
How to find your wireless network password.
Connect the USB cable from the printer to the computer, if it isn't already.
Then run the Wireless configuration to setup the printer on the network again.
Go to Start, All Programs, HP, HP Laserjet P1102w, then select Wireless Configuration.
(if the software isn't listed, run the CD for the printer to install the printer software as a USB connection)
Run through the steps to configure the wireless.
Then disconnect the USB cable.
Test the printer over the wireless network.
If you have any issues, please print off another Configuration Page with the IPv4 address and let me know if it lists your network name. (SSID)
Here is a document for setting up Airprint and ePrint if you would also like to use it in the future.
Printing from an Apple Mobile Device.
Please let me know the results.
Have a great day!
Thank You.
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" on the right to say “Thanks” for helping!
Gemini02
I work on behalf of HP

Similar Messages

  • How to get an N wireless USB adapter to transfer data faster that 54 Mbps

    How to get an N wireless USB adapter to transfer data faster that 54 Mbps? I am running FIOS 10/2 and connected to a ActionTec  M1424WR router. Any help will be appreciated.

    I have to ask the question, why are you in need of 802.11N speeds?  Are you transferring lots of files between other PC's on your network or are you simply connecting to the Internet.  
    Remember if your Internet speed is 10/2 which means 10 meg down and 2 meg up having 300 meg capability WLAN connection will not be noticeable.   Your bottleneck is your Internet connection of 10/2.   

  • How do i make my hp laser jet p1102w printer wireless using bright house modem

    How do I make my printer wireless without having to hook the computer to the printer.  I have the Bright house moden and internet services.

    Hi,
    The printer supports wireless connection. Please use information from the following link to set it up:
       http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&dlc=en&docname=c02847467
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to Get the Print of General Ledger with Opening balances

    Hi Friends.
    How can I get the print out of G.Ledger with all line item transactions and opening balances in a company code?
    Please explain.
    Regards.
    Srini

    hi
    for line item-
    goto s_alr_87012282 and select menu bar "list">print
    for g/l statement
    goto s_alr_87012332 same step above
    rgs

  • How to install P1102w Printer on win server 2003 without connecting the printer

    Hi guys,
    i have to insatall p1102w printer on my server 2003  to print from my client pc witch the p1002w locally connected when i use remote desktop connection.
    does anyone knows how to.

    Hi,
    The P1102w is an Host-Based printer, any host-based printer does not support Citrix / Terminal Services / RDP connection.
    You may find that listed on page of the following guide:
    http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c03635702/c03635702.pdf
    You may try installing the drivers on the client itself and check if that may work..
    Hope that may help,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • HT3669 Hi I have a Konica Minolta PagePro 1300W printer. This works with my Windows-based Toshiba laptop but not with my i-Mac. Can someone please advise me how I get the printer to work with my i-Mac? I have installed it but documents don't print. Thanks

    Hi I have a Konica Minolta PagePro 1300W printer. This works with my Windows-based Toshiba laptop but not with my i-Mac. I have the latest (Mountain Lion 10.8.2) OS-X software.
    I have installed the printer using 'System Preferences' on my i-Mac and it appears on the list of available printers but documents that I create just don't print.
    Can someone please advise me how I get the Konica Minolta PagePro 1300W printer to work with my i-Mac?
    Thanks, John Lee

    Looking at the Konica web site for the PagePro 1300W, I saw the following note.
    Please note: This printer is designed to be used in computer operating systems running MS Windows only. Operating systems such as UNIX, Macintosh, or Linux are not supported nor do we have workaround drivers available. Older MS Windows versions, such as Windows 3.1/95/98[pre-SE] and NT 3.51/4.0, are not supported.
    So KM are not going to help you. But the LinuxFoundation does provide a workaround that should allow you to print. Have a look at this web page. You will need to install all three packages as per the instructions from that page.

  • How to get the printer button to appear

    The buttons on my printer should say scan, copy & print.
    They are now saying scan, copy & copy.   how do I get the print button back, as I cannot print

    Hi,
    What is the exact printer model? is it the HP Photosmart C4385?
    The following model does not provide any fax capabilities as you may find by its datasheet below:
    http://cdn.cnetcontent.com/b6/14/b6144c8e-0a16-4ce3-a66d-2eb03e86f4d9.pdf
    If I misunderstood your pritner model, please clarify the exact model.
    Regards,
    Shlomi
    Say thanks by clicking the Kudos thumb up in the post.
    If my post resolve your problem please mark it as an Accepted Solution

  • How to get rid Print Dialog in Smartforms

    Hi,
    We are using ECC 6.0. I have the following code for calling smartforms:
    DATA: ltp_control_parameters TYPE ssfctrlop,
            ltp_output_options TYPE ssfcompop.
      ltp_control_parameters-no_dialog = 'X'.
      ltp_control_parameters-preview = 'X'.
      ltp_control_parameters-preview = 'LOCL'.
      ltp_output_options-tddest = 'LOCL'.
    The problem is that the print dialog appears and asking for output device. How to get rid this?
    thanks,
    sid

    hi all,
    thank you for replying. i got rid of the print dialog box by filling in defaults->spool control->output device in the user profile->own data. And i just set the following in my code:
      ltp_control_parameters-no_dialog = 'X'.
      ltp_control_parameters-preview = 'X'.
    And also previously i mistakenly reset ltp_control_parameters-preview to 'LOCL' (refer to my previous post).
    regards,
    sid

  • How to get Network Printing to work with Brother!!

    So i have my BROTHER DCP-7020 printer connected to my Windows machine and i've been sharing the printer on the network with my old iMac 24' which prints perfectly. Now i have the 27' imac and i have no idea why it won't do printing via network, plugging in USB works fine, i've installed the driver but it doesn't look like it did anything. It just worked on my 24' without any hassle, it gets detected in the "Printer Settings" automatically and i dont recall doing anything to get it to work before.
    Can anyone give me some tips of why it won't print and what I need to do in order to get network printing to work on my new Mac?
    By the way BOTH MACHINE runs SNOW LEOPARD.
    Thanks in advance.

    Here's the troubleshoot: http://support.apple.com/kb/HT1404
    And here is the manual method: http://support.apple.com/kb/HT3049
    Hope this helps!

  • How to get booklet printing?

    https://discussions.apple.com/message/15194920#15194920
    ETA: I'm investigating suggestions here, unless someone has found a better solution.
    Edit again:  http://www.macupdate.com/app/mac/21068/create-booklet-pdf-service
    Trying this one...
    Hey everyone,
    I'm very frustrated. I can't figure out how to accomplish booklet printing in Word or Pages. Pages often does things simply that Word fights tooth and nail, but I can't figure this one out.
    Apparently, old versions of Word supported booklet printing, which would allow the document to be printed with 2 pages facing each other, then cut the pages down the middle (gutter) and bound. Or stapled down the middle. However, I'm finding this an impossible task.
    I'm using Word 2011 for Mac. Pages 4.1. Snow Leopard.
    The end result I want: A landscape-oriented, two-sided (I have duplex printing on my laser printer) document with 4 pages to a sheet (2 front, 2 back), than can be cut down the middle and bound on the resulting left side, just like a "regular" book.
    I don't have the option for "booklet printing" under page setup in Word, and I don't know how to set it up in pages, because I can't even find a way to make it landscape orientation! (Yes, the computer is plugged in.)
    Please help me.
    Thanks in advance.

    I can't help you with Word. I use Pages and Create booklet. http://www.macupdate.com/app/mac/21068/create-booklet-pdf-service
    Install the create booklet service and you'l will find the option in the File > Print window.
    Write the document with normal pages. Save the original first in Pages format. Then press Cmd + P choose PDF button down to the right. In the pop up menu choose Create booklet. Wait a few seconds an Preview will open the new document with the pages imposed ready to be printed.
    I can't help you with the duplex printing though. What I do when I print the document is to in the print dialog first print the odd pages and then after I put back the printed papers I print the even pages.

  • How to Get Default Printer from ITS

    Hi all,
    I want to get the default printer name when i run application thru ITS ..
    I have function module  RSPO_FRONTEND_PRINTERS_FOR_DEV   which shows the default printer available in the system but it is in SAPGUI and which dont work for ITS applications.
    Does any body knows the function which brings Default printer in ITS .  I appreciate your answers . I Appreciate your responses.
    Thanks
    Pradeep Reddy

    With PrintGetPrinters(), I can get all printer in the list. If it is a bug, where to get the patch for 11.5?
    My pb build is 11.5.1 4608.
    Also, another alternative solution to get default printer with pb 11.5.1?
    Another is: is Pb 11 and Pb 12 can be installed on windows XP side by side?

  • How to get Canon Printer to work wired?

    I have a canon wireless printer. I just got a cable for it as i want to not use wifi to print from my computer.
    How do i get my Canon printer to work with the cable in it.
    computer is a IMAc
    printer canon MP560 colour
    I have cable in it now. How do i get it to work wired to computer? thanks

    System Preferences - Printing & Scanning highlight your printer and right click and choose Reset Printing System. Next turn off the printer, then restart the computer in Safe Mode which will clear some caches. To restart in Safe Mode, simply hold down the Shift Key when you hear the startup tone until a progress bar appears. Then shut down the computer, connect the USB cable from the printer to the computer and start the compute normally, then turn on the printer and your iMac should find it. If your computer does not find the printer follow Apple's instructions for doing so.

  • HP Laserjet P1102W Printer Wireless Setup Issues on a Mac

    Numerous Problems trying to setup a wireless network on HP1102W laserjet printer on a mac and problems with printer going into sleep mode and then trying to wake the printer to print.
    Nothing seems to work.

    Hi @duffysnr ,
    I see that you are having issues setting up the printer on the wireless network and the printer goes into sleep mode and won't wake up. I can help you, but I will need some more information to provide the proper steps to try and resolve this issue.
    What version of Mac are you using? Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    What kind of router or Airport are you using?
    Print off a configuration page, let me know what the first 3 sets of the IPv4 address is and if the SSID is your network name. Printing a Configuration Page.
    If you have a valid IP address for the printer then try and access the Embedded Web Server for the printer.
    Type the IPv4 address into your web browser's address bar. Does it load the page for the printer?
    Have a great day!
    Thank You.
    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" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • How to get hp printer to print in color

    how do i get my hp photosmart c4795 to print in color from my mac book pro ?

    When you press COMMAND P do you get this window? You can select color there.

  • How to get paired Auvio wireless speakers to connect and play on 2008 Macbook Pro

    How do I get wireless speakers to play after successfully paired in system preferences of 2008 macbook pro? When both turned on they will not connect.

    You don't. The HDMI socket on your MacBook Pro is an output, not an input.
    What content source are you wanting to view? Your MacBook Pro may be able to view it directly.

Maybe you are looking for

  • Can I install oracle 10.1 on AIX 6.1?

    I have to install oracle 10 on AIX 6.1 , i found that oracle 10.2.0.3 provides support to AIX 6.1 But I can install oracle 10.1 or 10.2.0.1 on AIX 6.1 by using the following command /runInstaller -ignoreSysPrereqs it will install oracle on AIX6.1 as

  • Copy-Protecting DVDs against piracy in DVD Studio Pro; or otherwise ?

    Copy-Protecting DVDs against piracy in DVD Studio Pro; or otherwise ? I'm about to start encoding to MPEG2 a very important project that I've edited in Final Cut Pro. It is vital that it cannot be copied by the client or I could lose a lot of money.

  • What printer will work with Tiger nicely?

    I am just like the untold thousands who are having non-stop printing problems between my hp printer and Mac OS X. I used 10.3.9 and had non-stop printer problems. Did all the usual: uninstall, get latest driver, fix permissions, yada yada. I just upg

  • Desktop and Screensaver Settings (Not Responding)

    The other day, I was looking through my wallpapers under System Settings. I tried to open up downloads to see all of the pictures that I have downloaded and then System Settings locked up and changed its status to (Application Not Responding). When I

  • A good source to learn flash?

    i'm completely new to flash...i'm looking for either a book or website to learn all aspects of flash. Most of the tutorials online only show me how to create different things seperately but to combine them together in one project is rather difficult