Page 10 of 11 FirstFirst ... 891011 LastLast
Results 91 to 100 of 103

Thread: Canon all-in-one laser printers

  1. #91
    Join Date
    Dec 2007
    Beans
    8

    Smile Re: Canon all-in-one laser printers

    So, after I read all thread and tried different suggested solutions (thank you, guys!) I finally managed to make my Canon I-Sensys MF4140 to work in my Ubuntu 12.04 64-Bit version.

    My steps:

    1. Downloaded the UFR II Printer Driver for Linux Version 2.50 from Canon U.S.A.
    2. Extracted from archive and converted the 64-Bit RPM drivers to DEB:
    Code:
    sudo alien cndrvcups-ufr2-us-2.50-1.x86_64.rpm --scripts
    sudo alien cndrvcups-common-2.50-1.x86_64.rpm --scripts
    3. Renamed existing '/usr/lib64' to '/usr/lib64.old'
    Code:
    sudo mv /usr/lib64 /usr/lib64.old
    4. Created the symbolic link '/usr/lib64' to '/usr/lib':
    Code:
    sudo ln -s /usr/lib /usr/lib64
    5. Installed dependencies (I do not know if I realy needed all of them ):
    Code:
    sudo apt-get install libc6-i386 ia32-libs lib32z1
    6. Installed the .deb packages:
    Code:
    sudo dpkg -i cndrvcups-common_2.50-2_amd64.deb
    sudo dpkg -i cndrvcups-ufr2-us_2.50-2_amd64.deb
    7. Plugged the printer and it worked!
    (I printed a test page and a page from a PDF document).
    Last edited by Iurie; December 4th, 2012 at 11:13 AM.

  2. #92
    Join Date
    Aug 2012
    Beans
    5

    Re: Canon all-in-one laser printers

    Terminal is telling me, "sudo: alien: command not found".

  3. #93
    Join Date
    May 2011
    Location
    USA
    Beans
    115
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Canon all-in-one laser printers

    Quote Originally Posted by E5C4P3 View Post
    Terminal is telling me, "sudo: alien: command not found".
    You need to install alien.
    I tried Unity. I tried GNOME 3. I did not like neither of them. Now running Ubuntu 12.04 in Fallback mode.

  4. #94
    Join Date
    Aug 2012
    Beans
    5

    Re: Canon all-in-one laser printers

    I have now installed alien and downloaded the drivers, but I need some clarification on step 2.

  5. #95
    Join Date
    May 2011
    Location
    USA
    Beans
    115
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Canon all-in-one laser printers

    Navigate to the folder where you downloaded drivers and run those two commands, that's all. You should get two new files with *.deb extension.
    I tried Unity. I tried GNOME 3. I did not like neither of them. Now running Ubuntu 12.04 in Fallback mode.

  6. #96
    Join Date
    Apr 2005
    Beans
    2,336

    Re: Canon all-in-one laser printers

    so vincegata is telling you it is likely you downloaded the UFR driver.......; if that is what you downloaded...; into the Downloads directory;

    so you should open the terminal and copy and paste

    cd Downloads
    ...hit enter key each time..

    then do as per previous posts

  7. #97
    Join Date
    Aug 2012
    Beans
    5

    Re: Canon all-in-one laser printers

    Quote Originally Posted by pdc View Post
    so vincegata is telling you it is likely you downloaded the UFR driver.......; if that is what you downloaded...; into the Downloads directory;

    so you should open the terminal and copy and paste

    ...hit enter key each time..

    then do as per previous posts
    Terminal is telling me, File "cndrvcups-ufr2-us-2.50-1.x86_64.rpm" not found. I looked and the drivers are in fact in the Downloads directory, so i must be doing something wrong.

  8. #98
    Join Date
    Apr 2005
    Beans
    2,336

    Re: Canon all-in-one laser printers

    so you have typed cd Downloads and hit enter and are in the Downloads directory ............

    if you enter the command

    ls
    that lists the contents of the directory

    what you have probably got is

    Linux_UFRII_PrinterDriver_V250_uk_EN.tar.gz

    so you need a little work on it ........

    tar -zxvf Linux_UFRII_PrinterDriver_V250_uk_EN.tar.gz
    and that creates a directory called Linux_UFRII_PrinterDriver_V250_uk_EN

    so your next command is

    cd Linux_UFRII_PrinterDriver_V250_uk_EN/64-bit_Driver/RPM
    and if you now type

    ls
    that lists the contents of the directory and it should then be

    cndrvcups-common-2.50-1.x86_64.rpm cndrvcups-ufr2-uk-2.50-1.x86_64.rpm

    .......so that should let you install the common driver first (cndrvcups-common-2.50) and then the specific UFR driver (cndrvcups-ufr2-uk-2.50) as per the instructions in the earlier post
    Last edited by pdc; December 6th, 2012 at 12:56 AM.

  9. #99
    Join Date
    Nov 2007
    Beans
    136
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Canon all-in-one laser printers

    Quote Originally Posted by Iurie View Post
    So, after I read all thread and tried different suggested solutions (thank you, guys!) I finally managed to make my Canon I-Sensys MF4140 to work in my Ubuntu 12.04 64-Bit version.

    My steps:

    1. Downloaded the UFR II Printer Driver for Linux Version 2.50 from Canon U.S.A.
    2. Extracted from archive and converted the 64-Bit RPM drivers to DEB:
    Code:
    sudo alien cndrvcups-ufr2-us-2.50-1.x86_64.rpm --scripts
    sudo alien cndrvcups-common-2.50-1.x86_64.rpm --scripts
    3. Renamed existing '/usr/lib64' to '/usr/lib64.old'
    Code:
    sudo mv /usr/lib64 /usr/lib64.old
    4. Created the symbolic link '/usr/lib64' to '/usr/lib':
    Code:
    sudo ln -s /usr/lib /usr/lib64
    5. Installed dependencies (I do not know if I realy needed all of them ):
    Code:
    sudo apt-get install libc6-i386 ia32-libs lib32z1
    6. Installed the .deb packages:
    Code:
    sudo dpkg -i cndrvcups-common_2.50-2_amd64.deb
    sudo dpkg -i cndrvcups-ufr2-us_2.50-2_amd64.deb
    7. Plugged the printer and it worked!
    (I printed a test page and a page from a PDF document).

    Sexy time! Thank you for this post!
    When Ubuntu moves into The Cloud, I'll be moving out of Ubuntu. The Cloud means loss of control, and control is why I switched to Linux in the first place.

  10. #100
    Join Date
    Aug 2009
    Beans
    110

    Drivers for Canon MF4880 ?

    Searched through this thread and didn't find specific mention of my printer, a Canon MF4880dw. Canon claims that it does not support this printer on Linux. However, I did find the drivers cndrvcups-ufr2-us_2.50-1_i386 and cndrvcups-common_2.50-1_i386 on the Canon website (listed under the MF4690 printer). Was wondering if anyone has had success using these or other drivers with this printer. Currently running Ubuntu 12.04 LTS, 32-bit.

    Thank you for any assistance. And thanks also to those who have started and posted to the thread - looks like a wealth of valuable information.

Page 10 of 11 FirstFirst ... 891011 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •