Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 18/11/2008, à 23:04

Schwarnold

[résolu] Installation imprimante Konica Minolta MC2300W ?

Bonjour chers Linuxoïdes,

j'ai décidé de franchir le palier par curiosité et aussi parce que windows ramait énormément sur mon PC qui date de 5 ans hmm

C'est donc fait, après avoir épluché un peu partout les recommandations pour l'installation, j'ai partitionné mon disque, et installé le nouvel Ubuntu 8.10 sur son volume tout neuf de 10 Go.

Mes premières impressions sont : wouah, ça n'a pas l'air si compliqué, et c'est plutôt joli !

Mais j'ai vite compris le hic quand j'ai essayé d'installer mon imprimante, une Konica Minolta Magicolor 2300 W.

En effet, je n'ai pas bien saisi la procédure pour installer son pilote.

J'ai trouvé un lien de téléchargement sur le site http://sourceforge.net/project/showfiles.php?group_id=108751&package_id=117406&release_id=364131 qui me fournit un dossier compressé dans lequel se trouvent le driver et le ppd de la bête.

Mon souci arrive ici, lorsque je vais dans système>administration>impression créer une nouvelle imprimante et et que je vais chercher le ppd contenu dans le dossier, après l'installation du ppd, un message s'affiche me disant que le driver de l'imprimante n'est pas installé.

Il y a bien un fichier "read me" dans le dossier mais c'est en anglais et je ne suis pas sûr de la procédure.

J'ai cru comprendre que je dois passer par l'interface "Terminal" pour compiler un fichier ?

Mais je n'ai pas envie de faire n'importe quoi, c'est pourquoi je vous demande de l'aide. smile

Merci d'avance pour vos réponses. big_smile

EDIT : j'ai oublié de préciser que mon imprimante est reliée en USB à mon PC.

Dernière modification par Schwarnold (Le 20/11/2008, à 16:01)

Hors ligne

#2 Le 19/11/2008, à 10:55

Schwarnold

Re : [résolu] Installation imprimante Konica Minolta MC2300W ?

Merci pour cet accueil chaleureux ! big_smilewink

Hors ligne

#3 Le 19/11/2008, à 17:50

Schwarnold

Re : [résolu] Installation imprimante Konica Minolta MC2300W ?

Non mais personne n'aurait une combine à me donner pour installer mon driver ?

Je vous préviens si vous ne m'aidez pas je retourne à Windows ! lol (non c'est de l'humour ne me bannissez pas wink )

Hors ligne

#4 Le 19/11/2008, à 23:54

Schwarnold

Re : [résolu] Installation imprimante Konica Minolta MC2300W ?

Bon je vous donne juste le contenu du fichier "install" livré avec les fichiers de l'imprimante.

J'avoue que cela me parait être une montagne, et que si quelqu'un pouvait m'expliquer concrètement ce que tout cela signifie, ce serait super sympa.

How to Build and Install the m2300w Driver:
===========================================

