web-dev-qa-db-ja.com

Brother HL-1110eプリンタードライバー

kubuntu 14.04用のプリンターブラザーHL-1110eのインストールを手伝ってくれませんか?公式のドライバーは見つかりませんでした。だれかがarchlinux用のパッケージを作成し、alienで.depに変換しましたが、何も起こりませんでした。ありがとうございました。

https://bbs.archlinux.org/viewtopic.php?id=17729

2
Martinowitz

兄弟のウェブサイトから公式ドライバーを入手してみてください: http://support.brother.com/g/b/producttop.aspx?c=eu_ot&lang=en&prod=hl1110_us_eu_as

2
Ruhaizad Daud

https://help.ubuntu.com/stable/ubuntu-help/printing-setup.html からの指示については、プリンターを追加しましたが、正常に動作しませんでした(プリンターはページにトナーを残せませんでした) -おそらく、HL 1110ドライバーのオプションがなく、プリンターをHL 1070として認識したことが原因でした。

http://support.brother.com/g/b/downloadtop.aspx?c=eu_ot&lang=en&prod=hl1110_us_eu_as ダウンロードの選択、debバージョンの選択、「ドライバーインストールツール」のダウンロード、 EULAを読み、同意する

 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.

Step3. Go to the directory you downloaded the file to in the last step. By using the cd command.

e.g. cd Downloads

Step4. Enter this command to extract the downloaded file:

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

e.g. gunzip linux-brprinter-installer-2.1.1-1.gz

Step5. Get superuser authorization with the "su" command or "Sudo su" command.

Step6. Run the tool:

Command: bash linux-brprinter-installer-*.*.*-* Brother machine name
e.g. bash linux-brprinter-installer-2.1.1-1 MFC-J880DW

Step7. 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 number.

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

正常に動作しました。

0