Maybe it was my imagination, but I think I had to change "/dev/lp1" to "/dev/lp0" in my /etc/printcap after upgrading from a 2.0.x kernel to 2.2.1. I am still at a loss as to what caused this.
You might want to try changing it, as you can always change it back if it doesn't help. I think the printer daemon has to be re-started for changes to printcap to take effect. For me, that is /etc/init.d/lprng restart (I think). I hope this helps. On Sun, 8 Aug 1999, Kristopher Johnson wrote: > I've upgraded my slink system to a 2.2.10 kernel, by downloading > the kernel sources and using make-kpkg. I also upgraded to the > new versions of netbase and dhcpcd, and almost everything works > fine. > > The only problem I've seen is that I cannot print anymore. After > attempting a print job, lpq shows me this: > > Printer: [EMAIL PROTECTED] 'HP DeskJet' > Queue: 1 printable job > Server: pid 17924 active > Unspooler: pid 17926 active > Status: cannot open '/dev/lp1' - 'Device not configured', > attempt 2, sleeping 20 at 11:25:08 > Rank Owner/ID Class Job Files > Size Time > active [EMAIL PROTECTED] A 923 (stdin) > 322 11:24:58 > > Here is my /etc/printcap file: > > # This file was generated by /usr/sbin/magicfilterconfig. > # > lp|hpdj|HP DeskJet:\ > :lp=/dev/lp1:sd=/var/spool/lpd/hpdj:\ > :sh:pw#80:pl#66:px#1440:mx#0:\ > :if=/etc/magicfilter/dj550c-filter:\ > :af=/var/log/lp-acct:lf=/var/log/lp-errs: > > Everything worked fine under the 2.0.36 kernel. /dev/lp1 does > exist, and when I built the 2.2.10 kernel, I included parallel > port support. Is there something else I need to do? > > Thanks, > Kris