LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 10-07-2014, 02:38 PM   #1
MisterBark
Member
 
Registered: Jul 2012
Location: Republic of Krakozhia
Distribution: Slackware & Zenwalk core + compile
Posts: 104

Rep: Reputation: 6
Question CUPS problem : "Job stopped due to filter errors"


Hi,

I am using a Slackware64 multilib.
Cups 1.53.4 in 64.

I have an Epson WF-3540 and do not use the wifi.
I can print from an Ubuntu.
I cannot print from my Slackware, neither via USB nor wired Network.
I can ping the printer.
I used the same ppd file than for the ubuntu to install the printer.

Here's what I get in the error_log of cups (which I set to debug2! meaning, many GB of logs)
Code:
# lpstat -h localhost -r
scheduler is running
 
# grep -i '^[ie]' error_log
I [07/Oct/2014:12:06:58 -0700] [Job 20] Adding start banner page "none".
I [07/Oct/2014:12:06:58 -0700] [Job 20] Queued on "WF-3540-Series-3" by "mrbark".
I [07/Oct/2014:12:06:58 -0700] [Job 20] File of type application/pdf queued by "mrbark".
I [07/Oct/2014:12:06:58 -0700] [Job 20] Adding end banner page "none".
I [07/Oct/2014:12:06:58 -0700] [Job 20] Started filter /usr/lib64/cups/filter/pstotiff (PID 2548)
I [07/Oct/2014:12:06:58 -0700] [Job 20] Started filter /usr/lib64/cups/filter/imagetoraster (PID 2549)
I [07/Oct/2014:12:06:58 -0700] [Job 20] Started filter /opt/epson-inkjet-printer-201212w/cups/lib/filter/epson_inkjet_printer_filter (PID 2550)
I [07/Oct/2014:12:06:58 -0700] [Job 20] Started backend /usr/lib64/cups/backend/socket (PID 2551)
I [07/Oct/2014:12:06:59 -0700] [Job 20] Loading print file.
I [07/Oct/2014:12:06:59 -0700] [Job 20] Formatting page 1.
I [07/Oct/2014:12:06:59 -0700] [Job 20] Formatting page 2.
I [07/Oct/2014:12:06:59 -0700] [Job 20] Formatting page 3.
I [07/Oct/2014:12:06:59 -0700] [Job 20] Formatting page 4.
E [07/Oct/2014:12:06:59 -0700] [Job 20] Job stopped due to filter errors; please consult the error_log file for details.
What I was printing was simply a test page from system-config-printer. I have no idea what these "4 pages" are... There should be just one page.
It does the same if I just try to print a "hello" from LibreOffice or any text editor.

I don't have anything in other logs such as messages / syslog, etc.
Filters are all in 755.

cupsd.conf
Code:
LogLevel debug2
MaxLogSize 0
SystemGroup lpadmin
Listen localhost:631
Listen /var/run/cups/cups.sock
Browsing Off
BrowseOrder allow,deny
BrowseAllow all
BrowseLocalProtocols CUPS dnssd
BrowseAddress @LOCAL
DefaultAuthType Basic
WebInterface Yes
<Location />
  Order allow,deny
</Location>
<Location /admin>
  Order allow,deny
</Location>
<Location /admin/conf>
  AuthType Default
  Require user @SYSTEM
  Order allow,deny
</Location>
<Policy default>
  JobPrivateAccess default
  JobPrivateValues default
  SubscriptionPrivateAccess default
  SubscriptionPrivateValues default
  <Limit Create-Job Print-Job Print-URI Validate-Job>
    Order deny,allow
  </Limit>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>
<Policy authenticated>
  JobPrivateAccess default
  JobPrivateValues default
  SubscriptionPrivateAccess default
  SubscriptionPrivateValues default
  <Limit Create-Job Print-Job Print-URI Validate-Job>
    AuthType Default
    Order deny,allow
  </Limit>
  <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After Cancel-Jobs CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
  </Limit>
  <Limit Cancel-Job CUPS-Authenticate-Job>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
  </Limit>
  <Limit All>
    Order deny,allow
  </Limit>
</Policy>
JobPrivateAccess default
JobPrivateValues default
SubscriptionPrivateAccess default
SubscriptionPrivateValues default
THANK YOU!

Last edited by MisterBark; 10-07-2014 at 02:42 PM.
 
Old 10-08-2014, 12:44 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
Cancel any previous jobs with
Code:
cancel -a
Then try printing a CUPS test page again.

Let us know if this succeeds or not.
 
