Emulation Error - KMB C652DS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • benjaminprojas
    Junior Member
    • Oct 2014
    • 9

    #1

    [Error Code] 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!
  • benjaminprojas
    Junior Member
    • Oct 2014
    • 9

    #2
    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.

    Comment

    • benjaminprojas
      Junior Member
      • Oct 2014
      • 9

      #3
      Re: Emulation Error - KMB C652DS

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

      Comment

      • emujo
        Field Supervisor

        2,500+ Posts
        • Jun 2009
        • 3009

        #4
        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.

        Comment

        • benjaminprojas
          Junior Member
          • Oct 2014
          • 9

          #5
          Re: Emulation Error - KMB C652DS

          Originally posted by emujo
          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?

          Comment

          • emujo
            Field Supervisor

            2,500+ Posts
            • Jun 2009
            • 3009

            #6
            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.

            Comment

            • benjaminprojas
              Junior Member
              • Oct 2014
              • 9

              #7
              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 ============

              Comment

              • benjaminprojas
                Junior Member
                • Oct 2014
                • 9

                #8
                Re: Emulation Error - KMB C652DS

                Well, none of those ideas worked...

                Comment

                • blackcat4866
                  Master Of The Obvious

                  Site Contributor
                  10,000+ Posts
                  • Jul 2007
                  • 22943

                  #9
                  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 =^..^=

                  Comment

                  • emujo
                    Field Supervisor

                    2,500+ Posts
                    • Jun 2009
                    • 3009

                    #10
                    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.

                    Comment

                    • benjaminprojas
                      Junior Member
                      • Oct 2014
                      • 9

                      #11
                      Re: Emulation Error - KMB C652DS

                      Yep, that's right. I don't have any issues printing 4.25 x 5.5 through the bypass. No jams ever, the only issue is this driver issue via linux.

                      Comment

                      • emujo
                        Field Supervisor

                        2,500+ Posts
                        • Jun 2009
                        • 3009

                        #12
                        Re: Emulation Error - KMB C652DS

                        If you have a maintenance contract on the machine, call your service tech. He/she can open a ticket with KM with any luck, the issue can be escalated to Japan and the driver can be fixed and released (assuming support for that size media was just left out) 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.

                        Comment

                        • benjaminprojas
                          Junior Member
                          • Oct 2014
                          • 9

                          #13
                          Re: Emulation Error - KMB C652DS

                          All right thanks. Unfortunately we don't have any maintenance contracts right now. We purchased the machine outright not too long ago and have been managing it ourselves in house. KM charges $135/hr for support, so that's a little steep for us :/

                          Well thanks anyway. Hopefully we can get this sorted sooner than later.

                          Comment

                          • blackcat4866
                            Master Of The Obvious

                            Site Contributor
                            10,000+ Posts
                            • Jul 2007
                            • 22943

                            #14
                            Re: Emulation Error - KMB C652DS

                            Originally posted by emujo
                            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
                            Thanks for the additional information emujo. =^..^=
                            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 =^..^=

                            Comment

                            Working...