Home » Hardware » stampanti » Brother HL-1110 » Revisioni » Differenze
Differenze tra la revisione del 08:58, 15 marzo 2021, creata da mounaiban, e la revisione del 04:16, 15 marzo 2021
Nota: il testo in rosso è stato cancellato dalla revisione precedente, il testo in verde è stato aggiunto in questa revisione e il testo in grigio non è stato cambiato
differenze nel campo: marca
Brother-Industries-Ltd
differenze nel campo: nome del modello
Brother HL-1110
differenze nel campo: eventuali altri nomi del dispositivo
Brother HL-1110 series
Brother HL-1112
Brother HL-1112A
Brother HL-1118
differenze nel campo: sottotipo (laser, inkjet, ..)
laser
differenze nel campo: codice VendorID:ProductID del prodotto
04f9:0054
differenze nel campo: anno di commercializzazione
2013
differenze nel campo: interfaccia
USB
differenze nel campo: distribuzione GNU/Linux usata per il test
debian_10
differenze nel campo: compatibilità con il software libero
A-Full
differenze nel campo: adotta qualche tecnica per tracciare gli utenti?
not-specified
differenze nel campo: testato con il seguente kernel libre
4.19.146-1
differenze nel campo: driver liberi usati
printer-driver-brlaser
differenze nel campo: Descrizione
[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 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 names ending with like *.ppd will be generated and saved to a new directory sub-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' 'Brother_HL1110' -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]Usage Tips[/h1]
[p]To maximise the success rate of a print job, try to keep the print job under 800KiB by minimising the complexity of the page layouts. Use layouts.[/p]
[p]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.[/p]
[p]The HL-1110 has a native print resolution of 600x600 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]
I contenuti di questa pagina sono di Pubblico Dominio. (leggi la pagina CC0 per informazioni dettagliate). Chiunque è libero di copiare, modificare, pubblicare, usare, vendere, o distribuire tale contenuto per qualsiasi fine, commerciale o non commerciale, e con ogni mezzo.
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