Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!udel!mmdf From: burgess%creek.decnet@hsdp2.brooks.af.mil (CREEK::BURGESS) Newsgroups: comp.os.minix Subject: RE: lpr on off brand AT's under version 1.3 Message-ID: <30348@nigel.ee.udel.edu> Date: 13 Sep 90 16:36:49 GMT Sender: mmdf@ee.udel.edu Lines: 17 I ran into the same problem. Many video cards for compatibles use the Monochrome printer port regardless of card type. The "IBM-PC" uses two different ports; one for each type of card. MINIX relies on this difference and generates spurious "out of paper" messages when attempting to talk to a non"IBM". A fix is to include an #IF in front of the port selection logic and an #ELSE after with the port address defined as that of the MONOCHROME VIDEO PORT (since this seems to be the one used most often). Follow the whole thing with an #ENDIF. It is a change to the kernel of the system, so the system must be recompiled to effect the change. Instructions are available in "ast"'s book. The actual code is left as an exercise for the student, since all of my MINIX stuff is on its way from Germany. For those who REALLY need handholding, my mail address is: "BURGESS%CREEK.DECNET@HQHSD.BROOKS.AF.MIL". David Burgess NCOIC, Management Information Systems USAF School of Aerospace Medicine.