You are not logged in.
Pages: 1
I am trying to install my printer. I followed the wiki's instructions and my printer is correctly seen by the kernel:
I can see this in my bash
[root@pendulum ~]# tail /var/log/messages.log
[..]
Sep 9 17:19:15 pendulum usb 2-1: new full speed USB device using uhci_hcd and address 2
Sep 9 17:19:16 pendulum usb 2-1: configuration #1 chosen from 1 choice
Sep 9 17:19:16 pendulum drivers/usb/class/usblp.c: usblp1: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04A9 pid 0x106D
Sep 9 17:19:16 pendulum usbcore: registered new driver usblp
Sep 9 17:19:16 pendulum drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
I read in the gimp-print site that my printer is supported (as Canon S630 actually, but it is not a problem)
So I tried installing gimp-print:
[root@pendulum ~]# pacman -S gimp-print-lprng...
:: gimp-print-lprng conflicts with cups. Remove cups? [Y/n]
and here I am blocked... if I uninstall cups I am removing the printing support, am I not?
What I am doing wrong?
thanks.
Offline
LPR and CUPS are two different ways of printing. If you look, you're trying to install gimp-print-lprng, so if you remove CUPS, you'll still be able to print using LPR instead.
Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB
Offline
You can also use an lpr printer through cups (i have my printer connected through a linksys printserver and can only use lpr but am still using it through cups).
Are you sure you need the gimp-print ?
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
gimp-print is no longer, the new name is gutenprint. The whole -lprng stuff should be deleted from the repos, imho.
1000
Offline
thanks byte, I fixed the Wiki.
Offline
Pages: 1