Subject: Printing Problems
To: None <port-mac68k@NetBSD.ORG>
From: Stuart McLuckie <postmaster@mcluckie.abel.co.uk>
List: port-mac68k
Date: 05/25/1998 19:51:43
I installed the stylewriter driver as per instructions and tried to print a
Postscript file & a few man pages using the 2 examples in the README
as templates. The following is roughly what happened
(changed to superuser, using NetBSD 1.3 on an LC II 8MB/800MB partition
 & Ghostscript-3.0) :

        $ jobs queued but cannot start daemon
        $ lpc
        > start all
        lp: printing enabled
            daemon started
        stylps: printing enabled
                daemon started
        cstylps: printing enabled
                 daemon started

        $ lpq
        Rank   Owner      Job  Files                                 Total Size
        1st    root       0    scheme48/doc/module.ps                93725 bytes
        2nd    stuart     3    (standard input)                      5385 bytes
        3rd    root       4    (standard input)                      5385 bytes
        4th    root       5    /README                               960 bytes

        $ lpc status
        lp:
                queuing is enabled
                printing is enabled
                4 entries in spool area
        stylps:
                queuing is enabled
                printing is enabled
                4 entries in spool area
        cstylps:
                queuing is enabled
                printing is enabled
                4 entries in spool area

        $ lprm 0;lpq
        same as before ...


I'd be grateful for any suggestions to help me find out what I've done wrong?