Questions tagged [cups]

CUPS is the standards-based, open source printing system for Mac OS X and other UNIX®-like operating systems.

CUPS (formerly an acronym for Common Unix Printing System) is a modular printing system for Unix-like computer operating systems which allows a computer to act as a print server. A computer running CUPS is a host that can accept print jobs from client computers, process them, and send them to the appropriate printer.

More information at

  1. http://en.wikipedia.org/wiki/CUPS
  2. http://www.cups.org/
420 questions
-1
votes
1 answer

Dymo LW550 only responds to version command

I am working on medical instrument that runs an embedded linux. The instrument currently prints to LW450 printers (discontinued) using the cups driver to print to a file and then copying the file to /dev/lp0. When I plug in the newer LW550, the OS…
-1
votes
1 answer

lpr command - how to force black and white?

I have troubles with the LPR command. Before the printer has changed. I ran my instructions using lpr -P printer_name -o raw file_name Now I need to run print instructions on the new printer which only accepts black and white printed colors. After…
Cyril
  • 385
  • 1
  • 3
  • 11
-1
votes
1 answer

Supporting Native OS APIs from Blazor WebAssembly

I have an IPP/CUPS library that allows local printing, can i integrate same library from Blazor Web Assembly running in a browser sandbox on Windows? In Chrome or Chromebook, it has been supported using Browser extension. Any feedback is…
Snekithan
  • 360
  • 3
  • 11
-1
votes
1 answer

How to setup CUPS to keep a log of how many pages I printed?

i have a Debian computer setup with CUPS. I need to record how many pages I'm printing, for work. Is there a way to set up CUPS to store a log each time I print, with the quantity of pages printed?
-1
votes
1 answer

Is there a way to get the list of Byte Commands of a printer using CUPS library?

Is there a way to use the CUPS library to get all the list of byte commands for the printer that should be sent to the printer to perform an operation. for example: If I want to find out the byte command for the Autocut features for a printer, Can I…
Rishabh Rawat
  • 849
  • 6
  • 11
-1
votes
2 answers

Python array filter by words

I am weak in programming. I need to filter the data array according to the following logic, and I without understanding how to do it. Сan use the "while" loop, but I think it will take a lot of time since the array is very large. I have very large…
Nikita Grigorev
  • 23
  • 1
  • 1
  • 4
-1
votes
1 answer

How to get the status of parallel port printer under Linux?

How to get the status of parallel port printer under Linux, such as paper missing, the device is not installed. Or How to get through the CUPS printer status etc.
MysticBoy
  • 1
  • 4
-1
votes
2 answers

Brother QL-720NW specifying media size seems ignored

The -o media=... is being ignored by the lpr command when printing on the Brother QL-720NW. I added custom paper sizes using: sudo brpapertoollpr_ql720nw -P QL720NW -n "62mm x 25mm" -w 62 -h 25 which works when setting the new size from within CUPS…
VH-NZZ
  • 5,248
  • 4
  • 31
  • 47
-1
votes
3 answers

Cups, permission denied

Running CUPS on linux. Open of http://thehost:631 displays CUPS overview page as expected Click on admin (http://thehost:631/admin) brings "Internal Server Error" and log ends with: PID 5892 (/usr/lib/cups/cgi-bin/admin.cgi) stopped with status…
Th. Thielemann
  • 2,592
  • 1
  • 23
  • 38
-1
votes
1 answer

PyCups - How to get PPM for a Printer?

I need to know how many page per minute can print a cups printer. I use python cups (pycups). I'm on Linux and I use python 2.7 Can you help me? Thanks!
Admdebian
  • 630
  • 6
  • 17
-1
votes
1 answer

How should I install cups-pdf from source?

On Ubuntu 12.10, I want to install cups-pdf. Using apt-get install cups-pdf works okay, but I want to install it in code source. This is what I've tried: Download code from http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ Build…
kangear
  • 2,493
  • 2
  • 31
  • 44
-2
votes
1 answer

CUPS usb printer won't print after restarting the printer

I have a Samsung_CLP-360_Series usb printer, and a NAS working with OpenMediaVault. My printer is connected to my NAS directly by the USB port. I use CUPS with Docker (I have Portainer on OMV), and everything works fine since the printer doesn't…
-2
votes
1 answer

Symfony 5 : install smalot/cups-ipp with composer

I'm trying to install smalot/cups-ipp package on Symfony 5 but I have dependency issue with required packages. To install smalot/cups-ipp, I run following command: # composer require smalot/cups-ipp:dev-master And result is: Do not run Composer as…
remy
  • 33
  • 4
-3
votes
1 answer

Can multiple versions of CUPS co-exist on a RHEL box?

I have a RHEL 5.8 box that is running CUPS 1.4. I need to test CUPS 1.7 on it but I don't want to remove 1.4 as I may need to install it again. My question is: can multiple versions of CUPS co-exist on the same RHEL box? I understand that I don't…
F. Gil
  • 1
1 2 3
27
28