Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 34

Thread: Epson 2630-WF problems on Lubuntu 18.04.3

  1. #11
    Join Date
    Feb 2014
    Location
    Italy
    Beans
    66
    Distro
    Lubuntu 18.04 Bionic Beaver

    Re: Epson 2630-WF problems on Lubuntu 18.04.3

    Excuse me, I add another question: I've seen now on the Epson website that there is a new driver release from yesterday. How can I update them? I'm finding online only material on how to do a fresh install, but nothing on the ways to update them...

  2. #12
    brian_p is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Location
    UK
    Beans
    1,622

    Re: Epson 2630-WF problems on Lubuntu 18.04.3

    Quote Originally Posted by stilnovo1 View Post
    Hi Brian!

    Well, the first command:
    Code:
    lpadmin -p wf1 -v ipp://EPSON18823B.local:631/ipp/print -E -m everywhere
    gives me no otuput... no error message, simply nothing.

    Also the second one:
    Code:
    lpadmin -p wf2 -v ipp://EPSON18823B.local:631/ipp/print -E -m driverless:ipp://EPSON18823B.local:631/ipp/print
    gives no results...
    There is no output unless there is a warning or error to give the user. Nothing to worry about here.

    The quite strange thing (to me!) is that a previous faulty command now gives a result:
    Please see https://wiki.debian.org/CUPSDriverlessPrinting.

    Code:
    lpoptions -p wf1 -l
    PageSize/Media Size: *A4 4x6 5x7 8x10 A5 A6 Legal Letter B5 3.5x5 Postcard Env10 EnvC6 EnvDL 5x8
    MediaType/Media Type: *Stationery PhotographicHighGloss Photographic PhotographicSemiGloss PhotographicGlossy PhotographicMatte Envelope
    ColorModel/Modalità colore: *RGB Gray
    cupsPrintQuality/Print Quality: Draft *Normal
    The wf1 queue is set up using the CUPS PPD generator.

    Now also the other one gives back an answer:


    Code:
    lpoptions -p wf2 -l
    PageSize/Media Size: 3.5x5 3.5x5.Borderless 4x6 4x6.Borderless 5x7 5x7.Borderless 5x8 8x10 8x10.Borderless *A4 A4.Borderless A5 A6 B5 Env10 EnvC6 EnvDL Legal Letter Letter.Borderless Postcard Postcard.Borderless Custom.WIDTHxHEIGHT
    MediaType/Media Type: *Stationery PhotographicHighGloss Photographic PhotographicSemiGloss PhotographicGlossy PhotographicMatte Envelope
    ColorModel/Print Color Mode: *RGB Gray
    cupsPrintQuality/Print Quality: *4
    print-scaling/Print Scaling: *auto auto-fit fill fit none
    Same commands, same syntax, it's a mystery to me why before I had an error and now not... but anyway, now there is an output!
    The wf2 queue is set up using the cups-filters generator.

    Well, in Windows driver there is the 'manual' duplex option: it doesn't do itself, but the printer prints the odd pages first and then the even ones (you have to take the pages and put again in the printer on the other side). About the quality: in Windows you can choose draft, normal and high quality, since this printer can (should) have a max resolution of 5760 x 1440 dpi... in Lubuntu I don't understand the resolution that the printer is actually using.

    Thanks in advance for your patience!
    You can have manual duplex on Ubuntu using one of the methods at https://wiki.debian.org/CUPSTea4CUPS

    The way the CUPS and cups-filters PPD generators choose what to offer for print quality is quite complex. Run

    Code:
    ipptool -tv ipp://EPSON18823B.local:631/ipp/print get-printer-attributes.test > log
    and post log as an attachment.
    Brian.

  3. #13
    brian_p is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Location
    UK
    Beans
    1,622

    Re: Epson 2630-WF problems on Lubuntu 18.04.3

    Quote Originally Posted by stilnovo1 View Post
    Another strange (to me, of course!) behaviour: now in system-config-printer panel, after that commands, two 'new' printer icons have appeared (WF1 and WF2). It has happened after the two lpadmin commands... I have multiplied my printer
    You can delete any queue you do not want from system-config-printer. But note very carefully: wf1 and wf2 are different queues (different printers). Which one would you use for borderless printing?
    Brian.

  4. #14
    brian_p is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Location
    UK
    Beans
    1,622

    Re: Epson 2630-WF problems on Lubuntu 18.04.3

    Quote Originally Posted by stilnovo1 View Post
    Excuse me, I add another question: I've seen now on the Epson website that there is a new driver release from yesterday. How can I update them? I'm finding online only material on how to do a fresh install, but nothing on the ways to update them...
    You would have to provide a link to the new driver release for me to offer any advice.
    Brian.

  5. #15
    Join Date
    Feb 2014
    Location
    Italy
    Beans
    66
    Distro
    Lubuntu 18.04 Bionic Beaver

    Re: Epson 2630-WF problems on Lubuntu 18.04.3

    Ciao Brian!

    Well:

    Code:
    ipptool -tv ipp://EPSON18823B.local:631/ipp/print get-printer-attributes.test > log
    Here there is no otuput...

    " brian_p
    Re: Epson 2630-WF problems on Lubuntu 18.04.3
    Originally Posted by stilnovo1
    Another strange (to me, of course!) behaviour: now in system-config-printer panel, after that commands, two 'new' printer icons have appeared (WF1 and WF2). It has happened after the two lpadmin commands... I have multiplied my printer



    You can delete any queue you do not want from system-config-printer. But note very carefully: wf1 and wf2 are different queues (different printers). Which one would you use for borderless printing? "


    Good question, I don't know: they are appeared after the two lpadmin commands that I've copied from you: apparently, they permit identical options.

    Thanks for the two links that you have provided to me, I will read them.

    epson link for the new drivers: http://download.ebz.epson.net/dsc/se...h/searchModule

    Here, in the module I've written WF-2630.


  6. #16
    brian_p is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Location
    UK
    Beans
    1,622

    Re: Epson 2630-WF problems on Lubuntu 18.04.3

    Quote Originally Posted by stilnovo1 View Post
    Ciao Brian!

    Well:

    Code:
    ipptool -tv ipp://EPSON18823B.local:631/ipp/print get-printer-attributes.test > log
    Here there is no otuput...
    The output is recorded in the file log. What does
    Code:
    less log
    give you?
    Brian.

  7. #17
    brian_p is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Location
    UK
    Beans
    1,622

    Re: Epson 2630-WF problems on Lubuntu 18.04.3

    Quote Originally Posted by stilnovo1 View Post

    Good question, I don't know: they are appeared after the two lpadmin commands that I've copied from you: apparently, they permit identical options.
    Nothey do not - wf1 and wf2 offer different options. Look at what you get for
    Code:
    lpoptions -p wf1 -l
    and
    Code:
    lpoptions -p wf2 -l
    Brian.

  8. #18
    brian_p is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Location
    UK
    Beans
    1,622

    Re: Epson 2630-WF problems on Lubuntu 18.04.3

    Quote Originally Posted by stilnovo1 View Post
    epson link for the new drivers: http://download.ebz.epson.net/dsc/se...h/searchModule

    Here, in the module I've written WF-2630.
    The new package offers exactly the same PPD capabilities as the old package.
    Brian.

  9. #19
    brian_p is offline Iced Blended Vanilla Crème Ubuntu
    Join Date
    Apr 2008
    Location
    UK
    Beans
    1,622

    Re: Epson 2630-WF problems on Lubuntu 18.04.3

    Hello Stilnovo1,

    Is there some problem with getting an output with
    Code:
    ipptool -tv ipp://EPSON18823B.local:631/ipp/print get-printer-attributes.test
    It would be interesting to see what it gives.
    Brian.

  10. #20
    Join Date
    Feb 2014
    Location
    Italy
    Beans
    66
    Distro
    Lubuntu 18.04 Bionic Beaver

    Re: Epson 2630-WF problems on Lubuntu 18.04.3

    Ciao Brian,

    excuse me for my late reply, but I've been out for work in the last days...

    Well:

    Code:
    ipptool -tv ipp://EPSON18823B.local:631/ipp/print get-printer-attributes.test"/usr/share/cups/ipptool/get-printer-attributes.test":
        Get-Printer-Attributes:
            attributes-charset (charset) = utf-8
            attributes-natural-language (naturalLanguage) = en
            printer-uri (uri) = ipp://EPSON18823B.local:631/ipp/print
        Get printer attributes using Get-Printer-Attributes                  [PASS]
            RECEIVED: 7149 bytes in response
            status-code = successful-ok (successful-ok)
            attributes-charset (charset) = utf-8
            attributes-natural-language (naturalLanguage) = en-us
            copies-default (integer) = 1
            copies-supported (rangeOfInteger) = 1-99
            finishings-default (enum) = none
            finishings-supported (enum) = none
            media-default (keyword) = iso_a4_210x297mm
            media-supported (1setOf keyword) = iso_a4_210x297mm,na_index-4x6_4x6in,na_5x7_5x7in,na_govt-letter_8x10in,iso_a5_148x210mm,iso_a6_105x148mm,na_legal_8.5x14in,na_letter_8.5x11in,jis_b5_182x257mm,oe_photo-l_3.5x5in,jpn_hagaki_100x148mm,na_number-10_4.125x9.5in,iso_c6_114x162mm,iso_dl_110x220mm,na_index-5x8_5x8in,custom_min_89x127mm,custom_max_215.9x1200mm
            orientation-requested-default (enum) = portrait
            orientation-requested-supported (enum) = portrait
            output-bin-default (keyword) = face-up
            output-bin-supported (keyword) = face-up
            print-quality-default (enum) = normal
            print-quality-supported (enum) = normal
            printer-resolution-default (resolution) = 360dpi
            printer-resolution-supported (1setOf resolution) = 360dpi,1440x720dpi
            sides-default (keyword) = one-sided
            sides-supported (keyword) = one-sided
            print-content-optimize-default (keyword) = auto
            print-content-optimize-supported (keyword) = auto
            media-col-supported (1setOf keyword) = media-size,media-top-margin,media-left-margin,media-right-margin,media-bottom-margin,media-type,media-source
            media-col-default (collection) = {media-size={x-dimension=21000 y-dimension=29700} media-top-margin=300 media-left-margin=300 media-right-margin=300 media-bottom-margin=300 media-type=stationery media-source=main}
            print-color-mode-default (keyword) = auto
            print-color-mode-supported (1setOf keyword) = color,monochrome,auto-monochrome,process-monochrome,auto
            print-scaling-default (keyword) = auto
            print-scaling-supported (1setOf keyword) = auto,auto-fit,fill,fit,none
            charset-configured (charset) = utf-8
            charset-supported (charset) = utf-8
            color-supported (boolean) = true
            compression-supported (1setOf keyword) = none,gzip
            document-format-default (mimeMediaType) = application/octet-stream
            document-format-supported (1setOf mimeMediaType) = application/octet-stream,image/pwg-raster,image/urf,image/jpeg
            generated-natural-language-supported (naturalLanguage) = en-us
            ipp-versions-supported (1setOf keyword) = 1.0,1.1,2.0
            natural-language-configured (naturalLanguage) = en-us
            operations-supported (1setOf enum) = Print-Job,Validate-Job,Create-Job,Send-Document,Cancel-Job,Get-Job-Attributes,Get-Jobs,Get-Printer-Attributes,Identify-Printer
            pages-per-minute (integer) = 9
            pages-per-minute-color (integer) = 4
            pdl-override-supported (keyword) = attempted
            printer-alert (octetString) = code=other
            printer-alert-description (textWithoutLanguage) = idle
            printer-device-id (textWithoutLanguage) = MFG:EPSON;CMD:ESCPL2,BDC,D4,D4PX,ESCPR1,END4,URF;MDL:WF-2630 Series;CLS:PRINTER;DES:EPSON WF-2630 Series;CID:EpsonRGB;FID:FXA,DPN,WFA,ETN,AFA,DAN,WRA;RID:40;DDS:022500;ELG:0E90;URF:CP1,MT1-3-8-10-11-12,PQ4,OB9,OFU0,RS360,SRGB24,W8,IS1,V1.4;
            printer-info (textWithoutLanguage) = EPSON WF-2630 Series
            printer-is-accepting-jobs (boolean) = true
            printer-location (textWithoutLanguage) = 
            printer-make-and-model (textWithoutLanguage) = EPSON WF-2630 Series
            printer-more-info (uri) = http://EPSON18823B.local.:80/PRESENTATION/BONJOUR
            printer-name (nameWithoutLanguage) = ipp/print
            printer-state (enum) = idle
            printer-state-reasons (keyword) = none
            printer-up-time (integer) = 184105422
            printer-uri-supported (1setOf uri) = ipps://EPSON18823B.local.:631/ipp/print,ipp://EPSON18823B.local.:631/ipp/print
            queued-job-count (integer) = 0
            uri-security-supported (1setOf keyword) = tls,none
            uri-authentication-supported (1setOf keyword) = none,none
            printer-geo-location (unknown) = unknown
            identify-actions-default (keyword) = flash
            identify-actions-supported (1setOf keyword) = flash,sound
            media-left-margin-supported (1setOf integer) = 0,300
            media-right-margin-supported (1setOf integer) = 0,300
            media-top-margin-supported (1setOf integer) = 0,300
            media-bottom-margin-supported (1setOf integer) = 0,300
            media-type-supported (1setOf keyword) = stationery,photographic-high-gloss,photographic,photographic-semi-gloss,photographic-glossy,photographic-matte,envelope
            media-source-supported (keyword) = main
            jpeg-k-octets-supported (rangeOfInteger) = 0-12300
            jpeg-x-dimension-supported (rangeOfInteger) = 0-10200
            jpeg-y-dimension-supported (rangeOfInteger) = 1-10200
            pdf-versions-supported (keyword) = none
            urf-supported (1setOf keyword) = CP1,MT1-3-8-10-11-12,PQ4,OB9,OFU0,RS360,SRGB24,W8,IS1,V1.4
            job-creation-attributes-supported (1setOf keyword) = copies,finishings,ipp-attribute-fidelity,job-name,media,media-col,orientation-requested,output-bin,print-quality,printer-resolution,sides,print-color-mode,print-content-optimize,print-scaling
            marker-names (1setOf nameWithoutLanguage) = Black ink,Cyan ink,Magenta ink,Yellow ink
            marker-colors (1setOf nameWithoutLanguage) = #000000,#00FFFF,#FF00FF,#FFFF00
            marker-types (1setOf keyword) = ink-cartridge,ink-cartridge,ink-cartridge,ink-cartridge
            marker-low-levels (1setOf integer) = 15,15,15,15
            marker-high-levels (1setOf integer) = 100,100,100,100
            marker-levels (1setOf integer) = 57,94,95,95
            printer-icons (1setOf uri) = https://EPSON18823B.local.:443/PRESENTATION/AIRPRINT/PRINTER_128.PNG,https://EPSON18823B.local.:443/PRESENTATION/AIRPRINT/PRINTER_512.PNG
            landscape-orientation-requested-preferred (enum) = 5
            printer-uuid (uri) = urn:uuid:cfe92100-67c4-11d4-a45f-389d9218823b
            printer-dns-sd-name (nameWithoutLanguage) = EPSON WF-2630 Series
            printer-supply-info-uri (uri) = http://EPSON18823B.local.:80/PRESENTATION/HTML/TOP/PRTINFO.HTML
            media-size-supported (1setOf collection) = {x-dimension=21000 y-dimension=29700},{x-dimension=10160 y-dimension=15240},{x-dimension=12700 y-dimension=17780},{x-dimension=20320 y-dimension=25400},{x-dimension=14800 y-dimension=21000},{x-dimension=10500 y-dimension=14800},{x-dimension=21590 y-dimension=35560},{x-dimension=21590 y-dimension=27940},{x-dimension=18200 y-dimension=25700},{x-dimension=8890 y-dimension=12700},{x-dimension=10000 y-dimension=14800},{x-dimension=10477 y-dimension=24130},{x-dimension=11400 y-dimension=16200},{x-dimension=11000 y-dimension=22000},{x-dimension=12700 y-dimension=20320},{x-dimension=8900-21590 y-dimension=12700-120000}
            multiple-document-jobs-supported (boolean) = false
            multiple-operation-time-out (integer) = 60
            ipp-features-supported (1setOf keyword) = wfds-print-1.0,airprint-1.4
            printer-kind (1setOf keyword) = document,envelope,photo
            media-col-ready (collection) = {media-size={x-dimension=21000 y-dimension=29700} media-top-margin=300 media-left-margin=300 media-right-margin=300 media-bottom-margin=300 media-type=stationery media-source=main}
            media-ready (keyword) = iso_a4_210x297mm
            printer-firmware-name (1setOf nameWithoutLanguage) = Main,Network
            printer-firmware-string-version (1setOf textWithoutLanguage) = LF25I7,16.66
            printer-firmware-version (1setOf octetString) = 000000010000I7250000000000000000,00000001000016660000000000000000\000
            printer-input-tray (octetString) = printer-input-tray[0]\ =type=sheetFeedAutoNonRemovableTray;dimunit=micrometers;mediafeed=297000;mediaxfeed=210000;maxcapacity=-2;level=-2;status=0;name=Rear\ Auto\ Sheet\ Feeder;
            printer-output-tray (octetString) = type=unRemovableBin;maxcapacity=-2;remaining=-2;status=0;name=Output\ Front;stackingorder=lastToFirst;pagedelivery=faceUp;\000
            pwg-raster-document-type-supported (1setOf keyword) = sgray_8,srgb_8
            pwg-raster-document-resolution-supported (resolution) = 360dpi
            pwg-raster-document-sheet-back (keyword) = rotated
    Then:

    Code:
    lpoptions -p wf1 -lPageSize/Media Size: *A4 4x6 5x7 8x10 A5 A6 Legal Letter B5 3.5x5 Postcard Env10 EnvC6 EnvDL 5x8
    MediaType/Media Type: *Stationery PhotographicHighGloss Photographic PhotographicSemiGloss PhotographicGlossy PhotographicMatte Envelope
    ColorModel/Modalità colore: *RGB Gray
    cupsPrintQuality/Print Quality: Draft *Normal

    again:

    Code:
    lpoptions -p wf2 -lPageSize/Media Size: 3.5x5 3.5x5.Borderless 4x6 4x6.Borderless 5x7 5x7.Borderless 5x8 8x10 8x10.Borderless *A4 A4.Borderless A5 A6 B5 Env10 EnvC6 EnvDL Legal Letter Letter.Borderless Postcard Postcard.Borderless Custom.WIDTHxHEIGHT
    MediaType/Media Type: *Stationery PhotographicHighGloss Photographic PhotographicSemiGloss PhotographicGlossy PhotographicMatte Envelope
    ColorModel/Print Color Mode: *RGB Gray
    cupsPrintQuality/Print Quality: *4
    print-scaling/Print Scaling: *auto auto-fit fill fit none
    Am I forgetting something?

    Thanks in advance and excuse me again!

    Andrea

Page 2 of 4 FirstFirst 1234 LastLast

Tags for this Thread

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
  •