Home » Hardware » printers » Brother HL-1110 » Historie » Unterschiede
Differences between the revision of 01:03, 19 October 2020, created by mounaiban, and the revision of 15:01, 27 March 2017
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.
Unterschiede: Hersteller
Brother-Industries-Ltd
Unterschiede: Modellbezeichnung
Brother Industries, Ltd
Unterschiede: Andere mögliche Gerätenamen
Brother HL-1110 series
Brother HL-1110
Brother HL-1112
Brother HL-1112A
Brother HL-1118
Unterschiede: Typ (laser, inkjet, ..)
laser
Unterschiede: Hersteller-ID:Produkt-ID des Gerätes
04f9:0054
Unterschiede: Jahr der Markteinführung
2014 2013
Unterschiede: Schnittstelle
USB
Unterschiede: Verwendete GNU/Linux-Distribution für die Überprüfung
debian_8 , debian_10
Unterschiede: Kompatibilität mit Freie Software
C-None A-Full
Unterschiede: does it adopt any techniques to track users?
not-specified
Unterschiede: Überbrüft mit folgendem freien Betriebssystemkern (Libre Kernel)
4.19.146-1
Unterschiede: Verwendete Freie Firmware/Treiber
printer-driver-brlaser
Unterschiede: Beschreibung
No libre drivers available as [h1]Summary[/h1]
This printer is supported by the [b]brlaser[/b] CUPS printer driver created, and maintained at time
of March 2017. Experimenting with other drivers prints empty pages at best. writing, by Peter de Watcher. Some manual installation procedures are required before use. In Debian 10.6, version 4-1 of the driver is preinstalled, but the requisite Printer Description (ppd) files are missing and must be rebuilt.

Brother's proprietary [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, but a working copy of CUPS, along with the PPD compiler command [b]ppdc[/b] must be present on the host system. It uses an existing installation of brlaser.[/p]
[enum]
[*]Clone the brlaser source tree into a directory of choice, using [b]git[/b], from de Watcher's GitHub repository. If git is not installed, the ZIP file may be downloaded as an alternative.[/*]
[*]Navigate to the cloned source tree. If the ZIP file was used instead, extract the [b]brlaser.drv.in[/b] file to a directory of choice.[/*]
[*]Compile the ppd's with this command: [code]ppdc -vd . brlaser.drv.in[/code] while in the same directory as the brlaser.drv.in file.[/*] Several dozen files with ending with *.ppd will be generated. Take note of the location of the [b]br1110.ppd[/b] file. It is recommended to [i]remain in the same working directory as this file[/i] 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]
The URI of a USB-attached printer should appear, among some other entries as something like:
[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 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. With a web browser, the CUPS control panel (accessible from the host system at [b]http://localhost:631[/b] by default) 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 unavailable via the package manager of choice, the driver may have to be built from scratch. In this case, follow the build instructions provided at the [a]https://github.com/pdewacht/brlaser|brlaser GitHub repository[/a]. Build tools and development packages will be required.[/p]

[h1]Level of Support[/h1]
[p]The printer largely works and handles multi-page documents competently at full printing speed. However, the
driver is unable to finish jobs that exceed the memory limitations of the printer.[/p]
[p]The HL-1110 has
only available as 1MB of memory, of which some is used up by the firmware during normal operation. To maximise the success rate of a precompiled binary for (32-bit) x86 operating systems, and when it works at all print job, try to keep the print quality job under 800KB, by minimising the complexity of the documents being printed. Use raster images and gradient fills sparingly.[/p]

[h1]Versions Tested[/h1]
[list]
[*][b]4-1[/b], on Debian buster (10.6). The driver
is visibly inferior, on moderately complex pages, to their driver for other OSes. Not recommended. 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]
brlaser GitHub repository. [a]https://github.com/pdewacht/brlaser[/a]
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