You are not logged in.

#1 2011-08-21 10:51:35

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

[Solved] CUPS Shared Printer is not Discovered on the Linux Clients

Hi,

I'm sharings a printer (Canon MP610) through CUPS.
The printer is directly connected to the Mac server (USB) and the protocols are CUPS and dnssd.
The printer is found on the Mac clients without further configuration (through dnssd).
In the CUPS web interface of the Linux client, I can see the remote printer in the Printers tab.
But when I try to add the remote printer through the Administration tab, nothing appears after "Discovered Network Printers:".

I'm certainly missing something obvious...
Thanks.

Last edited by bloom (2011-08-22 10:27:16)


gh · da · ds

Offline

#2 2011-08-21 16:29:05

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,694

Re: [Solved] CUPS Shared Printer is not Discovered on the Linux Clients

Are you running Avahi?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#3 2011-08-21 16:38:30

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: [Solved] CUPS Shared Printer is not Discovered on the Linux Clients

ewaller wrote:

Are you running Avahi?

I tried to launch avahi-daemon with

sudo rc.d start avahi-daemon

But it fails.
So I did

sudo grep avahi /var/log/everything.log

And the problem is : "Failed to find group 'avahi'."

Can I add the group manually in /etc/group ?


gh · da · ds

Offline

#4 2011-08-21 16:50:44

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,694

Re: [Solved] CUPS Shared Printer is not Discovered on the Linux Clients

I'd say yes, but I'm puzzled why it is not there in the first place -- perhaps you have used a group.pacnew since Avahi was installed.
BTW, did you follow the article on Avahi in the Wiki?  There is a bit of manual configuration required, but, when it is all working, you should have a system that plays nicely with Apple's Bonjour.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#5 2011-08-21 18:21:07

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: [Solved] CUPS Shared Printer is not Discovered on the Linux Clients

ewaller wrote:

I'd say yes, but I'm puzzled why it is not there in the first place -- perhaps you have used a group.pacnew since Avahi was installed.

Yes I may have dumped that line during a wild yaourt -C session ^_^

ewaller wrote:

BTW, did you follow the article on Avahi in the Wiki?  There is a bit of manual configuration required, but, when it is all working, you should have a system that plays nicely with Apple's Bonjour.

Yes, I've seen that I might need to launch the daemon through rc.local.
Thanks.


gh · da · ds

Offline

#6 2011-08-22 10:29:01

bloom
Member
Registered: 2010-08-18
Posts: 749
Website

Re: [Solved] CUPS Shared Printer is not Discovered on the Linux Clients

Solved with

sudo groupadd -g 85 avahi

gh · da · ds

Offline

Board footer

Powered by FluxBB