I am using Manjaro KDE plasma (testing) and want to had my printer, a Canon
Pixma Mx410 series through the local network. I was able to add it fine with the printer manager. It shows correctly but trying to print something, the job appears but it does not print and the print queue doesn’t show an error. I noticed that I cannot “activate” the printer, it stays non activated. I also install the Canon MX410 printer package available in the store.
I have a triple boot system. One is Manjaro xfce and the printer works fine there.
I check the wiki for printers and start the required services (which I didn’t need to do in xfce) but still no printing.
Any idea ? Tx
Edit : I have another computer running also Manjaro Kde connected to the printer with USB and it works fine there.
Thanks ! the USB connection was to narrow the search for the problem. I went through the wiki and follow the tips with no go. I am wondering why it works so easily in xfce. I tried it on a third computer with KDE also and while you can set it up like the others, the printer still refuse to print what is in the queue. The manager says its on “pause” and cannot be “activated”. Strange …
Ok got it !
I compare the printer URI from xfce with kde. Xfce use “dnssd” (?) while KDE use “cnijnet” (?). I then paste the xfce URI into the KDE printer URI but it couldn’t find the printer. So from the wiki, there is service which seems necessary for network printer. It is called avahi (???)
First delete the printer,
$ pamac install avahi
(note: it was already installed but you have to activate the service too)
$ sudo systemctl enable --now avahi-daemon.service
Install the printer again. It then gave me the same URI as xfce, which works.
Note : Probably that service should be started when a network printer is added.
for reference;
Xfce printer URI (working): dnssd://Canon%20MX410%20series%20_641133000000._printer._tcp.local/
driver : Canon MX410 series Ver.3.50
Kde printer URI (not working): cnijnet:/88-87-17-64-11-33
driver : Canon MX410 series - CUPS+Gutenprint v5.3.5 Simplified
Your post has been edited for readability. Code or command output should be presented as preformatted text. Please see links indicated (below).
Although this has been done for you in this instance, in future you are expected to format your posts in accordance with forum guidelines.
Regards.
Welcome to the Manjaro community
As a new or infrequent forum user, please take some time to familiarise yourself with Forum requirements, and the many ways to use the forum to your benefit:
Update Announcements
The Update Announcements contain important information and a Known Issues and Solutions section that should generally be checked before posting a request for support.
System Information
Output of this command (formatted according to forum requirements) may be useful for those wishing to help:
inxi --filter --verbosity=8
or the short form:
inxi -zv8
Be prepared to provide more information and outputs from other commands whenever asked.