cups_shell.htm 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Cups help</title>
  5. <meta charset="utf-8">
  6. <link href="./manual.css" rel="stylesheet" type="text/css">
  7. <link href="./highlight.css" rel="stylesheet" type="text/css">
  8. </head>
  9. <body>
  10. <div id="container">
  11. <section>
  12. <h1>CUPS Web Interface Help</h1>
  13. <p>
  14. Your default browser should have opened (or will open after 3-30 seconds) with the CUPS web interface. Here you can add and configure your printer.
  15. </p>
  16. <p>
  17. IMPORTANT: If asked for a username and password, enter 'root' and 'woofwoof'.
  18. </p>
  19. <p>
  20. Click on <b>Manage Printers</b>, then <b>Add Printer</b>. Enter a name for your printer, e.g. <mark>HL1030</mark>. The <b>Location</b> and <b>Description</b> fields can be left blank. Click <b>Continue</b>.
  21. </p>
  22. <p>
  23. The steps after that should be straightforward, and hopefully you will find a printer driver that works for you. Finally you should see a message: <mark>Printer HL1030 has been added successfully</mark>.
  24. </p>
  25. <p>
  26. Click on <b>Printers</b>, <b>Configure Printer</b> to change <b>Page Size</b> (if needed) and <b>Resolution</b> (600 DPI is good for most jobs). Click <b>Continue</b>, then <b>Printers</b> again. The <b>Printer State</b> should be <mark>idle, accepting jobs</mark>.
  27. </p>
  28. <p>
  29. Finally, click <b>Print Test Page</b> to see if your printer works.
  30. </p>
  31. </section>
  32. <section>
  33. <h2>Printer drivers</h2>
  34. <p>
  35. Puppy has the Gutenprint package, which has a lot of printer drivers. However, if your printer is not among them, you may be able to find a driver online. For example, I needed a driver for my Brother HL2040 laser printer -- it was located, and I have put it permanently into Puppy -- look at /usr/share/cups/model/<a style="font-weight: bold;" href="file:///usr/share/cups/model/Brother-HL-2040-hl1250.ppd">Brother-HL-2040-hl1250.ppd</a> if you are curious what a printer driver file looks like. Note that the file has extension <b>.ppd</b>.
  36. </p>
  37. <p>
  38. Two manufacturers with excellent support for Linux are <b>Brother</b> and <b>Hewlett Packard</b>, and Puppy enthusiasts have created PET packages of these.
  39. </p>
  40. <p>
  41. At the time of writing, the Hewlett Packard <b>Hpliplite</b> package is available in the official Puppy4 PET package repository (package created by MU). Just start the <b>Puppy Package Manager</b> (see Setup category in menu) and do a search for "hpliplite". This package supports a very wide range of Hewlett Packard printers and scanners.
  42. </p>
  43. <p>
  44. To find specific solutions for other printers or more up-to-date packages, please go to these sections of our main Puppy Forum:
  45. </p>
  46. <p>
  47. <div>
  48. <b>Printing category</b>: <a style="font-weight: bold;" href="http://murga-linux.com/puppy/index.php?f=27">http://murga-linux.com/puppy/index.php?f=27</a>
  49. </div>
  50. <div>
  51. <b>Additional Software</b>: <a style="font-weight: bold;" href="http://murga-linux.com/puppy/index.php?f=11">http://murga-linux.com/puppy/index.php?f=11</a>
  52. </div>
  53. </p>
  54. </section>
  55. <footer>
  56. Have fun!<br>
  57. Woof-CE Team
  58. </footer>
  59. </div>
  60. </body></html>