設定 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.
    

然後就安裝成功並且運作正常了。

相關內容