Ubuntu 14.04 + Canon iP100 (프린터) 으로 인쇄할 때 아무것도 인쇄하지 않고 백지로 출력할 때 대처하는 방법
처음 해봤는데 안 되는 거.
(기사:Generic->text-only를 지정합니다.
드라이버: Cannon->IP100을 찾을 수 없음)
작업 로그(USB)
PIXUS iP100 IJ Printer Driver Ver. 3.70 for Linux
$ tar zxvf cnijfilter-ip100series-3.70-1-deb
$ cd cnijfilter-ip100series-3.70-1-deb/
$ sudo ./install.sh
(설치 자체가 중단되지 않으므로 언뜻 보기에는 완성된 바람임에 주의하세요)
Package libtiff4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libtiff4' has no installation candidate
(TIFF 형식 파일을 처리하는 라이브러리
appt-get을 통해 설치할 수 없는 것은
Ubuntu가 libtiff 5를 사용해서 그런가 봐요
wget http://old-releases.ubuntu.com/ubuntu/pool/universe/t/tiff3/libtiff4_3.9.7-2ubuntu1_amd64.deb
sudo dpkg -i libtiff4_3.9.7-2ubuntu1_amd64.deb
인쇄 가능
#=========================================================#
# Register Printer
#=========================================================#
Next, register the printer to the computer.
Connect the printer, and then turn on the power.
To use the printer on the network, connect the printer to the network.
When the printer is ready, press the Enter key.
작업 로그(Bluetooth)
키 아이콘을 클릭하여 프린터의 조합 키를 입력하십시오
(다음은 설정된 키 이미지, 아이콘은 회색)
$ hcitool scan
$ sudo hciconfig hci0 auth
$ sudo hcitool cc (your device address)
sudo add-apt-repository ppa:michael-gruz/canon
sudo apt-get update
sudo apt-get install cnijfilter-ip100series
(드라이브: Cannon->iP100 지정)
조사하다.
$ lsusb
#
$ sudo vi /etc/cups/cupsd.conf
<LogLevel warn
---
>#LogLevel warn
>LogLevel debug
$ dmesg
$ less /var/log/syslog
$ lpstat -t
$ sudo service cups status(確認)
$ sudo service cups start(起動)
참고 자료
Reference
이 문제에 관하여(Ubuntu 14.04 + Canon iP100 (프린터) 으로 인쇄할 때 아무것도 인쇄하지 않고 백지로 출력할 때 대처하는 방법), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/kumagaias/items/cfb1c415755f47319b3e텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)