Prerequisites:
--------------

    1. Ghostscript

       Please refer to README.ghostscript or to
       http://m2300w.sourceforge.net/gs/

    2. Foomatic (see http://www.linuxprinting.org/foomatic.html)

       Foomatic is a database-driven system for integrating free
       software printer drivers (like the m2300w driver) with common
       spoolers under Unix. It supports CUPS, LPRng, LPD, GNUlpr, PPR,
       PDQ, CPS, and direct printing.

       Although m2300w-wrapper could be theoretically invoked directly,
       it is basically designed for being invoked from foomatic's universal
       print filter "foomatic-rip".
       
       Therefore, m2300w requires "foomatic-rip" as prerequisite. Some
       Linux distributions (e.g. SuSE) include foomatic-rip, while it
       is missing in other distributions (e.g. RedHat 9).

       To verify whether "foomatic-rip" is installed on your system,
       you can check, if the file /usr/bin/foomatic-rip and the
       symbolic link /usr/lib/cups/filter/foomatic-rip exist.
       
       If they do not exist, then get the latest "foomatic-filters"
       package from http://www.linuxprinting.org/download/foomatic and
       install it on your system.

       For your convenience, starting with version 0.3, the pre-built
       m2300w RPM package (see below) installs a foomatic-rip binary,
       if it is missing on the system. If you build the driver from
       the sources, then you need to build and install "foomatic-filters"
       yourself.

    3. Spooler

       Basically, m2300w is expected to work with all spoolers supported
       by foomatic. However, the preferred spooler is CUPS, and m2300w
       has only been tested in conjunction with CUPS.

    4. Psnup

       If you intend to use the n-up feature of the driver, the program
       "psnup" needs to be installed on your system.


Using the pre-built RPM:
------------------------

    We are also providing a pre-built RPM for download. This RPM was
    built on SuSE Linux 8.1, but since it does not depend on particular
    SuSE features, there is a good chance, that it may also work with
    other Linux distributions, which support RPM.

    1. Make sure that all prerequisites are installed (see above)

    2. download m2300w-<version>.rpm from
       http://sourceforge.net/project/showfiles.php?group_id=108751

    3. install or upgrade the rpm package (needs to be done as root)

    $ su
    Password: ********
        $ rpm -U m2300w-<version>.rpm

    4. Run cups config to install a new printer

       If you are upgrading from a previous version of the m2300w
       driver, then REMOVE all printer queues which are associated
       with the m2300w driver and reinstall them from the scratch.


Building and installing the driver from the source distribution:
----------------------------------------------------------------

    1. Make sure that all prerequisites are installed (see above)

    2. Download m2300w-<version>.tar.gz from
       http://sourceforge.net/project/showfiles.php?group_id=108751

    3. Unpack the archive:

       $ tar zxvf m2300w-<version>.tar.gz
              or
       $ gzip -dc m2300w-<version>.tar.gz | tar xvf -
       (if you are not using GNU tar)

    4. Enter the top-level directory and run "configure"

       $ cd m2300w-<version>
       $ ./configure

    5. Run make

       $ make

    6. Install the files (needs to be done as root)

    $ su
    Password: ********
    # make install

    7. Run cups config to install a new printer

       If you are upgrading from a previous version of the m2300w
       driver, then REMOVE all printer queues which are associated
       with the m2300w driver and reinstall them from the scratch.


Building the RPM package from the source distribution:
------------------------------------------------------

    The spec file included in the distribution only supports
    packaging of the files. You CANNOT use rpm to BUILD the driver
    with the supplied spec file. In order to build a RPM package
    from the source distribution, perform the following steps:

    1. Download m2300w-<version>.tar.gz from
       http://sourceforge.net/project/showfiles.php?group_id=108751

    2. Unpack the archive:

       $ tar zxvf m2300w-<version>.tar.gz
              or
       $ gzip -dc m2300w-<version>.tar.gz | tar xvf -
       (if you are not using GNU tar)

    3. Enter the top-level directory and run "configure"

       $ cd m2300w-<version>
       $ ./configure

    4. Run make to build the RPM

       $ make rpm

       The resulting RPM package is placed in rpm's built-in standard
       location, usually /usr/src/packages/RPMS/i386 (or similar).
       Make sure that this directory is writeable for your user id
       if you don't run "make rpm" as "root".


Building the binary RPM package from the source RPM:
----------------------------------------------------

    1. Download source RPM package m2300w-<version>-<release>.src.rpm

    2. Install the source RPM package

       # rpm -i m2300w-<version>-<release>.src.rpm

    3. Build the binary RPM package
   
       # cd /usr/src/packages/SPECS
       # rpm -bb m2300w-<version>-<release>.spec

       The resulting RPM package is placed in rpm's built-in standard
       location, usually /usr/src/packages/RPMS/i386 (or similar).

Hors ligne

#5 Le 20/11/2008, à 15:36

Schwarnold

Re : [résolu] Installation imprimante Konica Minolta MC2300W ?

Oups en fait je crois avoir trouvé réponses à mes questions ici :

http://forum.ubuntu-fr.org/viewtopic.php?id=54228

Désolé pour le doublon, si un modérateur passe il peut clore sans aucun srcupule wink

Hors ligne