home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 14 Text / 14-Text.zip / lm1000tt.zip / LM1000TT.TXT < prev   
Text File  |  1995-01-26  |  3KB  |  63 lines

  1. I own a LaserMaster TrueTech AFM printer. I was aggravated to discover 
  2. that LaserMaster had not modified the OS/2 drivers after OS/2 v2.0. So 
  3. I discovered my own way to get them working under OS/2 2.1 and now 
  4. Warp. Warp requires that you edit your CONFIG.SYS so read below!
  5.  
  6. First you must install any printer that uses the postscript driver.
  7.  
  8. The install and download program refuse to work because they see that the
  9. version of OS/2 is not 2.0. The way to fix this is to edit the "OS2VER" 
  10. file in the root directory of your OS/2 drive.
  11.  
  12. Add the following lines to the end of this file.
  13. 20=TTLOAD2.EXE
  14. 20=INSTALL.EXE
  15.  
  16. After doing this you can use the OS/2 installer and downloader programs 
  17. from the latest LaserMaster utilities. After installing them, remove the 
  18. "20=INSTALL.EXE" line from the OS2VER file.
  19.  
  20. If you prefer to do it the "Macho Way" like I do, I have enclosed the 
  21. text to add to your STARTUP.CMD file. Be careful not to accidently 
  22. download the code twice in the same session, this will usually cause 
  23. the LM1000 to lock up.
  24.  
  25. Also, since the DOS and Windows LM files are the same, it consumes less 
  26. disk space if you use the existing files in your T2\SYSTEM directory.
  27.  
  28. Add this code to your STARTUP.CMD file
  29. -----------------------------------------------------------------------
  30. d:                        <drive where DOS LM files are stored
  31. cd \t2\system             <this is directory the files are usually in
  32. copy lmucode.t2 /b lpt1   <Copy the appropriate initialization files
  33. copy vmimag35.t2 /b lpt1  <you can use vmimag01.t2 or vmimg13.t2 instead
  34. copy romfonts.dl /b lpt1  <last file need for initialization
  35.  
  36. The order of these files is important!
  37.  
  38. OS/2 Warp 3
  39. -----------------------------------------------------------------------
  40. You need to add the /IRQ parm to the end of the printer driver line as
  41. follows.
  42.  
  43.    Original line: BASEDEV=PRINT01.SYS
  44.  
  45.    Modified line: BASEDEV=PRINT01.SYS /IRQ
  46.                                       ^^^^
  47. After doing this, you must shut down and restart. By the way, if your 
  48. printer ever locks up, you must do a complete power down to reset it.
  49. A '3 finger salute' or Reset will not cut it!
  50.  
  51. Well, it's that easy! Works perfect for me and all DOS and Windoze 
  52. sessions work perfectly and fast at that!
  53.  
  54. If you need help or would simply like to thank me for the hours I 
  55. spent figuring this out for you <smirk> drop me a line!
  56.  
  57.  
  58. Richard Flathmann, computer deZines
  59.  
  60. richard.flathmann@swcbbs.com     or      the OS/2 Shareware BBS
  61.  
  62. 607-293-8155
  63.