Différences entre versions de « Konica Minolta Magicolor 2300DL »
Sauter à la navigation
Sauter à la recherche
imported>SylvainBeucler m |
imported>SylvainBeucler |
||
(12 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
− | == Installation | + | == Installation du pilote (manuel) == |
− | aptitude install foomatic-filters-ppds | + | aptitude install --assume-yes build-essential libcupsys2-dev libcupsimage2-dev liblcms1-dev |
+ | aptitude install --assume-yes foomatic-filters-ppds | ||
+ | cd /usr/src/ | ||
+ | wget http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-1.6.tar.gz | ||
+ | tar xzf jbigkit-1.6.tar.gz | ||
+ | pushd jbigkit | ||
+ | make | ||
+ | install -D -m644 ./libjbig/libjbig.a /usr/local/lib/libjbig.a | ||
+ | install -D -m644 ./libjbig/jbig.h /usr/local/include/jbig.h | ||
+ | popd | ||
+ | #wget http://printer.konicaminolta.net/drivers/linux/2430DL_sc_linux.tar.gz | ||
+ | #tar xzf 2430DL_sc_linux.tar.gz | ||
+ | #cd magicolor2430DL-1.5.0/ | ||
+ | wget http://www.linuxprinting.org/download/printing/konicaminolta/magicolor2430DL-1.6.0.tar.gz | ||
+ | tar xzf magicolor2430DL-1.6.0.tar.gz | ||
+ | pushd magicolor2430DL-1.6.0/ | ||
+ | # cancel wrong lib64 trick: | ||
+ | sed -i -e 's#/lib64#/lib#' configure | ||
+ | # update PPD location | ||
+ | sed -i '/KM_PPDDIR/s#/usr/share/cups/model/KONICA_MINOLTA#"$datadir/ppd/"#' ./configure | ||
+ | ./configure | ||
+ | make | ||
+ | make install | ||
+ | popd | ||
+ | invoke-rc.d cupsys restart | ||
+ | |||
+ | Utiliser ensuite: | ||
+ | * socket://192.168.1.X:9100 | ||
+ | * modèle: KONICA MINOLTA / magicolor 2430 DL | ||
+ | |||
+ | == Installation Debian (Etch) == | ||
− | + | Pas probant :/ | |
− | + | Utilisation du pilote 'foo2zjs': | |
− | |||
− | |||
− | + | aptitude install foomatic-filters-ppds | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Vous avez ensuite accès au pilote avec la marque 'Konica' ou 'KonicaMinolta'. | |
+ | Mais je n'ai pas réussi à le faire fonctionner. | ||
== Liens == | == Liens == | ||
Ligne 24 : | Ligne 48 : | ||
* [http://printer.konicaminolta.com/support/current_printers/mc2430dl_sup.htm#drivers Konica driver] | * [http://printer.konicaminolta.com/support/current_printers/mc2430dl_sup.htm#drivers Konica driver] | ||
* [https://answers.launchpad.net/ubuntu/+question/2718 Konica Minolta native printer drivers]: instructions for Ubuntu GNU/Linux | * [https://answers.launchpad.net/ubuntu/+question/2718 Konica Minolta native printer drivers]: instructions for Ubuntu GNU/Linux | ||
+ | * [http://www.penlug.org/twiki/bin/view/Main/LinuxHardwareInfoMinoltaMagicolor2300DL LinuxHardwareInfoMinoltaMagicolor2300DL]: installation sous Sid 10/2005 |
Version actuelle datée du 13 mars 2009 à 12:43
Installation du pilote (manuel)
aptitude install --assume-yes build-essential libcupsys2-dev libcupsimage2-dev liblcms1-dev aptitude install --assume-yes foomatic-filters-ppds cd /usr/src/ wget http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-1.6.tar.gz tar xzf jbigkit-1.6.tar.gz pushd jbigkit make install -D -m644 ./libjbig/libjbig.a /usr/local/lib/libjbig.a install -D -m644 ./libjbig/jbig.h /usr/local/include/jbig.h popd #wget http://printer.konicaminolta.net/drivers/linux/2430DL_sc_linux.tar.gz #tar xzf 2430DL_sc_linux.tar.gz #cd magicolor2430DL-1.5.0/ wget http://www.linuxprinting.org/download/printing/konicaminolta/magicolor2430DL-1.6.0.tar.gz tar xzf magicolor2430DL-1.6.0.tar.gz pushd magicolor2430DL-1.6.0/ # cancel wrong lib64 trick: sed -i -e 's#/lib64#/lib#' configure # update PPD location sed -i '/KM_PPDDIR/s#/usr/share/cups/model/KONICA_MINOLTA#"$datadir/ppd/"#' ./configure ./configure make make install popd invoke-rc.d cupsys restart
Utiliser ensuite:
- socket://192.168.1.X:9100
- modèle: KONICA MINOLTA / magicolor 2430 DL
Installation Debian (Etch)
Pas probant :/
Utilisation du pilote 'foo2zjs':
aptitude install foomatic-filters-ppds
Vous avez ensuite accès au pilote avec la marque 'Konica' ou 'KonicaMinolta'. Mais je n'ai pas réussi à le faire fonctionner.
Liens
- Page OpenPrinting
- Page OpenPrinting: same printer, different make, some more info
- Konica driver
- Konica Minolta native printer drivers: instructions for Ubuntu GNU/Linux
- LinuxHardwareInfoMinoltaMagicolor2300DL: installation sous Sid 10/2005