home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / novell / 7078 < prev    next >
Encoding:
Text File  |  1992-09-08  |  3.1 KB  |  77 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!usc!sol.ctr.columbia.edu!ira.uka.de!rz.uni-karlsruhe.de!stepsun.uni-kl.de!sun.rhrk.uni-kl.de!weber
  3. From: weber@rhrk.uni-kl.de (Christoph Weber-Fahr [KIT])
  4. Subject: Re: Net drivers memory consumption
  5. Message-ID: <1992Sep8.071247.5689@rhrk.uni-kl.de>
  6. Keywords: EMS highmem
  7. Organization: University of Kaiserslautern, Germany
  8. References: <79276@ut-emx.uucp> <1992Sep7.223708.9015@monu6.cc.monash.edu.au>
  9. Date: Tue, 8 Sep 1992 07:12:47 GMT
  10. Lines: 65
  11.  
  12. dazz@monu6.cc.monash.edu.au (Mr D.K. Woodman) writes:
  13.  
  14. >In article <79276@ut-emx.uucp> johnk@ccwf.cc.utexas.edu () writes:
  15. >>
  16. >>I have a need to load the netware drivers (token/ipx/netx or odi*)
  17. >>into high memory or some such to free up conventional memory for a
  18. >>program. (I need ~600K)  It can be done, as I know that others have
  19. >>been able to do it.  My problem, however, is that when I load the
  20. >>software into high memory, it doesn't work.  Actually, just having the
  21. >>EMS driver loaded is enough to cause the netware drivers to be unable
  22. >>to function.
  23. >>
  24. >>Is this just a problem with token-ring drivers?  Those drivers seem to
  25. >>be the ones causing me problems (dxm?0*.sys or token.com; usually
  26. >>something like "board won't initialize" or some such).
  27. >>
  28. >I have similar problems in that I can't run EMM386.exe as it clashes
  29. >with the token ring card. I have tried excluding the range b000-bfff
  30. >which I thought was the range used by the TR card but this didn't
  31. >seem to work.
  32.  
  33. >I have not been able to find a definative reference for the above problems
  34. >any suggestions?
  35.  
  36. Yes. I run them nearly without problems. The problems you have are 
  37. probably memory conflicts.
  38. If you have the Micro-Channel Token Ring cards, simply start your 
  39. reference disk. They are fully configurable.
  40. If they are ISA cards, then it is more difficult.
  41.  
  42. Usually an IBM  Token-Ring card needs two blocks of memory:
  43. 16 k shared RAM and 8 k ROM (You can configure the RAM size, but Novell 
  44. recommends the 16k).
  45. The ROM address defaults to segment CC00. It can be configured by 
  46. dip-switches.
  47. The RAM - Address defaults to C800. It is software-configurable - BUT
  48. Novell's TOKEN.COM does not support this configuration. If you depend on this
  49. opportunity, you can use the IBM Lan Support Program. These drivers 
  50. have options for the shared RAM address - see the documentation.
  51.  
  52. Then you need proper emmexclude-statements (for windows) resp
  53. x= statements in the emm386 line of the config.sys.
  54. For a standard setup this would look:
  55.  
  56. (config.sys)
  57. device=emm386.sys <other options> x=C800-CDFF
  58.  
  59. (system.ini)
  60. [386Enh]
  61. EMMEXCLUDE=C800-CDFF
  62.  
  63. If you have done this, you can load several drivers high. With the 
  64. token-ring drivers my problems stopped, when I didn't load the LSL high.
  65. Others people here have recommended other kinds of setup, though.
  66.  
  67. Regards
  68.  
  69. Christoph Weber-Fahr
  70.  
  71.  
  72. -- 
  73.   Christoph Weber-Fahr                  |  E-Mail:  weber@rhrk.uni-kl.de 
  74.   Universitaet Kaiserslautern,  KIT     |  S-Mail:  Postfach 3049
  75.   Tel. 0631/205-3391                    |           D-6750 Kaiserslautern
  76. --------------------------  My personal opinion only    ---------------------
  77.