Home » Hardware » printers » Brother HL-1110 » History » Differences
Differences between the revision of 04:15, 15 March 2021, created by mounaiban, and the revision of 03:22, 15 March 2021
Notice: the text in red has been deleted from the previous revision, the text in green has been added in this revision and the text in gray has not been changed.
differences in the entry: vendor
Brother-Industries-Ltd
differences in the entry: model name
Brother HL-1110
differences in the entry: possible other names of the device
Brother HL-1110 series
Brother HL-1112
Brother HL-1112A
Brother HL-1118
differences in the entry: subtype (laser, inkjet, ..)
laser
differences in the entry: VendorID:ProductID code of the device
04f9:0054
differences in the entry: year of commercialization
2013
differences in the entry: interface
USB
differences in the entry: GNU/Linux distribution used for the test
debian_10
differences in the entry: compatibility with free software
A-Full
differences in the entry: does it adopt any techniques to track users?
not-specified
differences in the entry: tested with the following kernel libre
4.19.146-1
differences in the entry: free driver used
printer-driver-brlaser
differences in the entry: Description
[h1]Summary[/h1] [h1]Overview[/h1]
[p]The Brother HL-1110 is supported on GNU/Linux and BSD by the [b]brlaser[/b] CUPS driver created, and maintained at time of writing, by Peter de Watcher. On Debian 10.6, the driver is installed by default but the required Printer Description (ppd) files are not included. These ppd files must be manually generated and installed.[/p]

[p]Documents that are mostly text and line drawings in simple page layouts are adequately handled by brlaser at full speed. On the other hand, due to memory limitations, jobs exceeding around 800KiB may not finish successfully. The driver does not work around this limitation. Both 300DPI and 600DPI resolution modes have been verified to work.[/p]

[h1]Manual Installation[/h1]
[h2]Method 1: "Lazy" Method for Systems With brlaser, But With Missing PPDs[/h2]
[p]This method does not require build tools to be installed. Only CUPS, along with the PPD compiler command [b]ppdc[/b] and the brlaser driver are needed on the host system.[/p]
[enum]
[*]Download the PPD source file [b]brlaser.drv.in[/b] from De Watcher's GitHub repository: [a]https://raw.githubusercontent.com/pdewacht/brlaser/master/brlaser.drv.in[/a], and take note of the directory it was saved to.[/*]
[*]Navigate to the directory where the copy of brlaser.drv.in was saved.[/*]
[*]While in the same directory as the brlaser.drv.in file, compile the ppd's with this command: [code]ppdc -v brlaser.drv.in[/code] [/*] Several dozen files with ending with *.ppd will be generated and saved to a new directory named [b]ppd[/b]. Navigate into that directory and remain there for the rest of the installation process.

[*]
Find the URI of the device using the [b]lpinfo[/b] command:
[code]/usr/sbin/lpinfo -v[/code]
A list of names and/or URIs should appear. Watch out for something that looks like this:
[code]direct usb://Brother/HL-1110%20series?serial=DEADBEEF[/code]
[/*]

[*]
Install the printer in CUPS with the following command, with root privileges:
[code]
/usr/sbin/lpadmin -p 'Brother HL-1110' -v usb://Brother/HL-1110%20series?serial=DEADBEEF \
-P br1110.ppd -L 'Your room' -E

# Replace the serial number DEADBEEF with the number of your device,
# and replace or omit the optional location specified by the -L option
# as appropriate.
[/code]
If a desktop environment is in use, the DE's control panel can also be used instead. The CUPS control panel (accessible from the host system at [b]http://localhost:631[/b] by default with a web browser) is yet another way to install the printer.
[/*]
[/enum]

[p]The instructions above are for stock Debian systems. On some systems, the /usr/sbin part from the command may be omitted as appropriate.[/p]

[h2]Method 2: Build From Source[/h2]
[p]If brlaser is not installed on your system and no binaries have been made publicly available for your distribution, the driver must be built from scratch. In this case, follow the build instructions at the [a]https://github.com/pdewacht/brlaser|brlaser GitHub repository[/a]. Build tools and related packages will be required.[/p]

[h1]Level [h1]Usage Tips[/h1]
[p]To maximise the success rate
of Support[/h1]
[p]The printer largely works and handles multi-page documents competently at full printing speed. However,
a print job, try to keep the driver is unable to finish jobs that exceed print job under 800KiB by minimising the memory limitations complexity of the printer.[/p] page layouts. Use raster images and gradient fills sparingly; these elements can increase the size of the print job.[/p]
[p]Please avoid using the 1200HQ option as it currently does not work.[/p]

[h1]Miscellaneous Notes[/h1]

[p]The HL-1110 has only 1MB of memory, and some of it is used up by the device's firmware during normal operation. To maximise the success rate of a print job, try to keep the print job under 800KB by minimising the complexity of the page layouts. Use raster images and gradient fills sparingly.[/p] operation.[/p]
[p]According information published on the Brother website, the HL-1110 has a native print resolution of 600x600 DPI. Please avoid using the 1200HQ option as it currently does not work.[/p]

[h1]Miscellaneous Notes[/h1]
DPI.[/p]
[p]This printer implements a subset of PCL-5. While it responds to PJL commands, all printed content must be sent as a run-length encoded (RLE) raster. The encoding format is described in detail in the [b]Brother Printer Technical Reference Guide[/b] (Chapter 2, Part 6.3). The compression is most effective when there are many contiguous regions of black or white on the page.[/p]

[h1]Versions Tested[/h1]
[list]
[*][b]4-1[/b], on Debian buster (10.6). The driver is preinstalled in Debian 10.6 under the [b]printer-driver-brlaser[/b] package.[/*]
[/list]

[h1]Hardware Variations[/h1]
HL-1110 has a white and black case, HL-1112 has its colors reversed and is mainly black. "A" variant, marked as such on the box only, comes with a completely filled original cartridge. HL-1118 is a 1110 for the Chinese market, the differences if any aren't known.

[h1]References[/h1]
[p]brlaser GitHub repository. [a]https://github.com/pdewacht/brlaser[/a][/p]
[p]Brother Printer Technical Reference Guide. Version AC. [a]https://download.brother.com/welcome/doc002907/Tech_Manual_AC.pdf[/a][/p]
[p]Support and Downloads | HL-1110. Brother Industries. [a]https://support.brother.com/g/b/producttop.aspx?c=eu_ot&lang=en&prod=hl1110_us_eu_as[/a][/p]
The contents of this page are in the Public Domain. (see the CC0 page for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.
h-node.org is a hardware database project. It runs the h-source PHP software, commit cdeda15, available under the GNU General Public (GPLv3) License.
JavaScript license information