Printing not happening but scanning is fine

I am using Ubuntu 18.04 LTE

I was connecting my printer to print

Well drivers installed are ok

Scanning is working

But printing is not happening

Printer is quite old

Model is Canon Imageclass mf4570dw

Thank you

1

1 Answer

Canon provide good support for these very good devices;

If you go here and click to download and SAVE what will be linux-UFRII-drv-v350-uken.tar.gz (this version came out 8th Feb this year)

If you open a terminal; copy each command below line by line; paste into the terminal; hit the ENTER key; move to the next line ..(ask how to open terminal and paste if you don't know)

cd Downloads
tar -zxvf linux-UFRII-drv-v350-uken.tar.gz
cd linux-UFRII-drv-v350-uken
sudo ./install.sh

that last command runs the install script; that should do all for you; watch it as it runs, as it will ask you questions; we hope it all goes well

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like