Results 1 to 4 of 4

Thread: CUPS and Canon MG 4200

  1. #1
    Join Date
    Apr 2011
    Beans
    18

    CUPS and Canon MG 4200

    Hi !

    On a fresh 17.10 ubuntu, I've an issue with my Canon MG 4200.

    There are two printers on my network : a HP laserjet and a canon MG. Both are installed easily. Jobs are sent to the printers : fine.

    But, on the canon all the prints are shifted to the bottom. The bottom of the page is never printed. I thought the page set-up was wrong. But, no : it's right (A4)

    I checked the ppd files of the both printers. I spotted that the imageablearea is different.

    On the HP :

    Code:
    *ImageableArea A4/A4: "11.34 11.34 583.66 830.66"
    On the canon :

    Code:
    *ImageableArea A4: "18.141732283465 106.015748031496 577.133858267717 819.212598425197"
    I edited the canon's file ( sudo nano and save ). But CUPS need to be restarted to set in this new file. And then .... CUPS replace the wrong ppd file again.
    How can I stop CUPS to replace ppd files a each start ?

    Thanks a lot !

    ( A sorry for my bad english... #typicalfrench)

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

    Re: CUPS and Canon MG 4200

    Bonjour LeXav; bienvenue;

    there could be several drivers to work the 4200: there could be open-source Gutenprint; Canon drivers; and since 17.04, Ubuntu has airprint support; and your printer is airprint-compatible;

    so I guess if you go to PRINTERS folder; IMPRIMANTES? ..... and right-click on the only icon?? for your MG ...... look in MAKE & MODEL ......... drag the window to the right to see all the text ....... what does it say?

    If you want to try the Canon drivers that they supply, go here http://support-asia.canon-asia.com/c...100466802.html and click to download and SAVE what will be cnijfilter-mg4200series-3.80-1-deb.tar.gz

    open a terminal; copy the commands below one by one; paste into the terminal and hit the ENTER key ..

    Code:
    cd Downloads
    Code:
    tar -zxvf cnijfilter-mg4200series-3.80-1-deb.tar.gz
    Code:
    cd cnijfilter-mg4200series-3.80-1-deb
    Code:
    ./install.sh
    and that final command runs the install script and may ask you a couple of questions: you can name it what you want: perhaps something that makes clear it is Canon Drivers

    _____________________________

    Tradition has been that installed ppds are in /etc/cups/ppd. The database is in /usr/share/ppd. ............ so to edit one would need
    Code:
    cd /etc/cups/ppd
    and perhaps the
    Code:
    ls
    command to list what is there; and then gksudo gedit MG4200-series.ppd or whatever the ppd is called, to edit it ........... where are your ppd files stored?

  3. #3
    Join Date
    Apr 2011
    Beans
    18

    Re: CUPS and Canon MG 4200

    Hi !

    I did what you've explain to me and it's work perfectly fine !
    Merci beaucoup !

  4. #4
    Join Date
    Apr 2005
    Beans
    2,336

    SOLVED: Canon MG 4200

    très bon!

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
  •