Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: Ubuntu friendly printer.. Canon PIXMA MX320?

  1. #21
    Join Date
    Feb 2012
    Beans
    15

    Re: Ubuntu friendly printer.. Canon PIXMA MX320?

    i have the feeling that this is a gnome problem or that i'm using the wrong shell. the directions on
    http://www.webmonkey.com/2010/02/com...#disqus_thread
    weren't comprehensive enough, and i can't post questions there regarding their directions as: "Comments for this page are closed."
    i have downloaded the source code from:
    http://www.canon.co.uk/Support/Consu...&type=download
    i have downloaded gcc and g++ using synaptic package manager.
    i have:
    tar xzvf cnijfilter-source-3.10-1.tar.gz
    the source file.
    cd cnijfilter-source-3.10

    this is where i am stuck. can't continue with the directions because
    root@debian:/home/lou/Downloads/cnijfilter-source-3.10# ./configure
    comes back with:
    bash: make: command not found

    as with
    root@debian:/home/lou/Downloads/cnijfilter-source-3.10# make
    bash: make: command not found

    i couldn't continue on with the installation.

    what do i do now ?
    (beside run a futile search on google for "
    bash: make: command not found")

  2. #22
    Join Date
    Oct 2005
    Beans
    95

    Re: Ubuntu friendly printer.. Canon PIXMA MX320?

    I just installed a canon pixima printer the other day using similar drivers obtained from the Canon-asia support area.

    I downloaded the printer and scanner deb packages. They downloaded into my a dirictory I created called "canon" in my home directory.

    Using the file viewer, I navigated to the canon directory and I clicked on one and as it is a tar file, I chose to extract it. A new directory was created within the download directory containing the necessary files.

    I opened the terminal and typed "dir" this lists the directories. I typed "cd canon" to get to the canon directory.

    I typed dir to list the directories and files within that directory.

    I typed "cnijfilter....3,40-1-deb" to enter that directory

    I typed "dir" to list the files in that directory, it listed a file install.sh

    I typed sudo ./install.sh

    The terminal took over and installed everything, asked a couple of questions and the printer works.

    I did the same thing as above with the appropriate file for the scanner.

    Printing works fine but to scan I have to use the terminal and type "scangearmp"

    Probably there are faster ways of doing this, but this worked for me.

    Good luck in solving your problem.

  3. #23
    Join Date
    Feb 2012
    Beans
    15

    Re: Ubuntu friendly printer.. Canon PIXMA MX320?

    i can't remember if the folder contained an "install" script.

    let me check this and get back to you if it works.

  4. #24
    Join Date
    Feb 2012
    Beans
    15

    Re: Ubuntu friendly printer.. Canon PIXMA MX320?

    install.sh doesn't work:

    root@debian:/home/lou/Downloads/cnijfilter-source-3.10# cd cnijfilter
    root@debian:/home/lou/Downloads/cnijfilter-source-3.10/cnijfilter# ls
    acconfig.h autogen.sh configure.in include LICENSE NEWS src
    AUTHORS ChangeLog COPYING INSTALL Makefile.am README
    root@debian:/home/lou/Downloads/cnijfilter-source-3.10/cnijfilter# INSTALL
    bash: INSTALL: command not found
    root@debian:/home/lou/Downloads/cnijfilter-source-3.10/cnijfilter# ./INSTALL
    ./INSTALL: line 1: To: command not found
    ./INSTALL: line 3: syntax error near unexpected token `newline'
    ./INSTALL: line 3: ` ./autogen.sh --program-suffix=<Printer Model Name>'
    root@debian:/home/lou/Downloads/cnijfilter-source-3.10/cnijfilter# ./autogen.sh

    **Error**: You must have `autoconf' installed to.
    Download the appropriate package for your distribution,
    or get the source tarball at ftp://ftp.gnu.org/pub/gnu/

    **Error**: You must have `automake' installed.
    Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz
    (or a newer version if it is available)
    root@debian:/home/lou/Downloads/cnijfilter-source-3.10/cnijfilter# cd ..
    root@debian:/home/lou/Downloads/cnijfilter-source-3.10# install.sh
    bash: install.sh: command not found
    root@debian:/home/lou/Downloads/cnijfilter-source-3.10#

  5. #25
    Join Date
    Feb 2012
    Beans
    15

    Re: Ubuntu friendly printer.. Canon PIXMA MX320?

    1. how do you install autoconf ?

    2. how do you install automake ?

  6. #26
    Join Date
    Feb 2012
    Beans
    15

    Re: Ubuntu friendly printer.. Canon PIXMA MX320?

    does anyone know how to make install work ?

Page 3 of 3 FirstFirst 123

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
  •