Posts: 74
rayburn
Joined: 11 Jun 2008
#16
Eino wrote:Get version 1.4.4 of these three packages from debian stable (cups, cups-client, cups-common), and force downgrade cups from 1.4.8. This should work for you.
Could you be a little more explicit on how I can do that please? Thanks for your reply.
Alanarchy
Posts 0
Alanarchy
#17
I treated mtself to a HP Deskjet 3050 (after waiting in vain for many years for Canon to support Linux). The HP Linux printing site gives all the information you need to build the latest HPLP software which even adds you to the printers group automatically.

It works perfectly under Antix13-64 and I'm very pleased. Thanks guys!

This is probably not the right place to post this but is the person whose printer doesn't work added to the printers group, which kind of makes it relavent to the thread.
Posts: 630
Eino
Joined: 12 Oct 2012
#18
This is the location if the cups needed.


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://packages.debian.org/squeeze/cups"
linktext was:"http://packages.debian.org/squeeze/cups"
====================================


Add this to your source list.

Code: Select all

deb http://ftp.de.debian.org/debian squeeze main 
You will need to uninstall your current version of cups first.
Then use synaptic package manager to install cups-common_1.4.4-7
Posts: 74
rayburn
Joined: 11 Jun 2008
#19
I know this an old thread, but tonight I finally have my printer working on AntX! The solution was very simple, and may well work for other makes and models of printers:

Code: Select all

dpkg -l | grep 'printer-driver'

apt-cache search printer-driver
The one printer-driver that was listed for Epson was not installed, therefore:

Code: Select all

apt-get install printer-driver-escpr
I hope this of interest to anyone else struggling with a printer.