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.
    

その後、正常にインストールされ、正常に動作します。

関連情報