Link to home
Start Free TrialLog in
Avatar of scape_v
scape_v

asked on

HELP : ping: Transmit failed,error code 10054

After installing Win 95, I cannot seem to get TCP/IP to function correctly.
If i ping the adapter (127.0.0.1) I get "Ping transmit failed,error code 11054"
I have tried uninstall and reinstall TCP/IP, and aslo winsock 2 but still no luck.....

PLEASE HELP !!!
Avatar of dlb6597
dlb6597

There should be a batch file called ws2bakup.bat in the C:\windows\ws2bakup folder (or where ever windows is installed).  Boot up in msdos mode and run the batch file  to completely remove the Winsock 2 patch.
i got this off of technet for you.  these are the instructions for the ws2bakup utility.  in all fairness, if it works, give dlb6597 the points.


To resolve this behavior, follow these steps:

     1.Click Start, point to Programs, and then click MS-DOS
       Prompt.

     2.At the command prompt, type the following commands,
       pressing ENTER after each command
            cd\windows\ws2bakup
            ws2bakup.bat
            exit

       where windows is the folder in which Windows is installed.

       NOTE: If you are prompted to abort, retry, or fail the
       operation, press A. This causes the Ws2bakup.bat to
       continue restoring up all the necessary files.

       NOTE: If you receive sharing violation error messages
       when you run the Ws2bakup.bat file, continue with step
       3.

     3.Click Start, click Shut Down, click "Restart in MS-DOS
       mode," and then click OK.

     4.Repeat step 2.

       NOTE: If you receive error messages when you run the
       Ws2bakup.bat file stating that some programs cannot be
       run outside of Windows 95, disregard them.
ASKER CERTIFIED SOLUTION
Avatar of zombiwulf
zombiwulf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Might be worth checking that your NIC card is actually functioning correctly also.  A quick look into the Control Panel --->System--->devices to see if there is an exclamation mark against your Network Adaptor wouldn't hurt.  If there is, you may have set the card incorrectly on install.  Just revise the settings.
Avatar of dew_associates
Scape, check you \Windows folder for the following files. If they are present, delete or rename them.
 
 - Vdhcp.386
 - Vip.386
 - Vnbt.386
 - Vtcp.386
 - Vtdi.386

Dennis
Had the similar problem on systems that had IE 4.01 installed. Found that booting to dos and renaming wsock32.dll the exctracting the old one from the cabs fixed the problem.
Sound`s very much like your IP STACK is corrupted, you will need to remove all items and protocols from network settings in the control panel. Reboot the computer and reinstall everything!!! I bet you are using novell client 32????
Avatar of scape_v

ASKER

Thanks for the info, glad to say that after trying everything else in the book, your solution sorted it out.

Which solution?
Avatar of scape_v

ASKER

The solution that zombiwulf provided
Thanks, that enables others to determine the correct procedure when they pay for this info.