Ubuntuを実行しているIImで、Brother MFC 7360NプリンタースキャナーFAXをインストールしたい。 USBケーブルを接続しようとしましたが、Ubuntuで表示される2つのドライバーのみが機能しません。 1つはまったく反応せず、もう1つは空白ページのみを印刷します。 このページ が見つかりましたが、CUPSとは何か、または他の何かはわかりません。
少し助けていただければ幸いです。ありがとう。
Google翻訳で翻訳:
BROTHER MFC-7360Nをプリンター構成Ubuntu 10.04以降の接続されたUSBポートに接続(localhost):
Download drivers at the following addresses ( deb recommended.) : MFC- 7360N # http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html
Ubuntuリポジトリを介してドライバーをインストールします。
Go to System Settings > Printing .
Click Add, and then specify as device URI : usb :/ / Brother/MFC-7360N serial = EXXXXXXXXXXXXX (with sérial machine located by the screen of the printer in Menu Button > 6 Device Info ? . > 1.No series ( Warning: eg if No. E69719 - series = F2N979180 then serial = E69719F2N979180 think about removing the dash) .
In choosing a driver > Provide PPD file > Select File > File System > usr > share> ppd (you should see a file ppd MFC7360N.ppd ) Select .
Define names for the final configuration and then click apply and print the test page .
Optional: you can specify / dev/usb/lp0 in the location section by double-clicking the printer.
BROTHER MFC-7360Nをプリンター構成Ubuntu 10.04以降の接続されたUSBポートに接続(localhost):
Download drivers at the following addresses ( deb recommended.) : MFC- 7360N # http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html
Ubuntuリポジトリを介してドライバーをインストールします。
Go to System Settings > Printing .
Click Add, and then specify as device URI : usb :/ / Brother/MFC-7360N serial = EXXXXXXXXXXXXX (with sérial machine located by the screen of the printer in Menu Button > 6 Device Info ? . > 1.No series ( Warning: eg if No. E69719 - series = F2N979180 then serial = E69719F2N979180 think about removing the dash) .
In choosing a driver > Provide PPD file > Select File > File System > usr > share> ppd (you should see a file ppd MFC7360N.ppd ) Select .
Define names for the final configuration and then click apply and print the test page .
Optional: you can specify / dev/usb/lp0 in the location section by double-clicking the printer.
CUPSは、ほとんどのLinuxおよびMacマシンのプリントサーバーです。それは何年も前にAppleによって始められたプロジェクトであり、プリンタを扱うためのかなり堅牢なシステムです。
このプリンターに対するブラザーのLinuxサポートは少しわかりにくいです。それらには、「cupswrapper」ドライバーがあります。これは、古代のLPRドライバーを取り巻く互換性レイヤーのようなものです。それがどれほど効果的であるかを正直に言うことはできません。
とにかくここからdebドライバーをダウンロードしてください(cupswrapperとLPRファイルの両方が必要です):
それらをどこかに保存してから、ターミナルでcd
をそのディレクトリに保存して実行します。
Sudo dpkg -i --force-all mfc*.deb
Sudo dpkg -i --force-all cupswrapper*.deb
次に、CUPSプリンター構成ページ(http://localhost:631/printers
)をロードし、次の情報を使用して既にセットアップしたプリンターを編集します。
上記は Brotherからの指示 の言い換えとand身です。それらが実際に機能するかどうかはわかりません!
ドライバーは次の場所に移動しました: http://support.brother.com/g/s/id/linux/en/download_prn.html ブラザーズも確認してください: http://support.brother.com/g/s/id/linux/en/instruction_prn1a.html?c=us_ot&lang=en&prod=mfc7360n_all&redirect=on このチュートリアルをありがとう