티스토리 뷰

설명에 따르면 lpr dirver를 설치하고 CUPS 드라이버를 설치하고 lpd로 프린터를 설정하면 된다고 하지만, CUPS를 기본으로만 설치한 상태로는 설정이 되지 않는다.

ipp 로 설정을 잡으려고 하여도, ipp의 파라미터를 어떻게 하면 되는지 안내를 찾을 수 없다. 프린터의 매뉴얼에도 네트워크 설정 메뉴얼에도 없다. 이럴 때 상위 모델의 설정을 참조하면 되는 경우가 많아 상위 모델이나 프린터 서버를 찾아 봐도 뾰족한 수가 없다.

우연히 찾게된 Arch Linux : CUPS/Printer-specific problems에서 해답을 찾았다.

ipp://<printe ip address>/ipp/port1

아래처럼 gzip 압축 전송도 지원한다.

ipp://<printe ip address>/ipp/port1?compression=gzip

ipps 나 parameter로 encryption을 주는 것은 지원이 안 되는 것으로 보인다.

아쉬운 것은 설명서에 /ipp/port1이라고 남겨만 주었어도 쉬웠을 것이라는 아쉬움이다. 삽질을 거듭한 http://<printe ip address>:631/binary_p1 도 아니고 ipp://<printe ip address>/binary_p1 등으로 시간을 허비하지 않았을 텐데.

다음에 참조하기 위하여 기록으로 남겨두려고 한다. 아마도 같은 계열인 Brother DCP-T300W, DCP-T500W, DCP-T700W 모두 같은 형식을 이용할 것으로 보인다.

참, 아쉬운 설명서만 제외하면 DCP-T500W 프린터에 대한 만족도는 매우 높다. Wiress 로 연결되고, 업체 정품 무한잉크이며, 잉크 보충도 쉽게 되어 있고, 2만장 이상을 출력하였는데도 아직 헤드가 고장나지 않은 튼튼한 모델이다. 유지비는 계산하여 보지 않았으나 꽤 저렴할 것으로 생각한다. HP, Cannon, Epson 등 한국에서 유명한 모델이 무언가 하나씩 빼 놓고 프린터를 출시하는 느낌이라면 Brother는 한국에서 상대적으로 약자이기 때문인지 튼튼한 프린터를 출시하였다고 생각한다.

참조 문헌

  • 드라이버 다운로드 받기"
  • CUPS로 설치하기
  • Arch Linux : CUPS/Printer-specific problems
    Brother DCP-T500W CUPS로 설치하기, brother 웹사이트에서 발췌
    How to Install
    
        Login as a superuser ( or use "sudo" option if it is required )
         
        Check if pre-required procedures are completed
        For Debian/Ubuntu 64 bit
        For Ubuntu8.04 or greater
         
        Download drivers
        Download LPR driver and cupswrapper driver.
         
        Install LPR driver and cupswrapper driver
            Turn on the printer and connect the USB cable.
            Open the terminal and go to the directory where the drivers are.
            Install LPR driver.The install process may take some time. Please wait until it is complete.
            Command (for dpkg)  :  dpkg  -i  --force-all  (lpr-drivername)
             
            Install cupswrapper driver.The install process may take some time. Please wait until it is complete.
            Command (for dpkg)  :  dpkg  -i  --force-all  (cupswrapper-drivername)
             
            Check if the LPR driver and cupswrapper driver are installed
            Command (for dpkg)  :  dpkg  -l  |  grep  Brother
             
        Depending on the connection type you are using (USB or Network), follow one of the steps below.
    
        (for USB Connection)
            Open a web browser and go to "http://localhost:631/printers".
            Check if the Device URI of your printer is "usb://Brother/(your printer's model name)"
    
            If the device URI is different from the example above, please go to "Modify Printer" of your printer to select proper device and driver.
            If your printer is not listed on "http://localhost:631/printers", please go to "http://localhost:631/admin" and click "Add printer" and select proper device and driver.
    
         
        (for Network Connection)
    
         
            Open a web browser and go to "http://localhost:631/printers".
            Click "Modify Printer" and set following parameters.
            - "LPD/LPR Host or Printer" or "AppSocket/HP JetDirect" 	     	for Device
            - lpd://(Your printer's IP address)/binary_p1 	     	for Device URI
            - Brother 	     	for Make/Manufacturer Selection
            - Your printer's name 	     	for Model/Driver Selection
        Try a test print
        Open a text editor, write something and select "print" from the menu.
    
    Brother DCP-T500W LPRng로 설치하기, brother 웹사이트에서 발췌
    How to Install
    
        Download LPR driver.
         
        Login as a superuser ( or use "sudo" option if required).
         
        Check if pre-required procedures are completed
        For Debian/Ubuntu 64bit
         
        Install the driver.
            Turn on the printer and connect the usb, network or parallel cable.
            Go to the directory where the driver is.
            Install LPR driver.The install process may take some time. Please wait until it is complete.
            Command  :  dpkg -i --force-all  (lpr-drivername)
            Check if the LPR driver is installed.
            Command  :  dpkg -l  |  grep  Brother
             
        Confirm/Configure a file according to your connection.
    
         
            Check the configuration filename for your distribution.
            Example:
            openSUSE, Ubuntu, Debian : /etc/printcap
            Redhat, fedora, Mandriva : /etc/printcap.local
             
            Edit the file according to your connection.
            For USB Connection (Default)
            Check if the parameter of ":lp" is ":lp=/dev/usb/lp0"
            For Network Connection
            replace ":lp" line to the following 2 lines
            :rm=(ip address of your printer)\
            :rp=lp\
            For Parallel Connection
            replace ":lp" line to the following line
            :lp=/dev/lp0\
             
            Restart the print system.
            Command  (for  lpr):  /etc/init.d/lpr  restart
            Command  (for  lprng)  :  /etc/init.d/lprng  restart
             
        Try a test print.
    
댓글