Search This Blog

Debian Wheezy: Error setting up printer: "Option 'printer-resolution' has value '(unknown IPP tag)' and cannot be edited."

When setting up printer on Debian Wheezy, got error:
Option 'printer-resolution' has value '(unknown IPP tag)' and cannot be edited.
The error was not harmful and you can just ignore it. To get rid of it, you can install a newer version of python-cups package from ubuntu repository:
  • 64 bit Debian Linux:
    wget http://au.archive.ubuntu.com/ubuntu/pool/main/p/python-cups/python-cups_1.9.62-0ubuntu1_amd64.deb
    sudo dpkg -i python-cups_1.9.62-0ubuntu1_amd64.deb
  • 32 bit Debian Linux:
    wget http://au.archive.ubuntu.com/ubuntu/pool/main/p/python-cups/python-cups_1.9.62-0ubuntu1_i386.deb
    sudo dpkg -i python-cups_1.9.62-0ubuntu1_i386.deb

No comments:

Post a Comment