Hi
Got printing 4x6 working using raspberry pi 4, however when I select 2x6x2 I get media=unknown in cups and a failure to print and the following in job status:
canceled at Wed Sep 1 19:52:57 2021
"Loaded media does not match job!"
Driver: Mitsubishi CP-D70DW - CUPS+Gutenprint v5.3.1 (color)
No ethernet loopback to print was required on the raspberrypi4 but was needed on a 3
selphy_print was cloned in the pi home directory,
Any help to resolve this appreciated.
On Thu, Sep 02, 2021 at 03:50:35PM -0000, Peter Alleyne wrote:
If possible, please use v5.3.4; it has many fixes vs the 5.3.1 release.
Plesae run this command as root:
BACKEND=mitsu70x /usr/lib/cups/backend/gutenprint53+usb -s
And report the full output. I need to confirm the version of the
software you're actually running, and see what the printer is reporting
for installed media. Offhand I don't see a way that 4x6" would work but
2x6*2 wouldn't.
Thanks for the quick response
Not an expert, where can I obtain the latest version ? I used - git://git.shaftnet.org/selphy_print.git from https://git.shaftnet.org/cgit/selphy_print.git/
output as follows:
DEBUG: Multi-Call Dye-sublimation CUPS Backend version 0.115
DEBUG: Copyright 2007-2020 Solomon Peachy
DEBUG: This free software comes with ABSOLUTELY NO WARRANTY!
DEBUG: Licensed under the GNU GPL. Run with '-G' for more details.
DEBUG:
STATE: +org.gutenprint.searching-for-device
DEBUG: Probing VID: 06D3 PID: 3b30
STATE: +connecting-to-device
STATE: -connecting-to-device
STATE: -org.gutenprint.searching-for-device
DEBUG: Initializing 'Mitsubishi CP-D70 family' backend (version 0.105 (lib 0.09))
DEBUG: Attempting to load image processing library
DEBUG: Image processing library successfully loaded
INFO: libMitsuD70ImageReProcess version '0.10.2' API 8
INFO: Copyright (c) 2016-2020 Solomon Peachy
INFO: This free software comes with ABSOLUTELY NO WARRANTY!
INFO: Licensed under the GNU GPLv3.
INFO: This code is NOT supported or endorsed by Mitsubishi!
INFO: Model : CPD70D
INFO: Serial Number : 132983
INFO: FW Component: M 316X12 (63c0)
INFO: FW Component: L 315B12 (f5e5)
INFO: FW Component: R 319B11 (a3fb)
INFO: FW Component: T 318F11 (cc65)
INFO: FW Component: F 317B21 (f419)
INFO: Standby Timeout: 10 minutes
INFO: iSerial Reporting: Yes
INFO: Power Status: Sleeping
INFO: Available Memory Banks:
INFO: Lower Temperature: Normal
INFO: Lower Mechanical Status: Idle
INFO: Lower Media Type: CK-D746 (4x6) (ff/02/00)
INFO: Lower Prints Remaining: 220/400
INFO: Lower Lifetime Prints: 5011
Peter
Hi
haven't been able to find a later version of the driver
Could this be a CUPS issue ?
On Thu, Sep 23, 2021 at 12:13:10PM -0000, Peter Alleyne wrote:
Then you will need to compile it from source. Here's a brief rundown:
https://www.peachyphotos.com/blog/stories/building-modern-gutenprint/
(Gutenprint 5.3.1 was released over three years ago, BTW..)
Nope, CUPS is just the outer shell, gutenprint is where all of the
printer-specific stuff is found.
--
Solomon Peachy pizza at shaftnet dot org (email&xmpp)
@pizza:shaftnet dot org (matrix)
High Springs, FL speachy (libra.chat)
Related
Support Requests:
#596thanks will get on this
getting this error in the CUPS log:
Unable to encrypt connection: A TLS fatal alert has been received
installed latest version as instructed thanks.
No difference I'm afraid. any selection of a *2 media size in CUPS admin results in "media -unknown" in printer summary display and no print output Cups error "Loaded media does not match job!"
On Thu, Sep 23, 2021 at 03:00:40PM -0000, Peter Alleyne wrote:
Well, if you only have 4x6" media loaded then the 4x62 and 3.52 sizes
will fail. But I just tested 2x6*2 prints this on a D80 (not exactly
the same but the code shares the same decision logic) and it worked for me.
So, this is what I'd like you to do. Download this:
https://www.shaftnet.org/~pizza/d70_2x6x2.raw
And then run, as root:
BACKEND=mitsu70x /usr/lib/cups/backend/gutenprint53+usb /path/to/d70_2x6x2.raw
This is the exact job I had success with, generated using the current
gutenprint code.
Thanks that works great.
I set up a separate print queue for strips in CUPS. There l cannot set the strip option as default and get it to work
On Thu, Sep 23, 2021 at 11:27:13PM -0000, Peter Alleyne wrote:
If that prints fine then the communication with the printer is fine, and
gutenprint generates a valid image file.
What are you using to print? (Airprint?) If you set the default to
2x6*2 in CUPS, and tell it to generate a test page, does it work
properly?
- Solomon
Solomon Peachy pizza at shaftnet dot org (email&xmpp)
@pizza:shaftnet dot org (matrix)
High Springs, FL speachy (libra.chat)
I'm closing this as I'm unable to recreate it, and by all indications it works okay.