Brother HL-2240 프린터 설정

Brother HL-2240 프린터 설정

Ubuntu 16.04를 사용하고 있는데 Brother HL-2240 프린터로 인쇄할 수 없습니다. 프린터/시스템 설정을 통해 모든 설정 단계를 수행하고 권장 드라이버/위치를 모두 선택했지만 여전히 작동하지 않습니다.

다음은 현재 모든 것이 어떻게 설정되어 있는지 보여주는 그림입니다. 여기에 이미지 설명을 입력하세요

지금 당장 뭔가를 인쇄하려고 하면 몇 초 안에 대기열에서 사라집니다.

여기에서도 드라이버를 다운로드해 보았습니다.http://support.brother.com/g/b/downloadhowto.aspx?c=us&lang=en&prod=hl2240_us_eu&os=128&dlid=dlf006893_000&flang=4&type3=625

 Step1. Download the tool.(linux-brprinter-installer-*.*.*-*.gz)

The tool will be downloaded into the default "Download" directory.
(The directory location varies depending on your Linux distribution.)
e.g. /home/(LoginName)/Download

Step2. Open a terminal window and go to the directory you downloaded the file to in the last step.

Step3. Enter this command to extract the downloaded file:

Command: gunzip linux-brprinter-installer-*.*.*-*.gz

Step4. Get superuser authorization with the "su" command or "sudo su" command.

Step5. Run the tool:

Command: bash linux-brprinter-installer-*.*.*-* Brother machine name

Step6. The driver installation will start. Follow the installation screen directions.


 When you see the message "Will you specify the DeviceURI ?",

 For USB Users: Choose N(No)
 For Network Users: Choose Y(Yes) and DeviceURI.

The install process may take some time. Please wait until it is complete.

하지만 다음과 같은 5단계를 수행하는 방법을 알 수 없습니다. 명령: bash linux-brprinter-installer-..-형제 기계 이름

기계 이름이 무엇인지 잘 모르겠습니다. HL-2240, HL2240, HL 2240, 2240을 시도해 보았는데 결과가 없었습니다.

답변1

그래서 다음 드라이버를 모두 다운로드하여 작동하게 했습니다. LPR 프린터 드라이버(deb 패키지) CUPSwrapper 프린터 드라이버(deb 패키지) 일반 LPR 프린터 드라이버(deb 패키지) 일반 CUPSwrapper 프린터 드라이버(deb 패키지)

그런 다음 프린터 속성에서 내 제조업체 및 모델은 다음과 같습니다: Brother HL2240 for CUPS

나는 어떤 운전자가 일했는지 전혀 모릅니다. 나는 단지 모든 것을 벽에 던지고 무언가가 붙어 있기를 바랐습니다. 이제 작동합니다.

답변2

프린터(Brother HL-2240D)를 추가할 때 Brother HL-2142를 선택하고 해당 프린터에 권장되는 드라이버를 선택했는데 Brother HL-2240D가 완벽하게 작동합니다. 제 경우에는 실제 프린터가 Windows XP PC에 있으므로 Ubuntu에 네트워크 프린터를 추가했습니다.

답변3

16.04를 설치한 다음 Brother HL-2142를 추가했지만 테스트에서 빈 페이지가 많이 발행되었습니다. 다운로드된 HL-2240 Brother linux-brprinter-installer-..-그리고 명령줄 설치를 따랐습니다. 하지만 위의 5단계에서 HL-2240DW 모델 번호를 사용해야 했고 이제 프린터가 올바르게 작동하고 있습니다. 14.04에서도 비슷한 문제가 발생했습니다.

답변4

작동하도록 다음을 수행했습니다(USB HL2240D 구성).

  1. 다음에서 드라이버 다운로드이 링크

  2. 터미널 창을 열고 다운로드로 이동하세요.

  3. 명령을 입력하세요:gunzip linux-brprinter-installer-2.1.1-1.gz

  4. 명령을 입력하세요:sudo sh linux-brprinter-installer-2.1.1-1

    Input model name ->
    HL2240D
    -e 
    -e You are going to install following packages.
    -e    hl2240dlpr-2.1.1-1.i386.deb
    -e    cupswrapperHL2240D-2.0.4-2.i386.deb
    -e -n OK? [y/N] ->
    y
    -e 
    ............................
    ............................
    is License.
    =========================================
    -e 
    -e -n Do you agree? [Y/n] ->
    y
    ............................
    ............................
    -e -n Will you specify the Device URI? [Y/n] ->
    n
    -e 
    -e -n Test Print? [y/N] ->
    y
    -e 
    wait 5s.
    lpr -P HL2240D /usr/share/cups/data/testprint
    -e -n Hit Enter/Return key.
    

그런 다음 성공적으로 설치되어 정상적으로 작동합니다.

관련 정보