[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference netcad::hub_mgnt

Title:DEChub/HUBwatch/PROBEwatch CONFERENCE
Notice:Firmware -2, Doc -3, Power -4, HW kits -5, firm load -6&7
Moderator:NETCAD::COLELLADT
Created:Wed Nov 13 1991
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:4455
Total number of notes:16761

1294.0. "3com 3c509 install problem" by NZOMIS::VICKERY () Wed Aug 10 1994 07:05

	
Hi,

I am have problems with installing hubwatch onto a PC with a 3com 3c509 card

I am getting the following error when strtndis issues the netbind command

"Unable to bind"

Listed below is my protocol.ini file and strtndis.bat


Protocol.ini

[protocol manager]
    DRIVERNAME  = PROTMAN$
 
[DATALINK]
    DRIVERNAME  = DLL$MAC
    LG_BUFFERS  = 14
    SM_BUFFERS  = 6
    OUTSTANDING = 32
    BINDINGS    = elnk3.dos
    DECPARM     = C:\HUBWATCH\
 
[ethernet 16] 
    DRIVERNAME = elnk3$
    DriverName = elnk3$


Strtndis.bat

@echo off
C:
cd \HUBWATCH

if %path% == "" goto no_path
	path >c:\HUBWATCH\oldpath.bat
	goto path_done
:no_path
	echo set path=>c:\HUBWATCH\oldpath.bat
:path_done
	set OLDPCSA=%PCSA%
	set PCSA=C:\HUBWATCH
	SET PATH=%PCSA%;%PATH%
save
ld c:\hubwatch\protman.dos /i:C:\HUBWATCH

REM Choose the proper NDIS driver for your network card.
REM Refer to your NDIS driver documentation for details.
REM Uncomment only one of the following, or add a line to
REM ld the driver for your network card

REM Choose the next line for the etherwork III network card
REM ld ewrk3.dos

REM Choose the next line for the etherwork (depca) network card
REM ld depca.dos

ld elnk3.dos


dllndis
netbind

pause

schk
tcpip



Everything above netbind loads successfully,
thereforeAny help with this problem will be appreciated.


Many regards

Ian Vickery

T.RTitleUserPersonal
Name
DateLines
1294.1PROTOCOL.INI 'label' problem?ROGER::GAUDETBecause the Earth is 2/3 waterWed Aug 10 1994 13:3914
Ian...

In your protocol.ini file you might try replacing the line:

	[ethernet 16]
with
	[elnk3.dos]

NETBIND seems to use the 'BINDINGS' value as an index to find the desired driver
configuration section within the file (so you can have multiple driver
configurations in the same protocol.ini file and just change the 'BINDINGS'
setting).

...Roger...
1294.2tuning for 3c503NAC::FORRESTFri Aug 12 1994 00:1788