unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Unable to find wireless printer/scanner (Canon Pixma MG2950) on Guix.
@ 2023-03-07 20:49 Luigi Salamone
  2023-03-11  8:47 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 5+ messages in thread
From: Luigi Salamone @ 2023-03-07 20:49 UTC (permalink / raw)
  To: help-guix

Hi!

My Canon Pixma MG2950 works fine on Parabola, after configuring avahi with
nss-mdns. But on Guix I can't find neither the printer nor the scanner.
Tried with "system-config-printer" and via "lpinfo". What can I do? Here
the salient lines of my /etc/config.scm:

...
(use-package-modules cups scanner)
....

 (packages (append (list (specification->package "cups")
                         (specification->package "cups-filters")
                         (specification->package "cups-filters")
                         (specification->package "cups-pk-helper")
                         (specification->package "foomatic-filters")
                         (specification->package "ghostscript")
                         (specification->package "sane-backends")
                         (specification->package "simple-scan")
                         (specification->package "nss-mdns")
                         (specification->package "avahi")
....
(services
  (const* (service cups-service-type
                    (cups-configuration
                      (extensions
                        (list cups-filters foomatic-filters hplip))
                      (web-interface? #t)
                      (default-paper-size "A4")))
     (modify-services %desktop-services
                        (sane-service-type _ =>
                                           sane-backends)

Thanks!

Luigi

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-03-14  3:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-07 20:49 Unable to find wireless printer/scanner (Canon Pixma MG2950) on Guix Luigi Salamone
2023-03-11  8:47 ` Guillaume Le Vaillant
2023-03-11 11:26   ` Luigi Salamone
2023-03-12 14:10     ` Felix Lechner via
2023-03-14  3:30     ` Gary Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).