in reply to cpan module to add a new printer in Linux

Command-line and Web interfaces:

http://www.cups.org/doc-1.1/sam.html#4_2

http://www.cups.org/documentation.php/man-lpadmin.html

  • Comment on Re: cpan module to add a new printer in Linux

Replies are listed 'Best First'.
Re^2: cpan module to add a new printer in Linux
by Steve_BZ (Chaplain) on May 24, 2012 at 18:22 UTC

    Hi Daxim,

    Thanks for this. In fact, then, it looks as though the final architecture will be a mixture of:

    • Some udev stuff to detect when something is plugged in;
    • Some cups stuff to actually add it (or not);
    • Some Printer.pm or Wx::Printer.pm stuff to adjust the settings;

    I'll post when I get a better answer.

    Regards

    Steve