CUPS not supporting printing any filetype in Ubuntu 18.04Ubuntu CUPS printingPrinting from a different tray in cupsJava printing with CUPS : printers not foundUbuntu 18.04 LTS — Printing Service Not AvailableUbuntu 18.04 vs. 19.04 Printing

MSSNG VWLS CNNCT WLL

Why increase or decrease rudder when using elevator in turns?

'provocative' vs 'sexy'

Rule of thumb: how far before changing my chain to prevent cassette wear

What does すきすき mean here?

I got this nail stuck in my tire, should I plug or replace?

What is the German word for: "It only works when I try to show you how it does not work"?

Is it now possible to undetectably cross the Arctic Ocean on ski/kayak?

What is the name for a fluid transition between two tones? When did it first appear?

What does "inet" stand for in the ip utility?

Text on old-fashioned differential geometry

Is Schrodinger's Cat itself an observer?

Translate "Everything burns" into classical Latin

Do you say "good game" after a game in which your opponent played poorly?

Why is beatboxing called 「ヒューマンビートボックス」?

2 Guards, 3 Keys, 2 Locks

When did 5 foot squares become standard in D&D?

Why is the empennage design of this Lockheed 1049E so complicated?

What are the branches of statistics?

Are Snap and Flatpack apps safe to install? Are they "official", approved or tested for a particular distro version?

What‘s wrong with my proof of the Law of Total Variance?

3-prong to 4-prong conversion - EXTRA MISLABELLED WIRES - Dryer cable upgrade and installation

Will Brexit potentially have an impact on intra-Schengen flights by EasyJet in November?

Pass a bash variable to python script



CUPS not supporting printing any filetype in Ubuntu 18.04


Ubuntu CUPS printingPrinting from a different tray in cupsJava printing with CUPS : printers not foundUbuntu 18.04 LTS — Printing Service Not AvailableUbuntu 18.04 vs. 19.04 Printing






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















When I try to print any file, I receive



$ tail -f /var/log/cups/error_log

[Client 396] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/M2070) from localhost

$ lpstat -tdo
scheduler is running
system default destination: M2070
device for M2070: usb://Samsung/M2070%20Series?serial=ZF44B8KJCB00TWP&interface=1
M2070 accepting requests since Mon 29 Apr 2019 01:49:02 CEST
printer M2070 is idle. enabled since Mon 29 Apr 2019 01:49:02 CEST
system default destination: M2070

$ sudo grep -rn pdf .
./cups-browsed.conf:264:# BrowseFilter pdl postscript|pcl|pdf
./mime.types:69:application/pdf pdf regex(0,^[nr]*%PDF)
./mime.types:149:application/vnd.cups-pdf

$ lsusb | grep Samsung
Bus 001 Device 008: ID 04e8:3469 Samsung Electronics Co., Ltd

$ lpr test #didn't start printing

$ lp -d M2070 -oraw test #started printing, but printed only half of the last line
request id is M2070-12 (1 file(s))


On http://localhost:631/ I can see that CUPS 2.2.7 is installed.



How can I fix it?










share|improve this question




























  • Is it a laptop? Is it dual booted? If so, did Samsung M2070 print on windows 10? Please reply. Thanks.

    – Marmayogi
    May 1 at 9:48












  • Yes, it's laptop, Lenovo Legion Y530-15ICH. No dual boot, only Pop OS 18.04 (based on Ubuntu 18.04). On another laptop with Ubuntu 14.04 printer is working fine

    – Michal_Szulc
    May 1 at 11:26






  • 1





    To bypass all these filters and let the data go directly to the printer, without any changes or conversions, issue the following print command lp -d <printQueueName> -oraw <sample-text-file>. Please observe that this command prints successfully. Please report.

    – Marmayogi
    May 2 at 7:31












  • Please post the output of the command lsusb

    – Marmayogi
    May 2 at 15:26











  • I added output to the question. lsusb see the printer. lp ... initiated printing (nice!) but the file wasn't printed properly (not nice)

    – Michal_Szulc
    May 2 at 22:06

















0

















When I try to print any file, I receive



$ tail -f /var/log/cups/error_log

[Client 396] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/M2070) from localhost

$ lpstat -tdo
scheduler is running
system default destination: M2070
device for M2070: usb://Samsung/M2070%20Series?serial=ZF44B8KJCB00TWP&interface=1
M2070 accepting requests since Mon 29 Apr 2019 01:49:02 CEST
printer M2070 is idle. enabled since Mon 29 Apr 2019 01:49:02 CEST
system default destination: M2070

