cancel
Showing results for 
Search instead for 
Did you mean: 
24 Replies
Yankie
New Member
New Member

Re: Phaser 6010 driver Linux 64 bits

Jump to solution

For thouse who still using old Xerox Phaser printers such as 6000 and 6010N here's an 2022 year update for Ubuntu 22.04. First I thought that it is Ghostscript so I've updated it from 9.55 to 9.56 (not sure it necessary) from 

http://ftp.br.debian.org/debian/pool/main/g/ghostscript/ and http://ftp.br.debian.org/debian/pool/main/libj/libjpeg-turbo/ 

$ sudo dpkg -i ghostscript_9.56.1_dfsg-1_amd64.deb ghostscript-x_9.56.1_dfsg-1_amd64.deb libgs9* libjpeg62-turbo_2.1.2-1+b1_amd64.deb

After it didn't worked I did following:

$ sudo apt install libstdc++6:i386 libcupsimage2:i386

And finally printer printed the Test Page!

 

0 Kudos
chrwei
New Member
New Member

Re: Phaser 6010 driver Linux 64 bits

Jump to solution

that certainly sounds easier.  have you tested color photos and documents, and have you tried 14.04?

 

 

 

0 Kudos

Re: Phaser 6010 driver Linux 64 bits

Jump to solution

 

The following procedure got the Phaser 6010N that I bought last week working fully with Ubuntu 12.04 64-bits with no complexity.

 

TL/DR: download the 32-bit drivers package from Xerox, get the .deb package from downloaded archive. Open terminal, cd to directory containing the .deb package. Execute the following three commands to install 32-bit libs, 32-bit CUPS, and the 32-bit drivers from Xerox, after which installing the printer normally via the system menu should find those drivers without further effort.

sudo apt-get install -y ia32-libs

sudo apt-get install -y libcupsimage2:i386

sudo dpkg -i --force-architecture xerox-phaser-6000-6010_1.0-1_i386.deb

 

 

 

A Detailed Procedure to do the above follows:

 

1. Download the (32-bit) Linux CUPS DEB print driver from Xerox here

        http://www.support.xerox.com/support/phaser-6010/downloads/enus.html?operatingSystem=linux

which gives you a zip file called 6000_6010_deb_1.01_20110210.zip in your Downloads directory, which you

can double click on to have the archive manager find and extract the real contents, the driver package,

        xerox-phaser-6000-6010_1.0-1_i386.deb

best extracted to your Downloads directory as assumed in the next step.

 

2. Open a terminal and execute the following four commands, assuming you've placed the driver

package in your Downloads directory, after which you may close the terminal.

 

cd ~/Downloads

sudo apt-get install -y ia32-libs

sudo apt-get install -y libcupsimage2:i386

sudo dpkg -i --force-architecture xerox-phaser-6000-6010_1.0-1_i386.deb

 

3. Install the printer as usual by going to Printing item in the System Settings window or the Printers item on the system menu (top right) and clicking the button '+Add'. I found the Phaser 6010N on the network as I'm connected by ethernet, by clicking on "Network Printer', waiting for it to be found and selecting it. Then I chose the option 'AppSocket/JetDirect network printer via DNS-SD', clicked the "Forward" button and was able to immediately print a color test page.

 

       

DouglasK
New Member
New Member

Re: Phaser 6010 driver Linux 64 bits

Jump to solution
I'm glad it helps out. FWIW, a similar solution works for other 32 bit s/w on current versions of Ubuntu as well.
0 Kudos
Fontman
New Member
New Member

Re: Phaser 6010 driver Linux 64 bits

Jump to solution

Hi Douglas,

 

A great solution, thanks for posting this...

 

 

0 Kudos
DouglasK
New Member
New Member

Re: Phaser 6010 driver Linux 64 bits

Jump to solution

Ok folks, I've figured it out (at least for me) and I now have the Phaser 6010N printing from three separate Ubuntu 14.04 64bit boxes at my house.

 

The way Ubuntu 64bit handles 32bit software has changed as of version 13.10, and no longer uses the old system, which as I understand it was a real kludge.

 

Basically, one enables 32bit support in dpkg, then installs a few libraries, then installs the printer driver. 

 

I wrote up this web page with step by step instructions on how to do it.  My initial goal is so that I don't forget, but I hope it helps folk here out too.  Here's the link:

http://douglask.fog.org/home/xerox-phaser-6010n

Re: Phaser 6010 driver Linux 64 bits

Jump to solution

