Cannot set up printer

Asked by William Tilly

I have downloaded Manufacturer's printer driver files: mfc420cnlpr-1.0.2-1i386.deb & cupswrapperMFC420CN-1.0.2-1i386.deb . Linux cannot find them in the Set Up Printer step to find drivers.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu cups Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Warren Hill (warren-hill) said :
#1

Step 1. Download drivers
   You have done that already
   Open a terminal and move to that directory

Step 2
   You need to have a directory called "/var/spool/lpd" if you don't create it with
   sudo mkdir /var/spool/lpd

Step 3. Install LPR driver and cupswrapper driver
    3-1. Turn on the printer and connect the USB cable if connecting via USB, No need to connect in using LAN.
    3-2. Open the terminal and go to the directory where the drivers are.
    3-3. Install LPR driver.The install process may take some time. Please wait until it is complete.

        Command:
        sudo dpkg -i --force-all mfc420cnlpr-1.0.2-1i386.deb

    3-4. Install cupswrapper driver.The install process may take some time. Please wait until it is complete.

        Command :
        sudo dpkg -i --force-all cupswrapperMFC420CN-1.0.2-1i386.deb

    3-5. Check if the LPR driver and cupswrapper driver are installed

        Command:
        dpkg -l | grep Brother

Step 4a. (for USB Connection) Check your printer on the cups web interface
    4a-1. Open a web browser and go to "http://localhost:631/printers".

        Check if the Device URI of your printer is "usb://Brother/(your printer's model name)"
        Example of a USB printer entry
        If the device URI is different from the example above, please go to "Modify Printer" of your printer to select proper device and driver.

        If your printer is not listed on "http://localhost:631/printers", please go to "http://localhost:631/admin" and click "Add printer" and select proper device and driver.

Step 4b. (for Network Connection) Configure your printer on the cups web interface
    Its easier if you give your printer a fixed IP
    4b-1. Open a web browser and go to "http://localhost:631/printers".
    4b-2. Click "Modify Printer" and set following parameters.

    - "LPD/LPR Host or Printer" or "AppSocket/HP JetDirect" for Device
    - lpd://(Your printer's IP address)/binary_p1 for Device URI
    - Brother for Make/Manufacturer Selection
    - Your printer's name for Model/Driver Selection
        Example of a network printer entry

Step 5. Try a test print
    5-1. Open a text editor, write something and select "print" from the menu.

Can you help with this problem?

Provide an answer of your own, or ask William Tilly for more information if necessary.

To post a message you must log in.