M BUZZ CRAZE NEWS
// news

How to install the printer driver for Canon image running 2520 in Ubuntu 13.10

By Jessica Wood

I unable to install the printer driver in Ubuntu(Ver 13.10) for Canon image running 2520 . please tell the commands .Thanks!

1 Answer

  1. Download 2.70 driver:

  2. Uncompress the Linux_UFRII_PrinterDriver_V270_uk_EN.tar.gz

  3. Open a terminal, enter the commands (for example for 64-bit system):

    cd path/64-bit_Driver
    sudo su
    dpkg -i cndrvcups-common_2.70-1_amd64.deb
    dpkg -i cndrvcups-ufr2-uk_2.70-1_amd64.deb
    /etc/init.d/cups restart
    /usr/sbin/lpadmin -p CANON-iR2520 -m CNCUPSIR2520ZK.ppd -v lpd://192.168.0.8/CANON-iR2520 -E 

    Please read the README-ufr2-2.7xUK.txt for different printer models.

    /etc/init.d/cups restart 
  4. Open a browser at //localhost:631, and add the printer.

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