$ sudo grep -rn pdf .
./cups-browsed.conf:264:# BrowseFilter pdl postscript|pcl|pdf
./mime.types:69:application/pdf pdf regex(0,^[nr]*%PDF)
./mime.types:149:application/vnd.cups-pdf

$ lsusb | grep Samsung
Bus 001 Device 008: ID 04e8:3469 Samsung Electronics Co., Ltd

$ lpr test #didn't start printing

$ lp -d M2070 -oraw test #started printing, but printed only half of the last line
request id is M2070-12 (1 file(s))


On http://localhost:631/ I can see that CUPS 2.2.7 is installed.



How can I fix it?










share|improve this question




























  • Is it a laptop? Is it dual booted? If so, did Samsung M2070 print on windows 10? Please reply. Thanks.

    – Marmayogi
    May 1 at 9:48












  • Yes, it's laptop, Lenovo Legion Y530-15ICH. No dual boot, only Pop OS 18.04 (based on Ubuntu 18.04). On another laptop with Ubuntu 14.04 printer is working fine

    – Michal_Szulc
    May 1 at 11:26






  • 1





    To bypass all these filters and let the data go directly to the printer, without any changes or conversions, issue the following print command lp -d <printQueueName> -oraw <sample-text-file>. Please observe that this command prints successfully. Please report.

    – Marmayogi
    May 2 at 7:31












  • Please post the output of the command lsusb

    – Marmayogi
    May 2 at 15:26











  • I added output to the question. lsusb see the printer. lp ... initiated printing (nice!) but the file wasn't printed properly (not nice)

    – Michal_Szulc
    May 2 at 22:06













0












0








0








When I try to print any file, I receive



$ tail -f /var/log/cups/error_log

[Client 396] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/M2070) from localhost

$ lpstat -tdo
scheduler is running
system default destination: M2070
device for M2070: usb://Samsung/M2070%20Series?serial=ZF44B8KJCB00TWP&interface=1
M2070 accepting requests since Mon 29 Apr 2019 01:49:02 CEST
printer M2070 is idle. enabled since Mon 29 Apr 2019 01:49:02 CEST
system default destination: M2070

$ sudo grep -rn pdf .
./cups-browsed.conf:264:# BrowseFilter pdl postscript|pcl|pdf
./mime.types:69:application/pdf pdf regex(0,^[nr]*%PDF)
./mime.types:149:application/vnd.cups-pdf

$ lsusb | grep Samsung
Bus 001 Device 008: ID 04e8:3469 Samsung Electronics Co., Ltd

$ lpr test #didn't start printing

$ lp -d M2070 -oraw test #started printing, but printed only half of the last line
request id is M2070-12 (1 file(s))


On http://localhost:631/ I can see that CUPS 2.2.7 is installed.



How can I fix it?










share|improve this question
















When I try to print any file, I receive



$ tail -f /var/log/cups/error_log

