LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-25-2016, 01:06 AM   #1
MaraDrak
LQ Newbie
 
Registered: Nov 2015
Posts: 9

Rep: Reputation: Disabled
Fuji-Xerox CM1115 w printer driver?


It's a 600dpi monochrome A4 laser printer with usb connection. I'm running puppy linux 6.03. Kern. 3.14.20 (i686) There are Mac drivers-do I use them? No non-OS driver. I have the OEM win/Mac driver CD. Solutions?

Last edited by MaraDrak; 01-25-2016 at 02:19 AM.
 
Old 01-25-2016, 02:27 AM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,805

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
The DocuPrint CM115W model is not explicitly listed as being supported by any open source driver, but I did find this online manual which makes reference to a Linux driver (RPM package) being available on the install CD? Anyway, I'll leave you to research that further for yourself.

There is a foo2hbpl driver that supports a few Fuji-Xerox printers employing the HBPL protocol. The CM115W specs mention that it uses 'Print Language or PDL (Page Description Language) Host-based', so I'm not sure whether the driver is suitable or not. Information about this driver here

http://foo2hbpl.rkkda.com/

Another option may be to take advantage of Google Cloud Print (as this model is capable according to the specs). I don't have experience with using Google Cloud Print, so can only point you at pages that might give you a better idea...

https://www.niftiestsoftware.com/cups-cloud-print/
http://askubuntu.com/questions/15887...-print-printer
https://support.google.com/a/answer/2906017?hl=en

Good luck.
 
Old 01-25-2016, 03:12 AM   #3
MaraDrak
LQ Newbie
 
Registered: Nov 2015
Posts: 9

Original Poster
Rep: Reputation: Disabled
Sorry it's a CP1115 w.

small error, but no change. My OEM CD from Vietnam #LIA359001 does not have any linux driver.
 
Old 01-25-2016, 03:38 AM   #4
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,805

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Okay, but that (small error) means only option 2 might be possible (and that's a long shot). This hardware may be a brick as far as Linux is concerned.
 
Old 01-25-2016, 12:12 PM   #5
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,805

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
BTW, I think you mean CP115W (too many 1's). From the foo2hbpl reference I gave you, it mentions unsupported printers that might work with Host Based Printer Language v1. The CP105b is one of those. It might be worth considering (if the v2 driver is not compatible).

http://cybercom.net/~dcoffin/hbpl/
 
Old 09-02-2016, 05:48 PM   #6
anon247
Member
 
Registered: Sep 2012
Distribution: Neon (atm)
Posts: 44

Rep: Reputation: Disabled
I've got the CM115w and although the instructions say it's compatible with Ubuntu 12.04 64bit - it wasn't compatible with my Neon (KDE) based off Ubuntu 16.04 64bit until a hero saved the day.

Replace his printer .deb with your own. Worked for me Thanks Douglas!

http://douglask.fog.org/home/xerox-phaser-6010n
Code:
Getting the Xerox Phaser 6010N working on Ubuntu 64bit 13.10, 14.04 and higher is non-obvious as Xerox only provides 32bit drivers for this printer, and those are only certified for use on versions of Ubuntu that are no longer supported.  It seems clear to me that Xerox putting the penguin on the box and providing a single release of a 32 bit driver was a marketing checkbox, not a commitment to provide the phenomenal support that Xerox is known for. </rant>

So, the down and dirty of it.
  • Download the .DEB driver that Xerox supplies (Here's a link for your convenience).
  • It comes packaged as a .zip file, so extract the .zip file.
  • Now that we have the required driver handy, we can pre-configure your system: [-] sudo dpkg --add-architecture i386 [-] sudo apt-get update [-] sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libcupsimage2:i386
  • Next, install the printer driver and any dependencies it may have. The apt-get command will install any missing dependencies and complete the installation of the driver if needed. [-] cd /path/to/driver [-] sudo dpkg -i xerox-phaser-6000-6010_1.0-1_i386.deb [-] apt-get -f install
  • Now, use the printer applet in your system settings to add the printer. Ubuntu should auto-detect the printer and the driver.
I've created this page for my reference. With luck I'll remember that it exists!
 
Old 12-22-2022, 10:37 PM   #7
NewbieLinux1273
LQ Newbie
 
Registered: Dec 2022
Posts: 2

Rep: Reputation: 0
I've got the FujiXerox Cp115w and although the instructions say it's compatible with Ubuntu 12.04 64bit - it wasn't compatible with my Zorin-Lite OS since i uninstall all gnome environment at zorin-lite. The printer can detect automatically but when print it always pending because have a error on it. although i already install the original driver form the original CD driver from manufacture.

lucky me find this forum and can saved the day.
I just follow this instruction and wow.. it work great again.. hehehe

Quote:
Originally Posted by Recusant View Post
I've got the CM115w and although the instructions say it's compatible with Ubuntu 12.04 64bit - it wasn't compatible with my Neon (KDE) based off Ubuntu 16.04 64bit until a hero saved the day.

Replace his printer .deb with your own. Worked for me Thanks Douglas!

http://douglask.fog.org/home/xerox-phaser-6010n
Code:
Getting the Xerox Phaser 6010N working on Ubuntu 64bit 13.10, 14.04 and higher is non-obvious as Xerox only provides 32bit drivers for this printer, and those are only certified for use on versions of Ubuntu that are no longer supported.  It seems clear to me that Xerox putting the penguin on the box and providing a single release of a 32 bit driver was a marketing checkbox, not a commitment to provide the phenomenal support that Xerox is known for. </rant>

So, the down and dirty of it.
  • Download the .DEB driver that Xerox supplies (Here's a link for your convenience).
  • It comes packaged as a .zip file, so extract the .zip file.
  • Now that we have the required driver handy, we can pre-configure your system: [-] sudo dpkg --add-architecture i386 [-] sudo apt-get update [-] sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 libcupsimage2:i386
  • Next, install the printer driver and any dependencies it may have. The apt-get command will install any missing dependencies and complete the installation of the driver if needed. [-] cd /path/to/driver [-] sudo dpkg -i xerox-phaser-6000-6010_1.0-1_i386.deb [-] apt-get -f install
  • Now, use the printer applet in your system settings to add the printer. Ubuntu should auto-detect the printer and the driver.
I've created this page for my reference. With luck I'll remember that it exists!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Install Fuji xerox Docuprint P255dw on Debian 7 Isaac Shields Linux - Networking 2 05-31-2015 05:28 AM
Fuji Xerox CM205 on Centos 6 timl Linux - Hardware 4 09-18-2013 03:33 AM
Fuji Xerox Docuprint 240A maxmax Mandriva 0 09-29-2005 02:36 AM
Xerox WorkCentre XK50cx printer, Mandrake 9.2 no driver?!?! khermans Linux - Hardware 1 07-01-2004 02:49 PM
need help installing xerox printer driver on RH9 cloids Linux - General 2 09-07-2003 12:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration