Ubuntu – Printer Brother MFC-7360N can’t print on LAN

networkingprinting

I'm trying to set my network printer 'Brother MFC-7360N' on my LAN. All laptops are using Ubuntu 14.04, and I've installed the cups and lpd drivers from Brother, but I can't print on LAN. The printer shows that I can add the printer, see the cartridge status, but when I send something to print nothing happens, and I get no warnings or errors. I've followed a lot of forums and posts but it's no good.

Best Answer

I have a Brother MFC-7840W printer connected over LAN. I had a similar issue where if I installed a printer using the Settings > Printer install wizard, it would detect the network printer and install it, but no print jobs would go through when the printer went to sleep.

I have got it working finally, after manually trying many combinations. This is how I got it to work, waking up the printer and finally print my jobs:

  1. Set up the printer to use a static ip address. Mine is at 192.168.1.10

  2. Use Settings > Printers > Add printer to auto detect the printer on the network

  3. Determine its print queue name, mine was called 'mfc7840w'.

  4. Remove the auto installed printer, we only installed it to get its print queue name.

  5. Open you web browser to this URL http://localhost:631 to access the CUPS admin pages

  6. Click on the Administration tab

  7. Click on Add Printer

  8. Select LPD/LPR:

  9. Enter this URL: lpd://192.168.1.10/mfc7840w where mfc7840w is your printer's print queue name:

  10. Browse for your Printer's Make/Model and then click on the Add Printer button

  11. Make any changes to the default settings and click on Set Defaults

  12. Try printing a test page, and hopefully it will work for you.

These instructions worked on my two Ubuntu 14.04 computers (same OS but different hardware), and my OSX 10.7.5 computer! So it has worked 3 times for me.

Related Question