Koozali.org: home of the SME Server

printer

John N. Rayner

printer
« on: July 10, 2002, 02:12:38 AM »
Been having problems getting a printer to work on an SME-5.1.2 server called valse.  I'm running "Private server and gateway" option.  Everything else seems to work fine.
Because files from clients reached the spooler but did not print  I ran a test file as root on the server:
"cat filename|lpr -Pprinter"
Again the file is sent to the spooler but it does not print.
The printer status gives:
--->
waiting for subserver to exit at 2002-07-08-21:24:18.169 ##A=
    number=0 process=1719
subserver pid 1720 starting at 2002-07-08-21:24:18.253 ##A=root@valse+718
    number=718 process=1720
accounting at start at 2002-07-08-21:24:18.254 ##A=root@valse+718     number=718 process=1720
opening device '/dev/lp0' at 2002-07-08-21:24:18.256 ##A=root@valse+718  
    number=718 process=1720
printing job 'root@valse+718 at 2002-07-08-21:24:18.258 ##A=root@valse+718  
    number=718 process=1720
processing 'dfA718@valse.home.rayner',size 22, format 'f', IF filter
    'none-passthrough'  at 2002-07-08-21:24:18.260 ##A=root@valse+718
    number=718 process=1720
<---
There doesn't appear to be an irq allocated to parport0.  
dmesg gives:
--->
parport0:PC-style at 0x378(0x778) [SPP,ECP,ECPPS2]
parport0:detected irq 7; use procfs to enable interrupt driven operation
parport0_probe:failed
parport0:no IEEE-1284 device present
lp0:using parport0 (polling)
lp0: off-line
<---

/proc/parport/0/hardware gives
--->
base:0x378
irq:none
dma:none
modes:SPP,ECP,ECPPS2
<---

Do you think my interpretation that this is an irq problem is correct?
I don't know what the "use procfs" means.  What might be the problem and a possible solution?