Results 1 to 7 of 7

Thread: Install Brother MFC 7340 on Ubuntu 9.10

  1. #1
    Join Date
    Nov 2007
    Location
    Canton, Michigan
    Beans
    74
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Install Brother MFC 7340 on Ubuntu 9.10

    I managed to successfully install the Brother MFC 7340 on my Ubuntu box. I came across many discouraging posts on the forums and blogs stating that the printer was not compatible w/ Ubuntu. I'm here to tell you otherwise. Alright now lets get started...

    Code:
    sudo aa-complain cupsd
    Code:
    sudo mkdir /usr/share/cups/model
    Code:
    mkdir /var/spool/lpd
    Code:
    sudo apt-get install sane-utils
    Code:
    sudo apt-get install psutils
    Download and install the deb LPR driver from the brother website

    Restart cups
    Code:
    sudo /etc/init.d/cups restart
    & connect your printer.

    Navigate to http://localhost:631/admin in your web browser. Selecte Add printer. Select Brother MFC 7340 from list. Enter the human readable name for your printer. In the next screen the 7340 is missing from the list so select 'another make/manufacture' Select the MFC 7340 from the list and add printer.

    Your install should now be complete, go ahead and print a test page.
    “There are two major products that came out of UC Berkeley: LSD and UNIX. We don’t believe this to be a coincidence.” --Jeremy S. Anderson

  2. #2
    Join Date
    Jul 2007
    Beans
    107

    Re: Install Brother MFC 7340 on Ubuntu 9.10

    This worked for me. Thanks!

    I've written this up in more detail and have included a bit about making the printer work in a VMware Workstation virtual machine running Windows XP. See http://raywoodcockslatest.blogspot.c...rinter-in.html
    Last edited by raywood; May 14th, 2010 at 01:29 AM.

  3. #3
    Join Date
    Sep 2008
    Beans
    98

    Re: Install Brother MFC 7340 on Ubuntu 9.10

    Thanks!

  4. #4
    Join Date
    Nov 2007
    Location
    Canton, Michigan
    Beans
    74
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Install Brother MFC 7340 on Ubuntu 9.10

    Awesome! I'm glad I could help others out
    “There are two major products that came out of UC Berkeley: LSD and UNIX. We don’t believe this to be a coincidence.” --Jeremy S. Anderson

  5. #5
    Join Date
    Nov 2006
    Beans
    10

    Re: Install Brother MFC 7340 on Ubuntu 9.10

    thanks, it works.

  6. #6
    Join Date
    Mar 2008
    Beans
    37

    Re: Install Brother MFC 7340 on Ubuntu 9.10

    The instructions on this thread didn't work for me. This is what I did instead that did work: http://welcome.solutions.brother.com...ion_prn1a.html

    In a nutshell:

    1. download the LPR driver (http://welcome.solutions.brother.com...nload_prn.html)
    2. Open terminal
    3. Navigate terminal to location of LPR driver that you downloaded in step 1
    4. In terminal, type: sudo dpkg -i --force-all brmfc7340lpr-2.0.2-1.i386.deb
    (YOUR FILE NAME MAY DIFFER IF YOUR MODEL IS DIFFERENT)
    5. In terminal, type: sudo dpkg -i --force-all cupswrapperMFC7340-2.0.2-1.i386.deb
    (AGAIN, FILE NAME MAY DIFFER)
    6. Make sure it's installed. In terminal type: dpkg -l | grep Brother

    Go to that link for instructions on how to test out the connection.

  7. #7
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Install Brother MFC 7340 on Ubuntu 9.10

    Closed, necromancy.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •