Printer not found during the network printer share driver

I have a top of desktop windows xp with a printer and want to share with a computer laptop windows 7.  When I click on the printer it looking for a pilot and says that he can not find a

You must install the driver of Windows 7 on your Windows 7 computer.   It can be hard sometimes depending on the manufacturer provided the pilot, but the General procedure is:

1. get and install the appropriate driver for Windows 7 on the Win 7 machine.   Install a LOCAL printer using a port local (LPT1 is fine).
2 once installed open the printer properties and add a local port.  Enter the name of the port as \\XPPCNetName\PrinterShareName.

Tags: Windows

Similar Questions

  • NOT FOUND ON THE NETWORK BUT E-PRINT HP7500A WORKS OK

    Hello

    I have an OFFICEJET 7500 a printer.

    This is related to my network without any problem on the printer wireless network page.

    Can I use e-print by sending an email to the printer and it prints ok.

    However, I can't print on my netwrk House to her. The mistake of the printer is unable to connect to the printer. Also when typing the IP address in a browser, it is not found. The hp network diagnostic tool also can not find.

    I tried resetting it, it works, reconnect to the network switch but nothing seems to work.

    When I installed first, everything was ok, it was two days ago. Now the only way to print is to send an email - please help.

    Thank you

    Hi The_Bandit_05,

    Follow the steps in the document at the link below. Let me know what you find?

    The information contained in this document pertains to HP products that have already been set up and configured for wireless and work wireless for quite awhile. This document contains information on the possible causes of an interruption of the wireless connection, tips to avoid the problem and the General troubleshooting steps to help you re-establish the connection Wireless on your HP product.

    Printer keeps no connection Wi - Fi

  • Esxi5.5 scripted installation fails on "tools.t00: file not found" during the sequence of tftp

    Hello

    I realize this has arisen before but other that the proposed upgrade to v4 pxelinux.0 solution (which I did), I can't solve my current problems of pxeboot default due to #.

    Tools.T00: file not found on a network of esxi 5.5 installation

    That's what I see in the tftp log:

    Dec 09 17:07 ptc34551.hursley.ibm.com as [14604.1840335168]: /esxi55/tools.t00 to 9.20.170.34:49234 serving

    Dec 09 17:07 ptc34551.hursley.ibm.com as [14604.1840335168]: width option-> 167559911

    Dec 09 17:07 ptc34551.hursley.ibm.com as [14604.1840335168]: blksize option-> 1408

    Dec 09 17:07 ptc34551.hursley.ibm.com as [14604.1840335168]: file asked to increase much, BLKSIZE

    which according to VMware KB: ESXi 5.x fails to install when using PXELINUX is due to running a 32-bit version of pxelinux.0

    rpm of syslinux containing pexboot.0 is syslinux-tftpboot - 4.02 - 7.2.el5

    The other suggestion to avoid tftp to build the vmware host must use nfs in the boot.cfg settings. https://communities.VMware.com/message/2163034#2163034

    It was a post that not solved and the settings, I did to get the system to build via nfs instead of tftp failed

    If anyone has any ideas it would be great

    Concerning

    Paul

    Hi Paul
    Tools.T00 contains the iso files that you will need to install vmware tools.

    An installation without tools.t00 seems to be fully functional - but I'm not 100% sure on this subject.
    My suggestion has been designed for troubleshooting - so if possible to continue your search for the real problem.

    Your tftp can be used not the largest files x MBs - either you hit a timeout - because the package does not arrive fast enough.

    Ulli
    (here I made a testsetup without tools - if I find other missing features I'll let you know...)

  • taskdef class not found during the generation of code from wsdl using Ant

    I'm getting a class not found error during the generation of the java code from the wsdl file.

    *******************
    CU dmwls (338) $ ant generate wsdl
    BuildFile: build.xml

    ++ BUILD FAILED ++
    ++ file:/ffdt01/resmgt/kul/build.xml:14: taskdef class weblogic.wsee.tools.anttasks.WsdlcTask can not be found ++

    Total time: 1 second
    CU dmwls (339) $ cat - n build.xml
    < default project 'all' = > 1
    2 < name = "bea.home property" value="/opt/bea/wls/8.1sp4" / > "
    "3 < name ="jdk.home property"value =" ${bea.home} / jdk142_05 "/ >
    "4 < name ="weblogic.home property"value =" ${bea.home} / weblogic81 "/ >
    5
    6 < path id = "weblogic.classpath" >
    "7 < fileset dir="${weblogic.home}/server/lib ">
    8 < include name = "*.jar" / >
    9 < / fileset >
    10 < / path >
    11
    12 < taskdef name = "wsdlc.
    13 classname = "weblogic.wsee.tools.anttasks.WsdlcTask"
    14 classpathref = "weblogic.classpath" / > "
    15
    16 < name target = "generate-to-wsdl" >
    17 < wsdlc
    18 srcWsdl="/ffdt01/resmgt/kul/ksr.wsdl.
    19 destJwsDir = ' / ffdt01/resmgt/kul.
    20 destImplDir = ' / ffdt01/resmgt/kul.
    21 classpathref = "${weblogic.classpath}" "
    22 classpath = "${weblogic.classpath}" "
    23 packageName = "examples.webservices.wsdlc" / > "
    24 < / target >
    25 < / project >
    *******************

    I checked this class in the use of weblogic.jar file unzip command but there is no class "WsdlcTask".

    Unzip weblogic.jar-l | grep WsdlcTask - does not result

    I am looking WsdlcTask class in all the jars under BEA_HOME directory using below command but not found in class WsdlcTask.

    CD $BEA_HOME
    To find. -*.jar name-exec unzip {}-l------. grep WsdlcTask - also returned no results


    Some required classes does not appear in my weblogic.jar/jar file or there is something wrong with my build.xml file?

    Help, please.

    Kuldeep

    Hi Kuldeep,

    WSDLC you use in WLS8.1 ehich is not correct... "weblogic.wsee.tools.anttasks.WsdlcTask" the above taskDef is present WLS9.x leave.

    Please use the next task for WLS8.1 (http://download-llnw.oracle.com/docs/cd/E11035_01/wls100/webserv_ref/anttasks.html#wp1075710)

    <>
    WSDL = "WSDLs/MyService.wsdl"
    destDir = "myService/implementation.
    packageName="example.ws2j.service"/ >

    Thank you
    Jay Sensharma
    http://jaysensharma.WordPress.com/webservices/ (WebLogic wonders are here)

    Published by: Jay SenSharma on February 16, 2010 13:30

  • HP pavilion g4-1304au notebookpc - HARD drive is not found during the installation of Windows XP

    name of the product - hp pavilion g4-1304au notebookpc

    product no - #ACJ D4X79PC

    processor - AMD A4 - 3330 X

    During the installation of windows XP, it shows an error that the "mass storage is not recognized.

    Please give me Slipstreamer pilot for the specification above.

    You can follow the instructions in the following document, which allows you to install Windows XP on your laptop.

    http://h20000.www2.HP.com/bizsupport/TechSupport/document.jsp?lang=en&cc=us&TaskID=130&prodSeriesId=5046252&prodTypeId=321957&ObjectID=c01092639

    Also make sure that you install the last Windows XP SP3 for laptops and get into the BIOS and change a SATA AHCI to IDE / legacy mode.

    Also, if there is a parameter called "Secure Boot", disable it.

    I hope this helps.

  • Adobe Customization Wizard XI: setup.ini is not found (during the recording of the MSI)

    I downloaded the wizard XI of customization of Adobe and the Adobe Reader XI .msi file. I'm looking for only three options to customize this app. When I try to save the .msi file, I get an error "setup.ini file was not found.

    I placed the .msi file in a folder on the desktop. In addition, I tried using 7 - Zip to extract the .msi file in order to find the setup.ini file.

    Where is this file which is located? What is the solution?

    Any help is very appreciated.

    Simply install Adobe Reader on a computer.  Then, you will get the flat files in a folder with the Setup.ini file.  It will be something like that, depending on your operating system:

    Windows 7 64-bit example location

    C:\ProgramData\Adobe\Setup\{AC76BA86-7AD7-1033-7B44-AB0000000001}\

  • Media information was not found during the rip?

    Recently it started to happen. The information is not being downloaded. None of this. Am online during extraction is performed.

    Has he started recently?
    If so, you can try using System Restore to when it was working properly.

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-system-restore

    Alternatively, you can try to manually update the information manually and see if it works.
    http://Windows.Microsoft.com/en-us/Windows-Vista/add-or-edit-media-information-in-Windows-Media-Player

  • 2.4 Ghz radio not found during the investigation of site

    Hello. Today, I was on a site where people are wondering about wireless performance. This is a site where are only 10 users per AP, as you can see in the attached picture.

    When I was at the local level marked in a red circle, I found the following

    SNR:30
    power:-64dBm
    frequency: 5 GHz
    Flow rate of 25Mbps download; Download 38Mbps

    It has been tested with my laptop and Intel® WiFi Link 5300 adapter.

    Although it seems all good, I try to find the 2.4 Ghz radio, but the software I used (Covera, Xirus, Inssider) cannot find the radio. I waited 10 minutes, and sometimes the radio appeared for 10 seconds and disappeared again. This is not the first time that occurred to me.

    I also checked the auto-rf in the CLI WLC and attached the two.

    No idea what is causing the radio0 to appear and disappear?

    nothing wrong with the AP radio,

    (1) not reset radio:

     Last radio reset code: 37 Radio resets - total:5 retries:0 failed:0 Reset Stats: Start Cnt: 4, Recovery: Cnt 0, Last Ret: 0, Fails: 0, Recvry Status: Stalled NO, In Prog NO Code/Count: 37/00003 1 62/00001 1 67/00001 0 

    (2) no radio breaks down (rcore.d0):

     2 -rwx 287 Jan 1 1970 00:19:44 +00:00 info 3 -rwx 246 Jun 26 2015 10:17:41 +00:00 env_vars 4 -rwx 55762 May 24 2015 03:00:14 +00:00 event.log 5 -rwx 64 May 24 2015 03:00:10 +00:00 sensord_CSPRNG0 38 drwx 576 Jan 1 1970 00:19:37 +00:00 ap3g2-rcvk9w8-mx 6 drwx 2176 Mar 16 2015 14:38:19 +00:00 ap3g2-k9w8-mx.153-3.JA3 74 drwx 0 Mar 1 1993 00:01:08 +00:00 configs 281 -rwx 3567 Jan 19 2015 15:46:17 +00:00 private-config 75 -rwx 75 Jun 29 2015 09:09:04 +00:00 capwap-saved-config 76 -rwx 7192 Jun 29 2015 09:09:05 +00:00 private-multiple-fs 77 -rwx 64 May 24 2015 03:00:10 +00:00 sensord_CSPRNG1 78 -rwx 965 Apr 30 2015 16:59:55 +00:00 lwapp_mm_mwar_hash.cfg

    (3) there are for clients connected to this wireless AP:

     Channel Utilization.......................... 9 % Attached Clients............................. 7 clients

    (4) the adjusted maximum Tx power:

     ### Tx Power: Dot11 Config Serving Channel 1 (Type 0) Active Level Index 1 (Unitless) Active Level 16 dBm (OFDM 16 dBm) IEEE MIB format TRUE Metric unit dBm

    (5) what I just noticed is that the AP has ID 4 and 4 attacks:

     *Jun 26 13:06:11.575: %WIDS-4-SIG_ALARM: Attack is detected on Sig:Standard Id:5 Channel:1 Source MAC:5cb5.245b.66f8 *Jun 26 13:06:12.579: %WIDS-4-SIG_ALARM: Attack is detected on Sig:Standard Id:5 Channel:1 Source MAC:5cb5.245b.66f8 *Jun 26 13:26:13.267: %WIDS-6-SIG_ALARM_OFF: Attack is cleared on Sig:Standard Id:5 Channel:1 *Jun 26 13:26:13.267: %WIDS-6-SIG_ALARM_OFF: Attack is cleared on Sig:Standard Id:5 Channel:1 *Jun 26 17:18:06.727: %WIDS-4-SIG_ALARM: Attack is detected on Sig:Standard Id:4 Channel:1 Source MAC:58a2.b5b0.1b06 *Jun 26 17:18:06.727: %WIDS-4-SIG_ALARM: Attack is detected on Sig:Standard Id:5 Channel:1 Source MAC:58a2.b5b0.1b06 *Jun 26 17:18:08.735: %WIDS-4-SIG_ALARM: Attack is detected on Sig:Standard Id:4 Channel:1 Source MAC:58a2.b5b0.1b06 *Jun 26 17:18:08.735: %WIDS-4-SIG_ALARM: Attack is detected on Sig:Standard Id:5 Channel:1 Source MAC:58a2.b5b0.1b06 *Jun 26 17:38:09.443: %WIDS-6-SIG_ALARM_OFF: Attack is cleared on Sig:Standard Id:4 Channel:1 *Jun 26 17:38:09.443: %WIDS-6-SIG_ALARM_OFF: Attack is cleared on Sig:Standard Id:4 Channel:1 *Jun 26 17:38:09.443: %WIDS-6-SIG_ALARM_OFF: Attack is cleared on Sig:Standard Id:5 Channel:1 *Jun 26 17:38:09.443: %WIDS-6-SIG_ALARM_OFF: Attack is cleared on Sig:Standard Id:5 Channel:1

    4 ID = toggles Assoc

    5 ID = toggles Auth

    Just check again later, you should see this SSID

  • Printer is not found during wireless install HP Laserjet P1102w Mac OS X10.6.8

    HP Laserjet P1102w worked very well connected my device to the airport.  I uninstalled the printer software by mistake.  Downloaded the latest driver to reinstall.  "Resettlement"successfully"complete but the printer is not found on the ' printer & Fax" system preferences or if I invite with "Add printer".  The HP Firmware Upgrade utility also cannot find my printer via the network connection, gives me the error "device is inaccessible."  The network address entered is not valid or your device is not supported or is not available. If please correct the problem and try again. "There is no problem with my network or surf the internet.

    All advice is appreciated.

    Thank you for this answer step by step in detail.  It was extremely useful.  Printer is connected to the airport and all the computers on the network can print to it.   Hurrah.

  • HP 8600 printer range is found on the network after you have installed the Dymo printer for processing of credit cards

    HP 8600 printer range is found on the network after you have installed the Dymo 450 Turbo printer for processing of credit cards

    Hello Christina,

    1. What is the IP (Internet Protocol) address, the subnet and default gateway of the printer?

    2 have you tried to Ping to the IP address of the printer?

    Reset the printer can help get the problem solved.

    Perform the steps mentioned below to get the address of IP(Internet Protocol), subnet address, and default gateway.

    a: Type CMD in the search box start and press ENTER.

    b: now, type Ipconfig/all and press ENTER.

    Proceed as for Ping to the IP address of the printer.

    a: Type CMD in the search box start and press ENTER.

    b: type PING (IP address of the printer) , and then press ENTER.

    Reset the printing system:
    a: Go to System Preferences > Print & Fax
    b: Right (or control), click inside the box that lists your printers and select Reset Printing System.

    WARNING- This will remove ALL your printers!
    c: Select the sign more to add a printer. Search for the printer, select it, and wait until the button 'Add' becomes available. Until it clicks.

    Click on the link mentioned below as reference.

    http://Windows.Microsoft.com/en-in/Windows7/install-a-printer-on-a-home-network

    Note: "Check the title that reads" set up a network printer "

    Answer please if you have any questions.

  • When I want to print my coreldraw 13 error "file of valid workspace not found in the specified path.

    whenever I try to print a document on my coreldraw is will just put "file of valid workspace not found in the specified path.

    Hello

    Thanks for posting your question in the Microsoft community forum!

    I understand that you encounter printing problems in CorelDraw. I will try to help you with this.

    (1) is the issue limited to only Corel Draw?

    I suggest you to restore the default values by pressing the F8 key while the program starts.

    Reference: File not found valid environment...

    http://CorelDRAW.com/forums/t/4156.aspx

    If the problem persists, I suggest you contact the link mentioned below for the best support.

    http://CorelDRAW.com/forums/

    Please post back if you have any questions about Windows. I will be happy to provide you with the additional options that you can use to get the problem resolved.

  • Cannot connect to the local file and print when the domain controller is not available because the network connection

    Hi all
    Having problems for local users, connection to a file and print server in one of my satellite offices.
    When my t1 connection is disrupted (problem of local carrier) my users when the connection is down to connect to the file room and print and always have access to their files and the local printer.
    The domain controller is off site in my main office.
    Environment:
    All local desktop clients are windows machines 7.
    Printing and local file is a windows 2003 server.
    DC is window 2008
    Note that we recently changed all 2003 to all domain controllers the PDC 2008, suspect that it may cause the problem, but just cannot know where it track.
    Any help or thoughts would be appreciated.
    Thank you

    Hello trj'hwma,

    Thank you for the question!

    It's discouraging to know that have problems you with the local file and print. As I understand well you cannot connect to the local file and print when the domain controller is not available because the network connection.

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums. You can follow the link to your question:

    Windows 7 IT Pro category

    Answer to us if you have problems with the local files and print or any other issue of Windows, and I'd be happy to help you again and try to correct the problem as soon as possible.

    Good day!

    Hope this information helps.

  • "The expected Version of the product is not found on the system" error message during the Installation of Service Pack 3

    During the installation of Microsoft Service Pack 3, I get the message "The expected Version of the product is not found on the system."

    Steps to take before you install Windows XP Service Pack 3
    http://support.Microsoft.com/kb/950717

    How to troubleshoot an installation fails on Windows XP Service Pack 3
    http://support.Microsoft.com/kb/950718

    How to obtain the latest Windows XP service pack
    http://support.Microsoft.com/kb/322389

    Downloads of SP3: -.

    Windows XP Service Pack 3 - file to Image CD ISO-9660:
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=2FCDE6CE-B5FB-4488-8C50-FE22559D164E&displaylang=en

    Windows XP Service Pack 3 for developers network installation Package and the professionals (unique facilities for the PC can use the same file)
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=5B33B5A8-5E76-401F-BE08-1E1555D4F3D4&displaylang=en

    How do you know if you are running a 32 bit / X 86 or 64-bit computer

    1. Click Start.

    2. Do right click my computer and then click Properties.

      • If you don't see "x 64 Edition" in the list, then you are running 32-bit Windows XP.

      • If "x 64 Edition" is listed under system, you are running the 64 bit version of Windows XP.

  • Plustek OpticBook 3600 will not install error that an error occurred during the installation of the device. The required section was not found in the INF

    Original title: Plustek OpticBook 3600 is not installed

    Found new hardware wizard runs, but after scanning stops the disc from the manufacturer with the message ' year error occurred during the installation of the device.»  The required section was not found in the INF"

    PC system is homebuild which, in theory, exceed the minimum requirements of the system of manufacturers.  Operating system is Windows XP Pro with Service Pack 3.  The scanner is connected to the USB 2.0 card that is not separately powered, but installed in the PCI slot.  I suspect that the problem lies in the PC rather than the scanner. but do not know what the problem is.  Any help would be appreciated!

    Hello
    You can try the troubleshooting provided in the link below steps to fix the problem.

    You receive a "unable to install this hardware" or "an error has occurred during installation" error message when you try to install a PCI device

    http://support.Microsoft.com/kb/841567

    Note:

    To do: Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    How to back up and restore the registry in Windows

    http://support.Microsoft.com/kb/322756

    See also:

    Error message: cannot install hardware. An error occurred during the Installation of the device

    http://support.Microsoft.com/kb/810882

  • Google Chrome could not connect to the network during installation...

    Currently I use maybe obsolete google chrome... But when I download the newest chrome and during installation... it could not connect to the network or internet connection so prevented me to install the new chrome... What's the problem? and how do it fix it? Thank you

    Try to download the full installer:

    Chrome for work: Chrome for work - Google

Maybe you are looking for