Please feel free to experiment here, after the four dashes below... and please do NOT create new pages without any meaningful content just to try it out!

Tip: Shift-click "HelpOnEditing" to open a second window with the help pages.


Introduction

This article covers the installation of drivers and utilities for the Brother MFC-7340 printer and scanner functions. All or most of the steps below are covered in various places on the http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/index.html website.

For Ubuntu 12.04 Precise a script has been attached to automate these installation steps.

Download Driver Packages

Browser Download

Printer Drivers – Download the deb format LPR and cupswrapper drivers.

Scanner Drivers – Download the deb format brscan3 and scan-key-tool driver packages for your system architecture.

CLI Download

For 64-bit systems

   1 wget http://www.brother.com/pub/bsc/linux/dlf/brmfc7340lpr-2.0.2-1.i386.deb http://www.brother.com/pub/bsc/linux/dlf/cupswrapperMFC7340-2.0.2-1.i386.deb http://www.brother.com/pub/bsc/linux/dlf/brscan3-0.2.11-5.amd64.deb http://www.brother.com/pub/bsc/linux/dlf/brscan-skey-0.2.4-0.amd64.deb

===For 32-bit Systems ===

   1 wget http://www.brother.com/pub/bsc/linux/dlf/brmfc7340lpr-2.0.2-1.i386.deb
   2 http://www.brother.com/pub/bsc/linux/dlf/cupswrapperMFC7340-2.0.2-1.i386.deb http://www.brother.com/pub/bsc/linux/dlf/brscan3-0.2.11-4.i386.deb http://www.brother.com/pub/bsc/linux/dlf/brscan-skey-0.2.4-0.i386.deb

Installation

Setup apparmour:

   1 sudo aa-complain cupsd

Create required directories:

   1 mkdir -p /var/spool/lpd
   2 mkdir -p /usr/share/cups/model
   3 mkdir -p /usr/lib/sane

Highlighting

   1  #!/bin/bash          
   2             STR="Hello World!"
   3             echo $STR   

WikiSandBox (last edited 2012-11-16 18:51:38 by 80-219-107-54)