Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!oliveb!sun!sally!plocher From: plocher%sally@Sun.COM (John Plocher) Newsgroups: comp.unix.microport Subject: Re: lp driver for microport unix SYS V Keywords: lp print driver Message-ID: <102496@sun.Eng.Sun.COM> Date: 3 May 89 02:31:08 GMT References: <12503@ut-emx.UUCP> Sender: news@sun.Eng.Sun.COM Reply-To: plocher@sun.UUCP (John Plocher) Organization: Sun Microsystems, Mountain View Lines: 33 In article <12503@ut-emx.UUCP> mike@ut-emx.UUCP (Mike O'Donnell) writes: >some difficulty using the 'lpset' command to turn the >transparency mode on. (with Microport V/386) You need to use the "raw" lp devices (/dev/rlp*). These are the same as the normal devices (/dev/lp*) but with 128 added to the minor device numbers. (The 7 below is what I think I remember the major number for lp was ...) To make them: mknod /dev/rlp0 c 7 128 mknod /dev/rlp1 c 7 129 mknod /dev/rlp2 c 7 130 Then just link /dev/lp to the right one: ln /dev/rlp0 /dev/lp >respondent said that someone had a replacement lp device While I was at Microport I rewrote the lp driver and shipped it to several people. It worked a lot better than the stock one, but it still had the "cooked" garbage in it (backwards compatable - I don't know ANYONE who uses it!) Since they say they are still in business, call them and ask for it - they can't hate me any more than they already do :-) In the V/386 3.0e.1 release (and with the 3.0e CD-1 disk) I put quite a few "shar" files containing various device drivers in /src. This includes spkr, a lp replacement (not my mods), a mouse driver, and many more. These are all freely distributable, so you can get them from anyone who has them. -John Plocher