I'm about to buy this printer for my Ubuntu 14.04 LTS, my whole family uses Ubuntu 14.04 LTS 64 bit now and I am installing this excellent operating system for clients as well, moving them away from Windows and even MacOS.

 

While there exist workaround to bring this printer to life in 64bit versions of Debian/Ubuntu-based Operating System - which is the standart Desktop at many Fortune500 companies like Google - I would be very happy if Xerox could develop a 64bit driver, such as Hewlett Packard is offering to its comsumer-grade printers.

 

Having worked at Microsoft for many years, I know that the focus is much more on enterprise businesses than on end-user products, however if you market the printer as Linux-compatible, you should at least have the decency of supporting the most commonly used Linux operating system, which is undeniably Ubuntu 64bit.

 

Please develop these much needed 64bit drivers for Ubuntu 14.04 LTS, which will be around for 4 years or provide the source to the community and work together with the Linux community on developing this. Please escalate this issue, there is in fact a considerable business impact - for my business and that of many others, estimating at least 10K Xerox printers. Best regards.

0 Kudos
DouglasK
New Member
New Member

Re: Phaser 6010 driver Linux 64 bits

Jump to solution

I appreciate the information you've provided.  A few quick points of note....

 

  • Ubuntu 10.04 LTS is long since non-supported by the Ubuntu community.  The current version of Ubuntu is 14.04 LTS, for reference.
  • Very few 32 bit systems are sold these days.
  • This printer model is still being sold new in stores (not as overstock or end of life product), as such it is reasonable to expect it to work with current operating systems.
  • Xerox provides 64 bit drivers for all other operating systems.
  • Building a .deb or .rpm file for a different archetecture is, in most cases, trivial.

Xerox advertises this printer as working in Linux, but does not support _any_ currently supported Ubuntu releases.  This seems at best misleading to me.  Now, I have an expensive paperweight, and reason to not trust Xerox when they say a product works as advertised.

 

This situation would have been understandable 10 years ago.  Now, it is unacceptable.  When does Xerox plan to release 64 bit compatible drivers for this printer model?

0 Kudos
Fontman
New Member
New Member

Re: Phaser 6010 driver Linux 64 bits

Jump to solution

Re: Use of 6000_6010_deb_1.01_20110210.zip, which extracts to xerox-phaser-6000-6010_1.0-1_i386.deb (a 32-bit driver).

 

Using this driver does not allow for 64-bit support, and requires the use of Linux ia32-libs which has now been discontinued for the latest release of (K)ubuntu (13.10).

 

I'm surprised that there is only a 32-bit driver when most people are now using 64-bit. The strange thing is that the Fuji-Xerox driver (fuji-xerox-docuprint-c525-a-ap_1.0-2_i386.deb) that we use for our other phaser (6125) works fine after resetting the tray/paper defaults. Of course it won't work for the 6010 because of the different printer languages used, but it's interesting that such an old driver still works in both 32 and 64-bit environments.

 

Having worked at Xerox for many years, I understand the focus is with corporate 500 companies, yet the 6010 has a much broader market focus, including home-office and personal use. I'm coming across many more people who are moving away from windows, so I hope that they are able to find the time to produce a 64-bit driver. I for one would volunteer to beta test any release.

 

So here I am trying to move my wife over to Linux, and I have it all running; supporting wireless drivers, a canon lide scanner, MS Office 2007 (under wine 1.7); as a highly secure system and I can't get the 6010 working unless she boots into Windows 7 :smileysad:

 

0 Kudos
aliquando
New Member
New Member

Re: Phaser 6010 driver Linux 64 bits

Jump to solution

I have some (hopefully useful) information for you:

 

I got my Dell 1250C (equal to Xerox Phaser 6000) working on Debian Wheezy 64 bits by doing the following steps:

 

1.: Enable multiarch support on your Debian: http://wiki.debian.org/Multiarch/Implementation#Using_multiarch

2.: Install the 32 bits driver deb-package

3.: In CUPS you can add the printer now but it will not work so far. After trying to print something you can find something like

D [14/Mar/2013:21:31:41 +0100] [Job 39] Dell_1250c: error while loading shared libraries: libcupsimage.so.2: cannot open shared object file: No such file or directory

in /var/log/cups/error_log

4.: But this message is a pretty good help: apt-get install libcupsimage2:i386 will install the missing 32 bits library

5.: After restarting CUPS with /etc/init.d/cups restart I was able to use the printer without any problem

 

I hope this small guide may help somebody...

0 Kudos