This printer was on sale in my local supermarket for what seemed like a good price, so I checked whether it was supported under Linux, found out it was, and bought one.
Once I got it home and plugged it in, I found out what Dell means by "supported under Linux".
It means "we'll give you a pre-compiled closed-source binary driver which is only available as 32-bit code".
Yes: in 2016, they have no support for 64-bit systems.
Fortunately Debian (and I daresay, other distros too, I just don't know) have made it quite a bit easier in recent years to run a mixed 32-bit/64-bit system, so it's now not that hard to have an up-to-date 64-bit machine with almost entirely 64-bit software on it, yet still be able to run legacy code such as the closed-source printer driver from Dell/Xerox.
http://douglask.fog.org/home/xerox-phaser-6010n was the page which helped get me up and running, quite easily.
This is what I did:
# dpkg --add-architecture i386
# aptitude update
# aptitude install libstdc++6:i386 libcups2:i386 libcupsimage2:i386
# dpkg -i xerox-phaser-6000-6010_1.0-1_i386.deb
You now have a Dell 1250c colour laser printer running under 64-bit Devuan Linux (or Debian, perhaps).
Go up
Return to main index.