Thanks Thanks:  0
Likes Likes:  0
Dislikes Dislikes:  0
Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Junior Member
    Join Date
    Oct 2014
    Location
    Kennesaw
    Posts
    9
    Rep Power
    0

    Emulation Error - KMB C652DS

    Hey all, first time here and posting. I've done a cursory search through this forum but haven't found anything remotely close to the issue I am having, so forgive me if I am double posting.

    I have an error with a custom page size that only happens when printing from Linux. Basically, we print bulk cards on stock that is 5.5in x 4.25in through the bypass tray. When we print from windows, if the stock is not loaded, the printer asks us to load the appropriate stock and then successfully prints, as it should.

    However, when printing from Linux, if the stock is not loaded we immediately get an error on the screen that says "Failed to complete job. Check log.". In the job history section the only details are "Emulation Error". If the stock is loaded and the bypass settings on the printer are set to 5.5in x 4.25in then it prints perfectly from Linux.

    From the linux side of things, if I print a document that is 4in x 6in and the stock is not loaded, this also works as expected, perfectly. The difference on the printer is that it selects one of the "Standard Sizes" which is 4x6.

    I have created a custom size on the printer for the bypass tray that allows me to quickly set the correct size for printing, but I would really like for Linux to be able to tell the printer the size to print and the Printer to ask for that size stock accordingly.

    Also, I did try modifying the PPD file in Linux to add a stock setting (similar to the 4x6) but that did not fix the issue regardless.

    Any thoughts on that? Thanks!

  2. #2
    Junior Member
    Join Date
    Oct 2014
    Location
    Kennesaw
    Posts
    9
    Rep Power
    0

    Unhappy Re: Emulation Error - KMB C652DS

    Anyone out there have any ideas? Still struggling to figure this out. Let me know if you need any clarification.

  3. #3
    Junior Member
    Join Date
    Oct 2014
    Location
    Kennesaw
    Posts
    9
    Rep Power
    0

    Re: Emulation Error - KMB C652DS

    Just making sure this hasn't slipped through the cracks. Any ideas guys?

  4. #4
    Field Supervisor 2,500+ Posts
    Join Date
    Jun 2009
    Posts
    3,009
    Rep Power
    97

    Re: Emulation Error - KMB C652DS

    Not too many of us deal with what you are seeing...Windows has the capability to create new forms through print server properties. Anything like this with Linux?
    If you don't see your question answered in the forum, please don't think it's OK to PM me for a personal reply...I do not give out firmware and/or manuals.

  5. #5
    Junior Member
    Join Date
    Oct 2014
    Location
    Kennesaw
    Posts
    9
    Rep Power
    0

    Re: Emulation Error - KMB C652DS

    Quote Originally Posted by emujo View Post
    Not too many of us deal with what you are seeing...Windows has the capability to create new forms through print server properties. Anything like this with Linux?
    Thanks for the reply! Not that I am aware of, though I imagine that would be something CUPS would do if it were possible. I can look into that.

    Does this sound like a driver issue to you?

  6. #6
    Field Supervisor 2,500+ Posts
    Join Date
    Jun 2009
    Posts
    3,009
    Rep Power
    97

    Re: Emulation Error - KMB C652DS

    It may, I looked at the PPD file and you are correct, there is no support for this size. Have you tried using a different Linux driver for this? The newer E series has CUPS1 and 2 files. Might be worth a try. Emujo
    If you don't see your question answered in the forum, please don't think it's OK to PM me for a personal reply...I do not give out firmware and/or manuals.

  7. #7
    Junior Member
    Join Date
    Oct 2014
    Location
    Kennesaw
    Posts
    9
    Rep Power
    0

    Re: Emulation Error - KMB C652DS

    @emujo, Yes, I have tried multiple different PPD drivers for different printers including the new e series. No luck. I have been connecting via the LPD/LPR Host or Printer option when setting up the printer, I am going to run some tests connecting via AppSocket/HP JetDirect to see if that makes any difference.

    I did find a Windows PPD file that has some Custom Page Size options for the different trays, but the bypass tray was not included as a part of that. I am also going to try adding in the bypass tray in that PPD file to see if that makes a difference.

    Following is the original CustomPageSize option in the windows PPD:

    *% === Custom Page Size ============


    *NonUIConstraints: *CustomPageSize True *InputSlot Tray1
    *NonUIConstraints: *CustomPageSize True *InputSlot Tray2
    *NonUIConstraints: *CustomPageSize True *InputSlot Tray3
    *NonUIConstraints: *CustomPageSize True *InputSlot Tray4
    *NonUIConstraints: *CustomPageSize True *InputSlot LCT_Donau
    *NonUIConstraints: *CustomPageSize True *Punch 2holes
    *NonUIConstraints: *CustomPageSize True *Punch 3holes
    *NonUIConstraints: *CustomPageSize True *Punch 4holes
    *NonUIConstraints: *CustomPageSize True *Fold TriFold
    *NonUIConstraints: *CustomPageSize True *TransparencyInterleave Blank
    *NonUIConstraints: *InputSlot Tray1 *CustomPageSize True
    *NonUIConstraints: *InputSlot Tray2 *CustomPageSize True
    *NonUIConstraints: *InputSlot Tray3 *CustomPageSize True
    *NonUIConstraints: *InputSlot Tray4 *CustomPageSize True
    *NonUIConstraints: *InputSlot LCT_Donau *CustomPageSize True
    *NonUIConstraints: *Punch 2holes *CustomPageSize True
    *NonUIConstraints: *Punch 3holes *CustomPageSize True
    *NonUIConstraints: *Punch 4holes *CustomPageSize True
    *NonUIConstraints: *Fold TriFold *CustomPageSize True
    *NonUIConstraints: *TransparencyInterleave Blank *CustomPageSize True


    *NonUIOrderDependency: 60 AnySetup *CustomPageSize
    *MaxMediaWidth: "882"
    *MaxMediaHeight: "1296"
    *HWMargins: 12 12 12 12
    *VariablePaperSize: True
    *ParamCustomPageSize Width: 1 points 255 882
    *ParamCustomPageSize Height: 2 points 396 1296
    *ParamCustomPageSize WidthOffset: 3 points 0 0
    *ParamCustomPageSize HeightOffset: 4 points 0 0
    *ParamCustomPageSize Orientation: 5 int 3 3


    *CustomPageSize True: "pop pop pop
    << /CustomPaper true >> /KMOptions /ProcSet findresource /setKMoptions get exec
    <<
    /DeferredMediaSelection true
    /PageSize [7 -2 roll]
    /ImagingBBox null
    /InputAttributes <</Priority [0]>> % can only use T1Standard
    >> setpagedevice"
    *End
    *% === end Custom Page Size ============

  8. #8
    Junior Member
    Join Date
    Oct 2014
    Location
    Kennesaw
    Posts
    9
    Rep Power
    0

    Re: Emulation Error - KMB C652DS

    Well, none of those ideas worked...

  9. #9
    Master Of The Obvious 10,000+ Posts
    Emulation Error - KMB C652DS

    blackcat4866's Avatar
    Join Date
    Jul 2007
    Location
    Lapeer, Michigan
    Posts
    22,469
    Rep Power
    463

    Re: Emulation Error - KMB C652DS

    The MFP simple cannot handle media that small. The shortest media in the feed direction must be at least 8 1/2". The machine is smart enough to discourage you from trying it. It absolutely will jam.

    Your best hope is to set up the artwork 4-up, and cut the resulting sheets. =^..^=
    If you'd like a serious answer to your request:
    1) demonstrate that you've read the manual
    2) demonstrate that you made some attempt to fix it.
    3) if you're going to ask about jams include the jam code.
    4) if you're going to ask about an error code include the error code.
    5) You are the person onsite. Only you can make observations.

    blackcat: Master Of The Obvious =^..^=

  10. #10
    Field Supervisor 2,500+ Posts
    Join Date
    Jun 2009
    Posts
    3,009
    Rep Power
    97

    Re: Emulation Error - KMB C652DS

    Cat, service manual shows 3 1/2 by 5 1/2 through bypass tray, 5 1/2 by 8 1/2 through trays. Driver lets me select a custom size as small as 3.554X5.5XX, and I can create the same size form through print server properties. I think it's an issue with the Linux driver. Go Windows!!!! Emujo
    If you don't see your question answered in the forum, please don't think it's OK to PM me for a personal reply...I do not give out firmware and/or manuals.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Get the Android App
click or scan for the Copytechnet Mobile App

-= -= -= -= -=


IDrive Remote Backup

Lunarpages Internet Solutions

Advertise on Copytechnet

Your Link Here