home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20674 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!haven.umd.edu!purdue!ames!saimiri.primate.wisc.edu!sdd.hp.com!usc!cs.utexas.edu!hermes.chpc.utexas.edu!news.utdallas.edu!ramesh
  3. From: ramesh@utdallas.edu (R. Ramesh)
  4. Subject: Re: /dev/lp1 (HP Deskjet 500) VERY slow in 0.98p6 and 0.99
  5. Message-ID: <BzD2oA.BL9@utdallas.edu>
  6. Sender: usenet@utdallas.edu
  7. Nntp-Posting-Host: ramesh.utdallas.edu
  8. Reply-To: ramesh@utdallas.edu
  9. Organization: The University of Texas at Dallas, ACC
  10. References:  <koenig.724500211@nova>
  11. Date: Wed, 16 Dec 1992 16:48:10 GMT
  12. Lines: 28
  13.  
  14. In article <koenig.724500211@nova>, koenig@nova.tat.physik.uni-tuebingen.de (Harald Koenig) writes:
  15. |> When I upgraded to 0.96p6 (and now 0.99, has the same lp code),
  16. |> parallel line printer driver got VERY slow (printing bitmaps an a NEC
  17. |> P6 or a HP DeskJet takes 1 or more MINUTES per line).
  18. |> 
  19. |> Using  /usr/src/linux/kernel/chr_drv/lp.c and /usr/include/linux/lp.h
  20. |> from 0.98p5 (or earlier) works with both 0.98p6 and 0.99.
  21. |> 
  22. |> Is there a fix for the "new" broken lp driver?
  23. |> 
  24. |> Thanks, 
  25. |> Harald
  26. |> --
  27. |> Harald Koenig, Inst.f.Theoret.Astrophysik  (koenig@tat.physik.uni-tuebingen.de)
  28. |>         "#define no_bdev_def()    dev_disk_init(0)"
  29. |>  Congratulations!  If AT&T wins its suit against BSDI, you've guaranteed that
  30. |>   you can never write OS software again, just by reading the previous line!
  31.  
  32. The lp driver changed to a new tunable driver somewhere in pl5-6 time. You
  33. need a command called tunelp and need to tune to your lp (the default
  34. values chosen at boot time seems to be way off for deskjet 500.) Here is
  35. what I use with my 500 and works just fine.
  36.  
  37. tunelp /dev/lp -w 0
  38. tunelp /dev/lp -c 350
  39. tunelp /dev/lp -t 5
  40.  
  41. Ramesh
  42.