Old 10-08-2014, 01:01 AM   #3
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
If this is a recent problem, then also consider checking that /var/spool/cups/ is not full.
 
Old 10-08-2014, 09:37 AM   #4
MisterBark
Member
 
Registered: Jul 2012
Location: Republic of Krakozhia
Distribution: Slackware & Zenwalk core + compile
Posts: 104

Original Poster
Rep: Reputation: 6
Thank you for the reply.
That does not change anything. I don't think that could be a matter of queue.
This system is a fresh install.
 
Old 10-09-2014, 05:27 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
Quote:
Thank you for the reply.
That does not change anything. I don't think that could be a matter of queue.
This system is a fresh install.
Good to know, otherwise you leave us to guess these things.

I don't own this printer, but installed the appropriate driver package for my system, and after configuring, sent a print job to my 'non-existent' network printer. I don't get any errors reported as such, but I'm wondering if you have a bad setting specified in your .ppd perhaps. For example, what default paper size is set for the printer? ('*DefaultPageSize:' entry in .ppd file)

You can check/adjust settings via the CUPS web interface (as an alternative to system-config-printer)
http://localhost:631/printers
Click on the relevant printer and adjust via 'Administration' option. Follow the prompts given.

You also mentioned that you used the same .ppd in your Slackware install as in your Ubuntu install. You didn't just copy it did you? Some of the configured settings may be unique to a particular environment eg the '*cupsFilter' entry which points to the exact location of the epson filter. I'm not a Slackware user, but I know that installing printer drivers is a little more convoluted than with DEB/RPM-based systems. You might want to share the steps you used to install the driver files. Maybe something was missed.
 
Old 10-09-2014, 08:49 PM   #6
MisterBark
Member
 
Registered: Jul 2012
Location: Republic of Krakozhia
Distribution: Slackware & Zenwalk core + compile
Posts: 104

Original Poster
Rep: Reputation: 6
Thank you again, I did not know a ppd file was text and not a sort of binary...
When I said "I used the same ppd file", I meant "among the things I tried".
In fact the ppd file in use is the one with the correct paths (I checked them all)

