From: Ricardo Wurmus <rekado@elephly.net>
To: Chris Marusich <cmmarusich@gmail.com>
Cc: help-guix@gnu.org
Subject: Re: Does your printer work with Guix System? Please share!
Date: Sat, 23 Mar 2019 21:05:58 +0100 [thread overview]
Message-ID: <87sgvd5pax.fsf@elephly.net> (raw)
In-Reply-To: <87va0aupm4.fsf@gmail.com>
Hi Chris,
> I want to buy a printer to use with a Guix System machine. At a bare
> minimum, it just needs to print in black and white reliably, but I hope
> I can find one that does more than just the bare minimum.
>
> Has anyone here successfully printed (and/or scanned) using Guix
> System?
Yes!
I haven’t tried it recently but I had used my laser printer Brother
HL-L2370DN successfully.
I’m using this package definition:
--8<---------------cut here---------------start------------->8---
(define-public brlaser
(let ((commit "7ed0d6f2e8d5a8192c5621898b3ff920c95b66dc")
(revision "1"))
(package
(name "brlaser")
(version (git-version "0" revision commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/pdewacht/brlaser.git")
(commit commit)))
(sha256
(base32
"04spxjk42wah1j38w6iv4c2pasmpbh2gypv3xlmk7vh3yzfffpxf"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags
(list (string-append "-DCUPS_DATA_DIR="
(assoc-ref %outputs "out")
"/share/cups")
(string-append "-DCUPS_SERVER_BIN="
(assoc-ref %outputs "out")
"/lib/cups"))))
(inputs
`(("ghostscript" ,ghostscript)
("cups" ,cups)
("zlib" ,zlib)))
(home-page "TODO")
(synopsis "TODO")
(description "TODO")
(license license:gpl2+))))
--8<---------------cut here---------------end--------------->8---
I use this with the following CUPS service declaration:
(service cups-service-type
(cups-configuration
(web-interface? #t)
(extensions
(list cups-filters brlaser))))
It’s just a monochrome printer (no scanner) and I verified that this one
feature works properly. It prints the test pages and prints PDFs
(generated with LuaLaTeX from gbrief2 documents) just fin.
The toner cartriges can be refilled by a third party service for a few
times before they need to be replaced, but I haven’t printed enough to
have a need to refill.
I haven’t used it in a while, but I wanted to give it a try again soon.
(I bought it to print PCB masks onto transparencies to use them as photo
resist masks for etching PCBs, but I haven’t found enough time to
actually etch a little.)
The printer is pretty small for a laser printer and has no fancy
features (has an ethernet port, but no WiFi, no fancy display), which I
appreciate.
--
Ricardo
next prev parent reply other threads:[~2019-03-23 20:06 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-23 5:27 Does your printer work with Guix System? Please share! Chris Marusich
2019-03-23 17:45 ` znavko
2019-03-23 20:42 ` Chris Marusich
2019-03-24 5:26 ` znavko
2019-03-24 18:52 ` Chris Marusich
2019-03-23 19:09 ` Jovany Leandro G.C
2019-03-24 19:33 ` Chris Marusich
2019-03-31 6:30 ` Chris Marusich
2019-04-06 6:59 ` Björn Höfling
2019-04-06 20:47 ` Ricardo Wurmus
2019-04-08 3:41 ` Chris Marusich
2019-04-08 6:36 ` Ricardo Wurmus
2019-04-08 8:19 ` Pierre Neidhardt
2019-04-08 9:11 ` Chris Marusich
2019-03-23 20:05 ` Ricardo Wurmus [this message]
2019-03-23 20:33 ` Chris Marusich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87sgvd5pax.fsf@elephly.net \
--to=rekado@elephly.net \
--cc=cmmarusich@gmail.com \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.