LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-18-2015, 03:24 AM   #1
payasam
Member
 
Registered: Oct 2004
Location: Delhi
Posts: 58

Rep: Reputation: 15
New problem with old printer


I have installed and used an Epson M1200 laser printer with Debian 6, 7 and 8. Now, on a fresh installation of Debian 8 Jessie, I cannot get it to work. I get a message saying that it is not enabled. I enable it again, but when I try to print a test page it gets un-enabled. I use the PPD file for the Epson 6200L as there is none for the M1200; and libjasper and epsoneplijs are installed. The only thing new is that the printer is now connected to the system by USB. My old mother-board had a parallel connection. I've been trying with system-config-printer.
 
Old 11-18-2015, 11:59 AM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Some questions to start with...

Is the printer detected by system-config-printer? Alternatively, via the CUPS http interface?

http://localhost:631/admin

Did you manage to print a test page? How is the printer URI defined in /etc/cups/printers.conf ?

Once quick and dirty test is to run the CUPS USB backend manually from a like this
Code:
/usr/lib/cups/backend/usb
Is the attached printer enumerated as expected using this command?

If these things check out, examine the CUPS error log (/var/log/cups/error_log) for potential clues about what is failing. I usually delete the file, then send a print job for testing in these situations.
 
1 members found this post helpful.
Old 11-18-2015, 12:10 PM   #3
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi...

Your printer doesn't appear to be natively supported in Linux (meaning with it's own set of drivers.) In case no one can help you with this, you might find it easier to purchase a laser printer that is supported out of the box, like the three mentioned here.

Regards...

Last edited by ardvark71; 11-18-2015 at 12:12 PM. Reason: Deleted information.
 
Old 11-18-2015, 06:36 PM   #4
payasam
Member
 
Registered: Oct 2004
Location: Delhi
Posts: 58

Original Poster
Rep: Reputation: 15
Ferrari, I start with system-config-printer, where the printer shows up. If I select it and proceed, a window pops up with "Searching for driver" -- and then the application collapses. If I put "http://localhost:631" in the "Device URI" box, a long list of printers comes up. The M1200 is not included. I specify the PPD file for the 6200L, and the printer is created. But when I try to print a test page I get an error message. The strange thing is that I set up this printer in this way just about ten days ago. The only difference is USB with a new mother-board.

/usr/lib/cups/backend/usb identifies the printer correctly, and printers.conf refers to the printer whose PPD I gave. "Accepting" has "Yes" against it -- but "Shared" also has "Yes" against it, which is not something I asked for.

W [19/Nov/2015:05:43:24 +0530] CreateProfile failed: org.freedesktop.ColorManag$
E [19/Nov/2015:05:44:16 +0530] [Job 26] The printer configuration is incorrect $
E [19/Nov/2015:05:45:48 +0530] [Job 27] The printer configuration is incorrect $
W [19/Nov/2015:06:00:07 +0530] CreateProfile failed: org.freedesktop.ColorManag$

ardvark71, the PPD file for the Epson 6200L has worked for some years.

HOORAY! I went through the web interface and the printer is now running. Thank you.

Last edited by payasam; 11-18-2015 at 07:11 PM. Reason: addition
 
Old 11-18-2015, 07:56 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,337
Blog Entries: 28

Rep: Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144
This link refers to Ubuntu, but, as Ubuntu is based on Debian, it may be useful: https://gist.github.com/jamiesoncj/5605657
 
Old 11-18-2015, 08:54 PM   #6
payasam
Member
 
Registered: Oct 2004
Location: Delhi
Posts: 58

Original Poster
Rep: Reputation: 15
Thank you. This is the procedure I have used since getting this printer some years ago -- except this time it did not work. But all is now well.
 
Old 11-18-2015, 08:56 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,337
Blog Entries: 28

Rep: Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144
Glad it's working. Thanks for the update.
 
Old 11-18-2015, 09:46 PM   #8
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by payasam View Post
HOORAY! I went through the web interface and the printer is now running.
Cool, glad you got it working! If you would, please mark this thread as "SOLVED" by clicking on "Thread Tools" directly above your initial post. Thanks!

Regards...
 
Old 11-19-2015, 01:01 AM   #9
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,817

Rep: Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144Reputation: 1144
Quote:
HOORAY! I went through the web interface and the printer is now running. Thank you.
Glad to have been of help.
 
  


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
Printer problem - Installing Lexmark All in One Printer on Fedora 16 glock356 Linux - Hardware 2 01-21-2012 07:31 PM
Fedora Printer Problem: Brother Laser Printer drops the first one or two centimeters merlinsenger Linux - Newbie 2 05-24-2008 06:13 AM
Printer problem The Redneck Linux - Hardware 1 09-22-2006 10:54 PM
keeping printer on at bootup keeps printer from printing (some printer modules loaded TheOneAndOnlySM Slackware 1 10-17-2003 07:39 PM
Printer Problem AND internet problem Evolutio Linux - Software 0 04-08-2002 02:58 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 01:36 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