home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / vms / 19592 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.9 KB

  1. Xref: sparky comp.os.vms:19592 comp.sys.dec:6561
  2. Newsgroups: comp.os.vms,comp.sys.dec
  3. Path: sparky!uunet!demos!kaija!news-server
  4. From:  valera@nienschanz.spb.su (Valera Bulgakov)
  5. Subject: Help with PATHWORKS and Novell work on my PC
  6. Reply-To: valera@nienschanz.spb.su
  7. Organization: NIENSCHANZ Ltd (Sankt-Petersburg)
  8. Date: Fri, 18 Dec 1992 13:26:37 GMT
  9. Message-ID: <AAD6TChyM6@nienschanz.spb.su>
  10. Lines: 105
  11. Summary: PATHWORKS & Novell simultenuosly
  12. Keywords: PathWorks, Novell, ODINSUP
  13. Sender: news-server@kaija.spb.su
  14.  
  15. Hi everybody!
  16.  
  17.         I have some problems when using ODINSUP with DEC PathWorks.
  18. I have D-Link DE-200 card with irq=5 and IO=300. When I use PathWorks
  19. with the following PROTOCOL.INI file and original NDIS driver for
  20. DE-200 all works fine.
  21.         My PROTCOL.INI file in this case looks like this:
  22. [protocol manager]
  23.     drivername = PROTMAN$
  24.  
  25. [D_Link]
  26.   Drivername = de200$
  27.   Interrupt = 5
  28.   Ioaddress = 0x300
  29.  
  30. [DATALINK]
  31. DRIVERNAME   = DLL$MAC
  32. BINDINGS     = D_Link
  33. ;NI_IRQ       = 5
  34.  
  35. and config.sys :
  36.    ...
  37.    device=protman.sy
  38.    device=de200.dos
  39.    device=dis_pkt9.dos
  40. and autoexec.bat :
  41.    ...
  42.    dllndis   |
  43.    netbind   | from statnet.bat
  44.    schk      |
  45.    ...
  46.    ipxpkt
  47.    net5
  48.  
  49.         But when I try to use PathWorks with original ODI
  50. driver and ODINSUP I always recive an error.
  51.         My PROTCOL.INI file in that case looks like this:
  52. [protocol manager]
  53.     drivername = PROTMAN$
  54.  
  55. [DATALINK]
  56. DRIVERNAME   = DLL$MAC
  57. BINDINGS     = DE-200
  58. ;NI_IRQ       = 5
  59.  
  60.         My NET.CFG file looks like this:
  61.  
  62. Link driver DE-200
  63.         Port  300
  64.         Int 5
  65.         frame ethernet_802.3
  66.         frame ethernet_ii
  67.         frame ethernet_802.2
  68.         frame ethernet_snap
  69. Protocol ODINSUP
  70.         bind DE-200
  71.  
  72.    My startup file looks lile this:
  73.  
  74. @echo off
  75. lsl
  76. de200odi
  77. ODINSUP
  78. CALL \DECNET\STARTNET
  79. cd \net\odi
  80. ipxodi
  81. netx
  82.  
  83.         My STARTNET.BAT file which starts PathWorks
  84. in both cases looks like this:
  85.  
  86. @echo off
  87. decnet\netenvi 145 48
  88. set PCSA=\DECNET
  89. set DECNET=\DECNET
  90. dllndis
  91. netbind
  92. save
  93. schk /H
  94. dnneth.exe /rem:2
  95. redir5.exe /L:10 /P1:128 /P2:128 /P3:128 /himem:yes
  96. setname WS386
  97. use D: \\MVX1\PCSAV41
  98.  
  99.         The error message that I recieve is generated by scheduler module
  100. (schk) and looks like this:
  101. Error:    Wrong Hardware Vector.  Set NI_IRQ in PROTOCOL.INI to
  102.           Interrupt Vector For Network Adapter.
  103.  
  104.         I think that I shouldn't set the NI_IRQ to value 5
  105. according to description of ODINSUP
  106.         But I've tried to set NI_IRQ to 5, the general result was
  107. approximately the same, also on my VAX 3600 console I recieved message:
  108. "DECnet event 4.15 adjacency up". But niether PathWorks file service
  109. nor sethost (through LAT or CTERM) didn't work.
  110.  
  111.         Could anybody tell me what wrong I've done?
  112.  
  113.      Cheers
  114. -- 
  115. Valery Bulgakov - VMS system Manager.
  116. 191194 25-12 Zakharyevskaya Street, St.Petersburg, Russia
  117. E-mail : Valera@nienshanz.spb.su
  118. tel: +7 (812) 275-3479
  119.  
  120.