Code:
*DefaultPageSize: A4
So here's the log in debug2 just before the error occurs: (the total is 8000 lines for these few seconds... so that's just the end)
Code:
...
d [10/Oct/2014:01:39:02 -0700] process_children()
d [10/Oct/2014:01:39:02 -0700] process_children()
d [10/Oct/2014:01:39:02 -0700] process_children()
d [10/Oct/2014:01:39:02 -0700] cupsdAcceptClient(lis=0x7f0c1f5da9e0(8)) Clients=6
D [10/Oct/2014:01:39:02 -0700] cupsdAcceptClient: 18 from localhost (Domain)
d [10/Oct/2014:01:39:02 -0700] cupsdAddSelect(fd=18, read_cb=0x7f0c1f38af1d, write_cb=(nil), data=0x7f0c1f67e910)
d [10/Oct/2014:01:39:02 -0700] process_children()
d [10/Oct/2014:01:39:02 -0700] cupsdReadClient(con=0x7f0c1f67e910(18)) con->http.error=0 con->http.used=0, con->http.state=0 con->data_encoding=HTTP_ENCODE_LENGTH, con->data_remaining=0, con->file=-1
D [10/Oct/2014:01:39:02 -0700] cupsdReadClient: 18 POST / HTTP/1.1
D [10/Oct/2014:01:39:02 -0700] cupsdSetBusyState: newbusy="Active clients and dirty files", busy="Dirty files"
d [10/Oct/2014:01:39:02 -0700] cupsdFindBest: uri = "/"...
d [10/Oct/2014:01:39:02 -0700] cupsdFindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [10/Oct/2014:01:39:02 -0700] cupsdFindBest: Location /admin/conf Limit 7f
d [10/Oct/2014:01:39:02 -0700] cupsdFindBest: Location /admin Limit 7f
d [10/Oct/2014:01:39:02 -0700] cupsdFindBest: Location / Limit 7f
d [10/Oct/2014:01:39:02 -0700] cupsdFindBest: best = /
d [10/Oct/2014:01:39:02 -0700] cupsdAuthorize: con->uri="/", con->best=0x7f0c1f5db230(/)
d [10/Oct/2014:01:39:02 -0700] cupsdAuthorize: Authorization="Basic cm9vdDprZXlib2FyZA=="
d [10/Oct/2014:01:39:02 -0700] cupsdAuthorize: pw_passwd="x", crypt="(null)"
d [10/Oct/2014:01:39:02 -0700] cupsdAuthorize: sp_pwdp="$5$JnE6MxT5g3/H$jYZoIrYW2Am9M87ZEQ6qPLu0c.XW48fnIF5KNc5vdrA", crypt="$5$JnE6MxT5g3/H$jYZoIrYW2Am9M87ZEQ6qPLu0c.XW48fnIF5KNc5vdrA"
D [10/Oct/2014:01:39:02 -0700] cupsdAuthorize: Authorized as root using Basic
d [10/Oct/2014:01:39:02 -0700] cupsdIsAuthorized: con->uri="/", con->best=0x7f0c1f5db230(/)
d [10/Oct/2014:01:39:02 -0700] cupsdIsAuthorized: level=CUPSD_AUTH_ANON, type=None, satisfy=CUPSD_AUTH_SATISFY_ALL, num_names=0
d [10/Oct/2014:01:39:02 -0700] cupsdIsAuthorized: auth=CUPSD_AUTH_ALLOW...
d [10/Oct/2014:01:39:02 -0700] cupsdReadClient(con=0x7f0c1f67e910(18)) con->http.error=0 con->http.used=319, con->http.state=6 con->data_encoding=HTTP_ENCODE_LENGTH, con->data_remaining=319, con->file=-1
d [10/Oct/2014:01:39:02 -0700] process_children()
d [10/Oct/2014:01:39:02 -0700] cupsdFinishProcess(pid=1865, name=0x7fff5998f928, namelen=1024, job_id=0x7fff5998f924(30)) = "/usr/lib64/cups/filter/imagetoraster"
D [10/Oct/2014:01:39:02 -0700] PID 1865 (/usr/lib64/cups/filter/imagetoraster) exited with no errors.
d [10/Oct/2014:01:39:02 -0700] finalize_job(job=0x7f0c1f5f2080(30))
d [10/Oct/2014:01:39:02 -0700] cupsdSetPrinterReasons(p=0x7f0c1f5fc5c0(Epson_WF-3540_192.168.10.17),s="-connecting-to-device,cups-remote-pending,cups-remote-pending-held,cups-remote-processing,cups-remote-stopped,cups-remote-canceled,cups-remote-aborted,cups-remote-completed"
d [10/Oct/2014:01:39:02 -0700] cupsdSetPrinterReasons(p=0x7f0c1f5fc5c0(Epson_WF-3540_192.168.10.17),s="-offline-report"
d [10/Oct/2014:01:39:02 -0700] cupsdDeleteProfile(profile="(null)")
d [10/Oct/2014:01:39:02 -0700] cupsdRemoveSelect(fd=13)
d [10/Oct/2014:01:39:02 -0700] cupsdSetJobState(job=0x7f0c1f5f2080(30), state=5, newstate=6, action=0, message="%s")
d [10/Oct/2014:01:39:02 -0700] stop_job(job=0x7f0c1f5f2080(30), action=0)
d [10/Oct/2014:01:39:02 -0700] cupsdAddEvent(event=job-state-changed, dest=0x7f0c1f5fc5c0(Epson_WF-3540_192.168.10.17), job=0x7f0c1f5f2080(30), text="%s", ...)
d [10/Oct/2014:01:39:02 -0700] cupsd_send_notification(sub=0x7f0c1f5ebac0(251), event=0x7f0c1f68a7d0(job-state-changed))
d [10/Oct/2014:01:39:02 -0700] cupsd_send_notification(sub=0x7f0c1f5f1db0(252), event=0x7f0c1f68acb0(job-state-changed))
d [10/Oct/2014:01:39:02 -0700] cupsd_send_notification(sub=0x7f0c1f682c90(253), event=0x7f0c1f6600b0(job-state-changed))
D [10/Oct/2014:01:39:02 -0700] cupsdMarkDirty(-----S)
D [10/Oct/2014:01:39:02 -0700] cupsdSetBusyState: newbusy="Active clients, printing jobs, and dirty files", busy="Active clients and dirty files"
E [10/Oct/2014:01:39:02 -0700] [Job 30] Job stopped due to filter errors; please consult the error_log file for details.
D [10/Oct/2014:01:39:02 -0700] cupsdMarkDirty(----J-)
...
 
Old 10-09-2014, 11:31 PM   #7
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
Unfortunately, the error reported doesn't really tell me what is wrong. It would be useful if you'd explain how you obtained and installed the drivers in the first place (as I requested in my last post). Perhaps that's where things went wrong. You might want to consider posting about your problem in the Slackware forum to attract the attention of other Slackware users.

Here's one thread that may offer an insight...
http://www.linuxquestions.org/questi...re-4175448790/
 
Old 10-10-2014, 01:46 PM   #8
MisterBark
Member
 
Registered: Jul 2012
Location: Republic of Krakozhia
Distribution: Slackware & Zenwalk core + compile
Posts: 104

Original Poster
Rep: Reputation: 6
Ah! very good, thank you.
I did the trick of the link from /lib64 because just like in his case, the file did not exist.
So now it prints but there are 2 problems:

1- This is always Black & White (my options are correct)

2- Everything is about twice too large, so a test page takes 4 pages (divided into 4 quarters)
I tried to change the printer options to:
- Reduce/Enlarge: "On - By Output Paper Size" and have "Letter 8 1/2 x 11 in" as Paper Size. That does not change anything.
- Reduce/Enlarge: "On - By Percentage" and put "By Percentage" to "50%". In this case, it might be the correct size, but the same thing is simply printed smaller, so it still prints 4 pages having the quarter of the document (on a smaller surface of the paper)

So it seems that the document itself, when converted, is divided into multiple page because considered huge... ?
I tried to print a document from LibreOffice, same problem

PS: hmmm I start to wonder if that's a problem with 64/32 bit, since I made my slackware multilib. It would make sense with the double size and color problem no?

Last edited by MisterBark; 10-10-2014 at 01:50 PM.
 
Old 10-10-2014, 04:52 PM   #9
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
Post the output of
Code:
cat /etc/cups/ppd/<name_of_your_Epson_printer>.ppd |egrep '*DefaultColor:|*DefaultPage'
For example, I get
Code:
cat /etc/cups/ppd/epson.ppd |egrep '*DefaultColor:|*DefaultPage'
*DefaultPageSize: A4
*DefaultPageRegion: A4
*DefaultColor: Color
Might also be worth reporting
Code:
lpoptions -l
I'm not sure why the letter size printing is failing, but I wonder if the behaviour would be different if you selected A4 just for testing? It's worth a try.
 
Old 10-10-2014, 05:33 PM   #10
MisterBark
Member
 
Registered: Jul 2012
Location: Republic of Krakozhia
Distribution: Slackware & Zenwalk core + compile
Posts: 104

Original Poster
Rep: Reputation: 6
Thank you again for your help

Code:
# cat /etc/cups/ppd/Epson_WF-3540_192.168.10.17.ppd | egrep '*DefaultColor:|*DefaultPage'
*DefaultPageSize: Letter
*DefaultPageRegion: Letter
*DefaultColor: Color
I tried with A4 instead of Letter and it's the same.
Code:
# lpoptions -l
MediaType/Type: *PLAIN EMATTE EULTRAGLOSSY EPREMGLOSS EPSGLOS EPENTRY EGCP ENVELOPE THICKPAPER
PrintQuality/Quality Option: Draft *Standard High
PageSize/Size: Custom.WIDTHxHEIGHT A4 4x6in 5x7in A6 A5 B5 3.5x5in 5x8in 8x10in 169widesize 100x148mm ENVELOPE_10 ENVELOPEDL ENVELOPEC4 ENVELOPEC6 *Letter Legal A3 A3+ A2 B4 B3
InputSlot/Source: *Cassette1 Cassette2 Cassette1_Cassette2 RearPaperFeedSlot
Color/Color: *Color Grayscale
Borderless/Borderless: *Off On
ReduceEnlarge/Reduce/Enlarge: *Off ByOutputPaperSize ByPercentage
OutputPaper/By Output Paper Size: A4 4x6in 5x7in A6 A5 B5 3.5x5in 5x8in 8x10in 169widesize 100x148mm ENVELOPE_10 ENVELOPEDL ENVELOPEC4 ENVELOPEC6 *Letter Legal
ScaleRatio/By Percentage: 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 *100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
Duplex/Duplex Printing - Binding Edge: *None DuplexTumble DuplexNoTumble
AdjustPrintDensity/Adjust Print Density: *Text TextGraphics TextPhotos
PosterPrinting/Poster Printing: *Off 2x1 2x2 3x3 4x4
Rotate180/Rotate 180 degrees: *Off On
MirrorImage/Mirror Image: *Off On
Watermark/Watermark: *None Confidential Draft Urgent Priority Hot DoNotCopy ForYourEyesOnly ReviewCopy TopSecret Duplicate
ColurWatermark/Color: Black Blue Lime Aqua *Red Fuchsia Yellow
PositionWatermark/Position: *Center TopLeft Top TopRight Left Right BottomLeft Bottom BottomRight
DensityWatermark/Density: Level1 Level2 Level3 *Level4 Level5 Level6
SizeWatermark/Size: 10 20 30 40 50 60 *70 80 90 100
CorrectionColor/Color Mode: *EPSONVivid AdobeRGB
GammaValue/Gamma: 1.8 *2.2
BrightnessValue/Brightness: -25 -24 -23 -22 -21 -20 -19 -18 -17 -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 *0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
ContrastValue/Contrast: -25 -24 -23 -22 -21 -20 -19 -18 -17 -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 *0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
SaturationValue/Saturation: -25 -24 -23 -22 -21 -20 -19 -18 -17 -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 *0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
CyanValue/Cyan: -25 -24 -23 -22 -21 -20 -19 -18 -17 -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 *0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
MagentaValue/Magenta: -25 -24 -23 -22 -21 -20 -19 -18 -17 -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 *0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
YellowValue/Yellow: -25 -24 -23 -22 -21 -20 -19 -18 -17 -16 -15 -14 -13 -12 -11 -10 -9 -8 -7 -6 -5 -4 -3 -2 -1 *0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
 
Old 10-10-2014, 10:53 PM   #11
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
Check also for the existence of /etc/cups/lpoptions and ~/.cups/lpoptions, and remove if present.

Check '*DefaultColorSpace' entry in the PPD for
Code:
*DefaultColorSpace: RGB
I'm out of ideas for the scaling issue.

I'm going to refer you to this CUPS debugging wiki for capturing print data
https://wiki.ubuntu.com/DebuggingPri...print_job_data
Capturing data that goes to the printer may also be useful in determining any options that are getting sent with the print job that may causing the issues you're describing. This could be useful for any bug report that may need to be submitted.

Alternatively, you might try using the ESC/P-R Driver (generic driver): epson-inkjet-printer-escpr-1.4.3-1lsb3.2 from

http://download.ebz.epson.net/dsc/se...search/?OSC=LX

That's about all I can offer.

Once the driver package is installed, configure a new queue (via the CUPS web interface) and select the new driver (Epson WF-3540 Series - epson-inkjet-printer-escpr). Maybe that will perform adequately.
 
Old 10-11-2014, 06:43 PM   #12
MisterBark
Member
 
Registered: Jul 2012
Location: Republic of Krakozhia
Distribution: Slackware & Zenwalk core + compile
Posts: 104

Original Poster
Rep: Reputation: 6
Dear Fellux,
I think we may reach the end
I don't understand, you either, and I don't think we're idiots...
No lpoptions at the wrong place, DefaultColorSpace is RGB, and I just tried the escpr version, same thing!

In the end, although this is totally absurd, I think I will use wine or VirtualBox (I installed both) to print from another system like a stupid Ubuntu...

Thank you again for the efforts, I truly appreciate!
 
Old 10-11-2014, 10:33 PM   #13
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
I stumbled across this slackware thread reporting the wrong size printing, including the test page, as you've described:

https://groups.google.com/forum/#!to...re/zXnyEfu4Sy8

I don't know why it should make a difference, but it was suggested to configure the ppd and queue manually using the 'lpadmin' command. So, in your case, something like

Code:
/usr/sbin/lpadmin -p Epson_WF-3540 -E -v socket://192.168.10.17 -P /opt/epson-inkjet-printer-201212w/ppds/Epson/Epson-WF-3540_Series-epson-driver.ppd.gz
Anyway, it's the only thread I can find on the same topic, leading me to wonder about Slackware-related nuances with CUPS...
 
Old 10-11-2014, 10:42 PM   #14
MisterBark
Member
 
Registered: Jul 2012
Location: Republic of Krakozhia
Distribution: Slackware & Zenwalk core + compile
Posts: 104

Original Poster
Rep: Reputation: 6
Thank you.
Unfortunately, although it is slightly different (a little higher in the page) the problem is still the same
 
  


Reply

Tags
cups



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
seeking HOWTO -- create own CUPS "filter" chain SaintDanBert Linux - Server 4 08-05-2014 11:38 AM
Print to CUPS server fails with "/usr/lib/cups/filter/foomatic-rip failed" Aule Linux - Newbie 6 09-27-2013 09:08 AM
"/usr/lib/cups/filter/foomatic-rip failed" newbiesforever Linux - Hardware 1 12-10-2010 09:37 AM
[SOLVED] "/usr/libexec/cups/filter/hpcups failed" dpminusa Gentoo 2 07-08-2010 04:52 AM
[SOLVED] cups "/usr/lib/cups/filter/foomatic-rip failed" error wufo Slackware 4 01-31-2010 02:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

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