LiteHell's gravatar icon

LiteHell's blog

All the content on this blog is written by myself, not generated by AI. You might spot a typo or an incorrect sentence. Thank you for your understanding.
p.s. All times use Korean Standard Time unless specified otherwise.

리눅스에서 인쇄가 흑백으로만 되는 CUPS 버그

아니 왜 색이 안나와

Wrote by LiteHell at 3/13/2025, 12:12:14 AM.

Note: This post is not translated yet.

개요

당근마켓에서 복합기를 샀다.

CUPS 서버를 구축해 프린터를 공유하고 테스트 페이지를 인쇄했는데 인쇄가 모노크롬(회색조)으로만 인쇄됐다. 왜일까...

해결법

열심히 검색하면서 찾아본 결과 CUPS에서 프린터를 추가할 때 회색조 인쇄를 기본값으로 하는 버그가 있어서 그렇다.

아래 명령어에서 PRINTER 부분만 프린터 이름으로 바꿔서 실행하면 된다.

sudo lpadmin -p PRINTER -o print-color-mode-default=color

끝~

참고 문서