This is for SUSE noobs like me. Advanced users can probably ignore this. But I’m hoping I can save future noobs some time when they need to set up their Canon wireless printer-scanner.
Coming from Debian and loving OpenSUSE Tumbleweed, I was a little disappointed when I tried to set up my Canon MF744Cdw printer-scanner. On Debian, everything worked instantly without me installing anything. On SUSE, I had to search the web far and wide and tinker around a bit. So here it is, short and sweet.
To get the printer going:
- I could not get driverless printing to work.
- So I had to download the Canon drivers from their website (I read somewhere they are not available in all countries, but I can confirm the English drivers on www.canon.de work well.) The UFR-II drivers make things complicated (unless you’re on Fedora, there they work flawlessly). The CQue RPM English drivers are straight-forward. Download these.
- Install the
.rpm
file either by double clicking it or usingsudo rpm -i cque-<filename>.rpm
to get some feedback (if you don’t get error messages, things are probably fine). - You can use YaST > Hardware > Printer if you like - but I prefer the CUPS web interface at http://localhost:631. Go to Administration > Find New Printers > choose the one with an
ipps://...
connection. To find out which discovered printer is the right one (if more than one are discovered): click on whichever discovered printer and check the protocol that it uses - if it’s a different one, go back and try the next one. Click next and choose Canon > MF744Cdw (or whichever printer applies to you). Confirm and you’re hopefully golden. - Adjust any printer settings you like in the CUPS web interface.
To get the scanner going is very easy, once you know how:
- Install
sane-airscan
, e.g.:sudo zypper install sane-airscan
- Use any scanning software you like (e.g. the pre-installed “Document Scanner”) and the scanner should be recognised as “eSCL Canon MF742C/744C [long string of numbers]”.
- Scan away.
Good luck everyone!