Results 1 to 4 of 4

Thread: CUPS: Can't print from Brother QL-720NW

  1. #1
    Join Date
    Apr 2013
    Beans
    3

    CUPS: Can't print from Brother QL-720NW

    Hi! I'm trying to get my Brother QL-720NW WIFI label printer to work from my Ubuntu server. So far I've installed the necessary LPR and cupswrapper drivers, following Brothers own linux guide. The printer shows up successfully on the CUPS web interface, and I've set the default media sizes to fit the label the printer uses(which came up as default). Here's my lpstat -tl:

    Code:
    $ lpstat -tl
    scheduler is running
    system default destination: Brother_QL-720NW
    device for Brother_QL-720NW: socket://192.168.1.166
    Brother_QL-720NW accepting requests since Mon 15 Apr 2013 12:52:35 PM CEST
    printer Brother_QL-720NW is idle.  enabled since Mon 15 Apr 2013 12:52:35 PM CEST
    So, when I'm trying to send a sample file to the printer with lp test.txt it says:
    Code:
    $ lp test.txt
    request id is Brother_QL-720NW-17 (1 file(s))
    But no response from the printer at this point. The printer has a simple web interface(cant find any logs there though...) which simply says "READY". Here is my error_log from cups when starting cups, which i think looks fine..?

    And here's the log from when I'm trying to print the sample file.

    That looks OK doesn't it..? Like i said, the printer itself gives me no feedback, no flashing light, nothing.

    I'm not really sure where to go from here, so does anyone have any idea what might be wrong or how I can troubleshoot any further?

  2. #2
    Join Date
    Apr 2005
    Beans
    2,336

    Re: CUPS: Can't print from Brother QL-720NW

    is there anything here of value to you?

    https://help.ubuntu.com/community/Ne...tingWithUbuntu

  3. #3
    Join Date
    Apr 2013
    Beans
    3

    Re: CUPS: Can't print from Brother QL-720NW

    I'm afraid not @pdc...

    Today I tried starting from scratch and this is what I've done so far:

    First I installed CUPS and LPR and cupswrapper drivers from Brothers website, and now my QL-720NW shows up in the CUPS web interface. I set the default media size to fit my label(29x90mm). I clicked "Test print page" on the QL-720NW and it says "Sending data to printer." a few seconds, and then disappears and changing state to Idle, Accepting Jobs, Not Shared, Server Default. But my printer does nothing, not even a led light blinking.
    My cups/error_log looks like this. I have googled the AddProfile failed error, and found someone suggesting it is a bug in Ubuntu 12.10, but I've also read that Arch users have had the same error, so I'm not sure. And the Uknown directive SystemGroup error is just a harmless error according to this site.

    E [23/Apr/2013:12:20:47 +0200] Unknown directive SystemGroup on line 18 of /etc/cups/cupsd.conf.
    W [23/Apr/2013:12:20:47 +0200] AddProfile failed: org.freedesktop.DBus.Error.UnknownMethod:No such interface `org.freedesktop.ColorManager' on object at path /org/freedesktop/ColorManager/devices/cups_QL_720NW
    When I run lpstat -tl after trying to print a test page or a text file using lp test.txt, it says it's sending data to the printer. But the printer does nothing.

    # lpstat -tl
    scheduler is running
    system default destination: QL-720NW
    device for QL-720NW: usb://Brother/QL-720NW?serial=000K2Z658058
    QL-720NW accepting requests since Tue 23 Apr 2013 12:45:56 PM CEST
    printer QL-720NW is idle. enabled since Tue 23 Apr 2013 12:45:56 PM CEST
    Sending data to printer.
    Any suggestions?

  4. #4
    Join Date
    Apr 2013
    Beans
    3

    Re: CUPS: Can't print from Brother QL-720NW

    Found a solution to my problem, posted on stackoverflow.

    Quoted from stackoverflow:
    I finally got it to print on my Ubuntu system. The problem seemed to be that the drivers from Brother is not 64bit compatible, and I was using a 64bit version of Ubuntu.I tried on Debian first, after learning from @sampi that he got it to work on Debian. When installing the drivers I got an error message, which I didn't get on Ubuntu, suggesting a 32/64bit issue. So after installing the ia32-libs packages it worked on Debian. I then tried installing a 32bit version of Ubuntu on my server, and now the printer did work.
    But I can only get the printer to work through wifi(both on Debian and Ubuntu). No success with the USB cable, but that's not an issue for me.

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
  •