I’m posting this in the hope that it will somehow greatly simplify somebody’s day. I did this the hard way, over and over, until I made it work for me; hopefully this all goes much easier for you!
The issue at hand is making the Brother QL-570 thermal label printer work as advertised on a system running Ubuntu Linux. This guide is written with the complete newbie in mind; skip over any bits that seem too obvious. The driver installation instructions provided on the Brother website can be daunting to a beginner, and contain a few subtle errors that may trip you up. I performed these steps in Ubuntu 10.04, but they should work in any version newer than 8.04. Ubuntu made a fine go of installing the required drivers all on its own, but I finally had to go through it the long way to get things working well.
First off, it’s a great help to have the nautilus-terminal application installed. Basically, it adds a command-line terminal window to the standard Nautilus file browser. This lets you navigate folders and do common tasks with the simple GUI interface, then seamlessly switch to the command line interface (already in the proper directory!) with a point and click. To install nautilus-terminal, open a standard terminal and enter the following lines, being sure to enter your administrative password when prompted:
- sudo add-apt-repository ppa:flozz/flozz
- sudo apt-get update && sudo apt-get install nautilus-terminal
Now restart nautilus by pressing ALT+F2 and entering:
- nautilus -q
Re-open Nautilus and notice the terminal window at the top.
Now open a browser window and go to the Brother driver download page. For a typical Ubuntu install, you only need to download the .deb format drivers, in particular the LPR driver and the cupswrapper (inch) driver. While you won’t need it quite yet, you might as well grab the template file download while you’re here. Go ahead and download these (you’ll need to click through some licencing screens).
Create a new folder on your desktop, named something obvious like “Brother Drivers”. Open your Downloads folder, then drag the driver files over into the new folder you just created. This will make them simple and easy to open. Now open the new folder in Nautilus (which is the default file browser; just double-click the folder). Notice that the command-line has you already in the correct directory. Click into the terminal, and enter:
- sudo gedit /var/lib/dpkg/info/ql570cupswrapperinch.list
This will open a text-editor. Copy the following text into the text editor window, then save and exit:
./
/usr/
./usr/local/
./usr/local/Brother/
./usr/local/Brother/PTouch/
./usr/local/Brother/PTouch/ql570/
./usr/local/Brother/PTouch/ql570/cupswrapper/
./usr/local/Brother/PTouch/ql570/cupswrapper/cupswrapperql570pt1
./usr/local/Brother/PTouch/ql570/cupswrapper/brcupsconfpt1
Nothing spectacular should happen here; you’ve just added a file that will prevent an error message from pestering you a few steps later. Now, back at the command line, double-check that you are still in the same directory/folder as the drivers: the two drivers and the tar.gz will be shown in the GUI portion of the window, and the command prompt in the terminal portion of the window should say “~/Desktop/Brother Drivers$”. At the command line, enter the following:
- sudo aa-complain cupsd
- sudo mkdir /usr/share/cups/ql570
- sudo dpkg -i –force-all ql570lpr-1.0.0-1.i386.deb
- sudo dpkg -i –force-all ql570cupswrapperinch-1.0.0-1.debian.i386.deb
You may have seen an error message flash past during that step. As long as nothing hangs on you, it is safe to ignore. Now, check that the drivers installed correctly. Close the file browser window, and open a straight terminal window. Enter the following:
- sudo dpkg -l | grep Brother
You should get some confirmation of the two drivers. Now open a web browser and go to http://localhost:631/printers to find the CUPS web-panel. Choose the QL-570 from the list. Under the Administative pull-down menu, select “Set Default Options”. Here, you may need to fiddle with the paper sizes to get best results. The recommended default for me was “62mmx4″, but this ended up printing 3 blank labels after every job. “62mmx100mm” Seems to be working well for me right now… After making any changes, return to the printer page and select “Print Test Page” from the Maintenance pull-down.
Those templates you downloaded earlier? Unzip the qt570l110.tar.gz to find a selection of template printing files for Open Office and others.
-
Thanks for posting this! I’ve been fiddling with the printer myself for half a day. Basically it works, I’ll try your steps tomorrow. However, I am interested in whether you could get it to print custom sized labels correctly, since having a default single 62×100 label is a huge waste (obviously one could put multiple labels onto a single 62×100 template and cut it themselves, but it kinda defeats the purpose). It is a bit quirky when it comes to custom settings, as it does not seem to immediately apply the changes and when it does it often produces errors. So I still have to figure out how to get custom length labels in a straightforward way. The windows software seems to handle this pretty well, however, I’d prefer having the option of not having to deal with windows at all
-
I HAD this printer working with a custom media size (62X38) using 62mm continuous tape….. for some reason, it stopped working and now has defaulted to 62×100 even though it says I am still using 62X38…….arrrrrrrrg…… the frustration of it all! If anyone has any ideas on this, please let me know!
-
That is exactly my problem, it falls back to default no matter what length I set. At most it refuses to print with some settings. I’ve tried changing the size in the OOo templates, I’ve tried custom page sizes, Inkscape, Gimp, nothing seems to do the trick for what should actually be a trivial task.. Haven’t had the time to try fiddling with the configuration files and wrapper scripts manually. Hope someone comes up with a solution. Different media may also do the trick, however I’ve stumbled upon some reports that the thing refuses to print altogether on different media due to the default setting being persistent..
-
OK, I’ve managed to hack the bastard a little bit. After reinstalling the drivers (this time using the inch-based driver, no idea if it makes any difference) to have a sort of “clean-start”, I skimmed through the wrapper scripts and in /usr/local/Brother/PTouch/ql570/inf I found two files of particular interest – brql570func and brql570rc. In brql570func under section default there is an entry called MediaSize={SOMEDEFAULTVALUE} – which in my case was set to something like 29×90 (apparently incorrect). I set this to 62×29 to try out this predefined size first. Then, in brql570rc, there is an identical entry under the only section ql570, which is also set to the same SOMEDEFAULTVALUE, which in my case was 29×90. I set this one to 62×29 as well, restarted cups, opened the corresponding template (62×90, landscape), pressed print et voila! There it was, as desired, a test label, 29mm in length! Now, I don’t know yet if both files have to be edited (I could imagine so, at least for consistency). I am also not 100% this would work for any custom size (I guess if it is defined properly using the supplied scripts as per http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/instruction_esp4.html#Inst1 it should work as well). I’ll try that out later probably, although it is a bit of a hassle, I have to admit. Perhaps modifying the existing scripts or writing a custom automation script could make it easier to manage custom and varying sizes, I mean the functionality is apparently there, it is just a pity that it is not properly set up. So I guess that is a small win.
-
Another small update – it would seem there is also a driver (sort of) in the default repositories (look for ptouch-driver). What I did was install the driver first (not sure this is necessary), then turn on the printer, and then plug in the USB cable. A window popped up looking for drivers and after being unable to figure things out by itself it asks for manual intervention. There one could select the Brother QL 550 driver (not the same model, I know), try to download a new driver (I guess by installing the ptouch-driver package in advance this is no longer necessary or a valid option) and supply a PPD file manually. Now, I tried the last option first with the PPD from the Brother Website driver, but it complained that the necessary wrapper was not available (clean install on a different PC). Then, I figured go for the QL 550, what the he11.. And what do you know, it worked without issues. Better yet, selecting different print sizes also worked fine (although the predefined ones are less than the ones supplied with the official Brother driver, but one could define new custom sizes). Page rotation is a bit tricky to get right but otherwise it seems fine. Of course some of the options are different / missing. Maybe the configuration files could be tweaked to show all the options of the QL 570 (depending on whether the driver actually supports them), but the essentials are there. So I’m guessing this is a more straightforward approach.
p.s. Feel free to moderate the minor language issue in the above post
-
I’ve successfully installed the Brother QL-570 in Linux Mint 11 and I currently use it to print lots and lots of barcode labels for my shipments going to Amazon. You can read my full review and instructions on my WebSALE.TV Tech Blog.
The link to the article is http://pr.websale.tv/ql-570


8 comments
Comments feed for this article