Files
jlengrand.github.io/_posts/2013-09-18-use-a-xerox-printer-on-ubuntu.markdown
2014-02-09 17:41:10 +01:00

1.8 KiB

layout, status, published, title, author, author_login, author_email, author_url, wordpress_id, wordpress_url, date, categories, tags, comments
layout status published title author author_login author_email author_url wordpress_id wordpress_url date categories tags comments
post publish true Use a Xerox printer on Ubuntu Julien Lengrand-Lambert jlengrand julien@lengrand.fr http://www.lengrand.fr 882 http://www.lengrand.fr/?p=882 2013-09-18 09:11:56.000000000 +02:00
tips
ubuntu
linux
xerox
13.04
printer
phaser
aptitude

A quick and small post that could save some of you a few hours.

If you're like me, you may have a Xerox printer of phazer in your work or home environmenent.

And your ubuntu is unable to print any document on this printer, displaying fancy errors like "filter failed".

Before going on the Xerox website searching for ugly tar.gz files to install; and read dozens of forums and documentation pages to finally get the printer to work; try to install foomatic-db.

It is as simple as

{% highlight bash %} sudo apt-get install foomatic-db {% endhighlight %}

on an ubuntu (13.04, in my case).

This worked like a charm for me. The part is don't get is why this foomatic-db is so hard to find. I had to search for the package listing, making searches about xerox drivers to find it. I found no reference about it on the internet what so ever with the "filter failed" keywords.

Hope this helps some of you.

Cheers