Διαφορές ανάμεσα στην αναθεώρηση του/της 04:16, 15 Μάρτιος 2021, που δημιουργήθηκε από τον/την mounaiban, και την αναθεώρηση του/της 04:15, 15 Μάρτιος 2021
Σημείωση: το κείμενο με κόκκινο έχει διαγραφεί από την προηγούμενη αναθεώρηση, το κείμενο με πράσινο έχει προστεθεί σε αυτή την αναθεώρηση και το κείμενο με γκρι δεν έχει αλλαχθεί
Διαφορές στην καταχώρηση: Κατασκευαστής
Brother-Industries-Ltd
Διαφορές στην καταχώρηση: Όνομα του μοντέλου
Brother HL-1110
Διαφορές στην καταχώρηση: Άλλα πιθανά ονόματα της συσκευής
Brother HL-1110 series
Brother HL-1112
Brother HL-1112A
Brother HL-1118
Διαφορές στην καταχώρηση: Υποτύπος (laser, inkjet, ..)
laser
Διαφορές στην καταχώρηση: Κωδικός Κατασκευαστή:Κωδικός Προϊόντος
04f9:0054
Διαφορές στην καταχώρηση: Έτος εμπορικής κυκλοφορίας
2013
Διαφορές στην καταχώρηση: Διεπαφή
USB
Διαφορές στην καταχώρηση: Διανομή GNU/Linux που χρησιμοποιήθηκε για την δοκιμή
debian_10
Διαφορές στην καταχώρηση: Συμβατότητα με το ελεύθερο λογισμικό
A-Full
Διαφορές στην καταχώρηση: Υιοθετεί οποιεσδήποτε τεχνικές για παρακολούθηση των χρηστών;
not-specified
Διαφορές στην καταχώρηση: Δοκιμάσθηκε με τον εξής ελεύθερο πυρήνα
4.19.146-1
Διαφορές στην καταχώρηση: Ελεύθεροι οδηγοί/driver που χρησιμοποιήθηκαν
printer-driver-brlaser
Διαφορές στην καταχώρηση: Περιγραφή
[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]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 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]According information published on the Brother website, the [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]
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