Ubuntu 14.04 + Canon iP100 (프린터) 으로 인쇄할 때 아무것도 인쇄하지 않고 백지로 출력할 때 대처하는 방법

3772 단어 UbuntuCanon

처음 해봤는데 안 되는 거.

  • USB 연결을 통한 드라이버 자동 설치
  • GUI를 통해 Settings->Princers를 사용하여 프린터 설정 만들기
    (기사: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
    
  • wget으로libtiff4 설치
    (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
    
  • 드라이버를 다시 설치하고 프린터 USB를 연결하여 질문에 답한 후
    인쇄 가능
  • #=========================================================#
    #  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.
    
  • CUPS 관리 페이지http://localhost:631/에 액세스하여 문제 없음 확인
  • 작업 로그(Bluetooth)

  • GUI를 통해 Settings-> Bluetooth Manager 열기
    키 아이콘을 클릭하여 프린터의 조합 키를 입력하십시오
    (다음은 설정된 키 이미지, 아이콘은 회색)

  • 키 아이콘을 눌러도 반응이 없으면 다음 동작을 실행하십시오
    $ hcitool scan
    $ sudo hciconfig hci0 auth
    $ sudo hcitool cc (your device address)
    
  • appt-get을 통해 드라이버 설치
  • sudo add-apt-repository ppa:michael-gruz/canon
    sudo apt-get update
    sudo apt-get install cnijfilter-ip100series
    
  • GUI의 Settings->Pinters에서 블루투스 프린터를 만든 후 인쇄 가능
    (드라이브: Cannon->iP100 지정)
  • 조사하다.

  • 디스플레이 USB 장치
  • $ lsusb
    
  • 로그를 확인하기 위해 LogiLevel을 debug로 설정합니다
  • # 
    $ sudo vi /etc/cups/cupsd.conf
    
    <LogLevel warn
    ---
    >#LogLevel warn
    >LogLevel debug
    
    $ dmesg
    $ less /var/log/syslog
    
  • 프린터 정보 표시
  • $ lpstat -t
    
  • CUPS(Common Unix Preting System) 확인, 시작
  • $ sudo service cups status(確認)
    $ sudo service cups start(起動)
    

    참고 자료

  • 에너지 프린터 MG6230 연결
  • I can't install libtiff on my 64-bit Ubuntu
  • DOWNLOAD / INSTALL CANON PRINTER DRIVER FOR UBUNTU
  • Ubuntu(Gnome)에서 블루투스로 MP470에 인쇄할 때까지
  • Pairing impossible with printer HP Photosmart D5160
  • 좋은 웹페이지 즐겨찾기