[Client 396] Returning IPP client-error-document-format-not-supported for Send-Document (ipp://localhost:631/printers/M2070) from localhost

$ lpstat -tdo
scheduler is running
system default destination: M2070
device for M2070: usb://Samsung/M2070%20Series?serial=ZF44B8KJCB00TWP&interface=1
M2070 accepting requests since Mon 29 Apr 2019 01:49:02 CEST
printer M2070 is idle. enabled since Mon 29 Apr 2019 01:49:02 CEST
system default destination: M2070

$ sudo grep -rn pdf .
./cups-browsed.conf:264:# BrowseFilter pdl postscript|pcl|pdf
./mime.types:69:application/pdf pdf regex(0,^[nr]*%PDF)
./mime.types:149:application/vnd.cups-pdf

$ lsusb | grep Samsung
Bus 001 Device 008: ID 04e8:3469 Samsung Electronics Co., Ltd

$ lpr test #didn't start printing

$ lp -d M2070 -oraw test #started printing, but printed only half of the last line
request id is M2070-12 (1 file(s))


On http://localhost:631/ I can see that CUPS 2.2.7 is installed.



How can I fix it?







18.04 printing






share|improve this question















share|improve this question













share|improve this question




share|improve this question



share|improve this question








edited May 2 at 22:04







Michal_Szulc

















asked Apr 29 at 0:38









Michal_SzulcMichal_Szulc

1188 bronze badges




1188 bronze badges















  • Is it a laptop? Is it dual booted? If so, did Samsung M2070 print on windows 10? Please reply. Thanks.

    – Marmayogi
    May 1 at 9:48












  • Yes, it's laptop, Lenovo Legion Y530-15ICH. No dual boot, only Pop OS 18.04 (based on Ubuntu 18.04). On another laptop with Ubuntu 14.04 printer is working fine

    – Michal_Szulc
    May 1 at 11:26






  • 1





    To bypass all these filters and let the data go directly to the printer, without any changes or conversions, issue the following print command lp -d <printQueueName> -oraw <sample-text-file>. Please observe that this command prints successfully. Please report.

    – Marmayogi
    May 2 at 7:31












  • Please post the output of the command lsusb

    – Marmayogi
    May 2 at 15:26











  • I added output to the question. lsusb see the printer. lp ... initiated printing (nice!) but the file wasn't printed properly (not nice)

    – Michal_Szulc
    May 2 at 22:06

















  • Is it a laptop? Is it dual booted? If so, did Samsung M2070 print on windows 10? Please reply. Thanks.

    – Marmayogi
    May 1 at 9:48












  • Yes, it's laptop, Lenovo Legion Y530-15ICH. No dual boot, only Pop OS 18.04 (based on Ubuntu 18.04). On another laptop with Ubuntu 14.04 printer is working fine

    – Michal_Szulc
    May 1 at 11:26






  • 1





    To bypass all these filters and let the data go directly to the printer, without any changes or conversions, issue the following print command lp -d <printQueueName> -oraw <sample-text-file>. Please observe that this command prints successfully. Please report.

    – Marmayogi
    May 2 at 7:31












  • Please post the output of the command lsusb

    – Marmayogi
    May 2 at 15:26











  • I added output to the question. lsusb see the printer. lp ... initiated printing (nice!) but the file wasn't printed properly (not nice)

    – Michal_Szulc
    May 2 at 22:06
















Is it a laptop? Is it dual booted? If so, did Samsung M2070 print on windows 10? Please reply. Thanks.

– Marmayogi
May 1 at 9:48






Is it a laptop? Is it dual booted? If so, did Samsung M2070 print on windows 10? Please reply. Thanks.

– Marmayogi
May 1 at 9:48














Yes, it's laptop, Lenovo Legion Y530-15ICH. No dual boot, only Pop OS 18.04 (based on Ubuntu 18.04). On another laptop with Ubuntu 14.04 printer is working fine

– Michal_Szulc
May 1 at 11:26





Yes, it's laptop, Lenovo Legion Y530-15ICH. No dual boot, only Pop OS 18.04 (based on Ubuntu 18.04). On another laptop with Ubuntu 14.04 printer is working fine

– Michal_Szulc
May 1 at 11:26




1




1





To bypass all these filters and let the data go directly to the printer, without any changes or conversions, issue the following print command lp -d <printQueueName> -oraw <sample-text-file>. Please observe that this command prints successfully. Please report.

– Marmayogi
May 2 at 7:31






To bypass all these filters and let the data go directly to the printer, without any changes or conversions, issue the following print command lp -d <printQueueName> -oraw <sample-text-file>. Please observe that this command prints successfully. Please report.

– Marmayogi
May 2 at 7:31














Please post the output of the command lsusb

– Marmayogi
May 2 at 15:26





Please post the output of the command lsusb

– Marmayogi
May 2 at 15:26













I added output to the question. lsusb see the printer. lp ... initiated printing (nice!) but the file wasn't printed properly (not nice)

– Michal_Szulc
May 2 at 22:06





I added output to the question. lsusb see the printer. lp ... initiated printing (nice!) but the file wasn't printed properly (not nice)

– Michal_Szulc
May 2 at 22:06










0






active

oldest

votes













Your Answer








StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);














draft saved

draft discarded
















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1139004%2fcups-not-supporting-printing-any-filetype-in-ubuntu-18-04%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown


























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1139004%2fcups-not-supporting-printing-any-filetype-in-ubuntu-18-04%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown









Popular posts from this blog

Distance measures on a map of a game The 2019 Stack Overflow Developer Survey Results Are Inmin distance in a graphShortest distance path on contour plotHow to plot a tilted map?Finding points outside of a diskDelaunay link distanceAnnulus from GeoDisks: drawing a ring on a mapNegative Correlation DistanceFind distance along a path (GPS coordinates)Finding position at given distance in a GeoPathMathematics behind distance estimation using camera

How to get a smooth, uniform ParametricPlot of a 2D Region?How to plot a complicated Region?How to exclude a region from ParametricPlotHow discretize a region placing vertices on a specific non-uniform gridHow to transform a Plot or a ParametricPlot into a RegionHow can I get a smooth plot of a bounded region?Smooth ParametricPlot3D with RegionFunction?Smooth border of a region ParametricPlotSmooth region boundarySmooth region plot from list of pointsGet minimum y of a certain x in a region

Genealogie vun de Merowenger Vum Merowech bis zum Chilperich I. | Navigatiounsmenü