home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.os.vms:19592 comp.sys.dec:6561
- Newsgroups: comp.os.vms,comp.sys.dec
- Path: sparky!uunet!demos!kaija!news-server
- From: valera@nienschanz.spb.su (Valera Bulgakov)
- Subject: Help with PATHWORKS and Novell work on my PC
- Reply-To: valera@nienschanz.spb.su
- Organization: NIENSCHANZ Ltd (Sankt-Petersburg)
- Date: Fri, 18 Dec 1992 13:26:37 GMT
- Message-ID: <AAD6TChyM6@nienschanz.spb.su>
- Lines: 105
- Summary: PATHWORKS & Novell simultenuosly
- Keywords: PathWorks, Novell, ODINSUP
- Sender: news-server@kaija.spb.su
-
- Hi everybody!
-
- I have some problems when using ODINSUP with DEC PathWorks.
- I have D-Link DE-200 card with irq=5 and IO=300. When I use PathWorks
- with the following PROTOCOL.INI file and original NDIS driver for
- DE-200 all works fine.
- My PROTCOL.INI file in this case looks like this:
- [protocol manager]
- drivername = PROTMAN$
-
- [D_Link]
- Drivername = de200$
- Interrupt = 5
- Ioaddress = 0x300
-
- [DATALINK]
- DRIVERNAME = DLL$MAC
- BINDINGS = D_Link
- ;NI_IRQ = 5
-
- and config.sys :
- ...
- device=protman.sy
- device=de200.dos
- device=dis_pkt9.dos
- and autoexec.bat :
- ...
- dllndis |
- netbind | from statnet.bat
- schk |
- ...
- ipxpkt
- net5
-
- But when I try to use PathWorks with original ODI
- driver and ODINSUP I always recive an error.
- My PROTCOL.INI file in that case looks like this:
- [protocol manager]
- drivername = PROTMAN$
-
- [DATALINK]
- DRIVERNAME = DLL$MAC
- BINDINGS = DE-200
- ;NI_IRQ = 5
-
- My NET.CFG file looks like this:
-
- Link driver DE-200
- Port 300
- Int 5
- frame ethernet_802.3
- frame ethernet_ii
- frame ethernet_802.2
- frame ethernet_snap
- Protocol ODINSUP
- bind DE-200
-
- My startup file looks lile this:
-
- @echo off
- lsl
- de200odi
- ODINSUP
- CALL \DECNET\STARTNET
- cd \net\odi
- ipxodi
- netx
-
- My STARTNET.BAT file which starts PathWorks
- in both cases looks like this:
-
- @echo off
- decnet\netenvi 145 48
- set PCSA=\DECNET
- set DECNET=\DECNET
- dllndis
- netbind
- save
- schk /H
- dnneth.exe /rem:2
- redir5.exe /L:10 /P1:128 /P2:128 /P3:128 /himem:yes
- setname WS386
- use D: \\MVX1\PCSAV41
-
- The error message that I recieve is generated by scheduler module
- (schk) and looks like this:
- Error: Wrong Hardware Vector. Set NI_IRQ in PROTOCOL.INI to
- Interrupt Vector For Network Adapter.
-
- I think that I shouldn't set the NI_IRQ to value 5
- according to description of ODINSUP
- But I've tried to set NI_IRQ to 5, the general result was
- approximately the same, also on my VAX 3600 console I recieved message:
- "DECnet event 4.15 adjacency up". But niether PathWorks file service
- nor sethost (through LAT or CTERM) didn't work.
-
- Could anybody tell me what wrong I've done?
-
- Cheers
- --
- Valery Bulgakov - VMS system Manager.
- 191194 25-12 Zakharyevskaya Street, St.Petersburg, Russia
- E-mail : Valera@nienshanz.spb.su
- tel: +7 (812) 275-3479
-
-