Installing the printer driver for the Brother QL-1110NWB on Gentoo Linux can be a bit tricky, but thanks to a helpful ebuild written by James Cherti, the process becomes a breeze. The ebuild automates the whole process of downloading and installing the appropriate driver for the Brother QL-1110NWB on Gentoo Linux.
Brother QL-111NWB Driver installation on Gentoo
Create the file /etc/portage/repos.conf/motley-overlay.conf
containing:
[motley-overlay]
location = /usr/local/portage/motley-overlay
sync-type = git
sync-uri = https://github.com/jamescherti/motley-overlay
priority = 9999
Code language: plaintext (plaintext)
Update the repository:
emerge --sync motley-overlay
Code language: plaintext (plaintext)
Install the Brother QL-1110NWB printer driver:
emerge -av net-print/brother-ql1110nwb-bin
Code language: plaintext (plaintext)
The ebuild will automatically download the necessary driver package from Brother and install it on your system.
Finally, restart CUPS with:
systemctl restart cups
Code language: plaintext (plaintext)
You can now register your new printer using the web interface at: http://localhost:631/
(Please add a star to the Git repository jamescherti/motley-overlay to support the project!)