Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

197049

September 17th, 2013 07:00

Dell c1760nw Laser Printer drivers for Linux/Ubuntu

Hi,

I bought the Dell C1760nw for my home network. 

I need to print to it via Ubuntu 10.04.

So far I have been unable to locate any linux drivers. I am willing to develop linux drivers if I can get hold of the relevant specs.

Any help greatly appreciated.

Bears Lumber

2 Posts

March 17th, 2014 01:00

Have a look at this link: http://codefucius.blogspot.co.uk/2014/03/getting-dell-c1760nw-color-printer-up.html

1 Message

October 31st, 2013 09:00

I would really like to be able to use this printer on Linux (Ubuntu) too.

I understand that the Xerox 6000B printer driver can be used for the C1660w model, but I could not get this working for the C1760nw.

Hopefully Dell will help by providing the specs to Bears Lumber.

In the meantime, can anyone help with a workaround?

105 Posts

March 17th, 2014 02:00

I researched on this topic and unfortunately, from what I gathered I discovered that Dell doesn't provide drivers for Linux and to be able to print on Ubuntu, you have to configure printer manually.

1 Rookie

 • 

3 Posts

March 17th, 2014 02:00

Hi JIMASP

This looks promising. Good to know the C1760nw is a repackaged printer. I'll have a go as soon as I get home.

Many thanks

Bearslumber

1 Rookie

 • 

3 Posts

March 17th, 2014 14:00

Hi Jimasp,

I can't thank you enough!

All I can say is Wahey!!!!

It worked first time on Ubuntu with the approprite deb package.

Thank you very much.

Bearslumber

Wahey :emotion-49: :emotion-2:

2 Posts

March 20th, 2014 00:00

You're welcome.

Glad you got it working.

1 Message

November 16th, 2014 10:00

The Xerox driver is 32-bit only and difficult to use on many modern 64-bit Linux systems. Linux uses (or can use) CUPS, so recompiling the mach-o executables in the OS X driver as 32-bit or 64-bit ELFs could be all that's needed to produce Linux drivers. They could be packaged as RPMs and Debs, or just tar archives (Linux users have replaced the OS on their computer so can probably cope with unpacking an archive in the right place). Once CUPS is pointed to the PPD file it will do the rest.

I actually experimented with putting the OS X driver tree on my Linux computer to see what would happen. It installed the printer OK using the PPD file, but of course the Mach-O executables failed at print time.

Recompiling for Linux should be trivial and it would be a selling point.

1 Rookie

 • 

1 Message

December 10th, 2024 20:51

Now for the real solution:  Via Network (Confirmed works on Linux Mint 22 which is based on ubuntu)

If you have a 64-bit system, copy and paste this into the Terminal (open it with Ctrl+Alt+T) and press Enter:

sudo apt-get install libcupsimage2:i386

If you have a 32-bit system, ignore that terminal command and proceed.

Download the Ubuntu .deb drivers from Xerox for their Phaser 6000 model. It comes packaged in a .zip file. (The Dell C1760nw is a "repackaged" version of this model, which means that the core printing device works the same as a Xerox Phaser 6000 because it came from the same factory, but it is assembled and sold to retailers by Dell instead of Xerox.)

You will need to save this .zip file, and extract its contents with a right-click if you are looking at it in the File Manager. A folder will be extracted, and therein will be a .deb package file. You should double-click this to open it.

You may encounter a window saying that the package is of "bad quality". You can safely ignore this; it's coming up because of an incorrectly entered variable that declares the creator of the file.

Then, install the printer. If you are prompted to choose a printer manufacturer and model, enter it as a Xerox 6000b. It works!

Note that all of these steps are still required to use the printer over the network.

(edited)

No Events found!

Top