You are not logged in.
HI all!
I installed the following:
cups
libcups
gutenprint
Then add your CUPS server's IP address or hostname into /etc/cups/client.conf, after ServerName. That is all you need. Every application should quickly find the printer(s) shared by that CUPS server.
did not understand what am i suppose to write in the client.conf: 127.0.0.1 or my hostname (thegrid)
it says that later version on cups does not require to blocklist the usblp but i did anyways
but it didnt work
i restarted the computer too
any suggestion
Then she sighed and squealed and kicked the air,
She sang: my bear so fair and off they went,
The bear, the bear and the maiden fair
Offline
Is the service started?
Re-read https://wiki.archlinux.org/index.php/CUPS , especially the troubleshooting section e.g. https://wiki.archlinux.org/index.php/CU … ed_by_CUPS
Offline
@karol
yeah.. i forgot to mention i checked my systemctl status of the cups.service and its enabled and started
i did the troubleshoot and followed the udevamd and the systemctl "fixes" but it gnome3 still fails to add new printer...
the only change i saw was when selecting a printer there are now 2 Epson printers one on USB and one on paralle ports... as it so happens this computer (laptop) uses usb and it works good on my win7 boot... thing is i love to make it work here on arch as i am mostly on arch
thanks in advance
Then she sighed and squealed and kicked the air,
She sang: my bear so fair and off they went,
The bear, the bear and the maiden fair
Offline
[fenrirab@thegrid ~]$ lsusb
Bus 002 Device 004: ID 0461:4d46 Primax Electronics, Ltd
Bus 002 Device 005: ID 04b8:0848 Seiko Epson Corp. ME Office 600F/Stylus Office BX300F/TX300F
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0c45:643d Microdia
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
[fenrirab@thegrid ~]$
let me know if you want more infoThen she sighed and squealed and kicked the air,
She sang: my bear so fair and off they went,
The bear, the bear and the maiden fair
Offline
I have similar issue. Whenever I try adding a USB printer in Gnome Settings, it is recognised but when I click add, I get a "Adding printer failed" popup. However, I can add printers through the CUPS web interface http://localhost:631/admin.
Offline
I have similar issue. Whenever I try adding a USB printer in Gnome Settings, it is recognised but when I click add, I get a "Adding printer failed" popup. However, I can add printers through the CUPS web interface http://localhost:631/admin.
Hi, you can install "system-config-printer" ( i think resolve your issue).
sudo pacman -S system-config-printer.I have a Cannon PIXMA 280. My steps to install the drivers( may be help you ) :
$ sudo pacman -S cups ghostscript gsfonts
$ sudo pacman -S kdeutils-print-manager gutenprint */KDE.
$ sudo pacman -S system-config-printer gutenprint */GNOME.
$ sudo systemctl start cups.service
$ sudo systemctl enable cups.serviceBest Regards.
Offline
I had a similar issue with HP printer. I resolved by adding the user to 'lp' and 'sys' groups.
"Evolution is the nature's way of issuing upgrades".
__________________________________________________________
Arch_x64-Gnome-Shell ~ Arch-lts_x64-Xfce ~ LMDE_x64-Cinnamon
Offline
Hi, you can install "system-config-printer" ( i think resolve your issue).
I also had to install that (alongside with cups and gutenprint) in order to get my printer work nicely on gnome.
can't remember what the actual issue was, but simply installing system-config-printer fixed it right away.
Offline