##master-page:WikiSandBox #format wiki #language en 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 [[Brother Linux Support|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 == [[http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#MFC-7340|Printer Drivers]] – Download the deb format LPR and cupswrapper drivers. [[http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_scn.html#brscan3|Scanner Drivers]] – Download the deb format brscan3 and scan-key-tool driver packages for your system architecture. == CLI Download == === For 64-bit systems === {{{#!highlight bash 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 === {{{#!highlight bash 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-4.i386.deb http://www.brother.com/pub/bsc/linux/dlf/brscan-skey-0.2.4-0.i386.deb }}} = Installation = Setup apparmour: {{{#!highlight bash sudo aa-complain cupsd }}} Create required directories: {{{#!highlight bash mkdir -p /var/spool/lpd mkdir -p /usr/share/cups/model mkdir -p /usr/lib/sane }}} == Highlighting == {{{#!highlight bash #!/bin/bash STR="Hello World!" echo $STR }}}