Différences entre versions de « Konica Minolta Magicolor 2300DL »

De Cliss XXI
Sauter à la navigation Sauter à la recherche
imported>SylvainBeucler
imported>SylvainBeucler
m
Ligne 1 : Ligne 1 :
== Installation Debian ==
+
== Installation du pilote (manuel) ==
 
 
Utilisation du pilote 'foo2zjs':
 
 
 
aptitude install foomatic-filters-ppds
 
 
 
Vous avez ensuite accès au pilote avec la marque 'Konica' ou 'KonicaMinolta'.
 
 
 
== Installation du pilote (brouillon) ==
 
  
 
  aptitude install --assume-yes build-essential libcupsys2-dev libcupsimage2-dev liblcms1-dev
 
  aptitude install --assume-yes build-essential libcupsys2-dev libcupsimage2-dev liblcms1-dev
Ligne 23 : Ligne 15 :
 
  tar xzf magicolor2430DL-1.6.0.tar.gz
 
  tar xzf magicolor2430DL-1.6.0.tar.gz
 
  cd magicolor2430DL-1.6.0/
 
  cd magicolor2430DL-1.6.0/
 +
# cancel wrong lib64 trick:
 +
sed -i -e 's#/lib64#/lib#' configure
 
  ./configure
 
  ./configure
 
  make
 
  make
 
  make install
 
  make install
 +
 +
Utiliser ensuite:
 +
* socket://192.168.1.X:9100
 +
* modèle:
 +
 +
== Installation Debian ==
 +
 +
Pas probant :/
 +
 +
Utilisation du pilote 'foo2zjs':
 +
 +
aptitude install foomatic-filters-ppds
 +
 +
Vous avez ensuite accès au pilote avec la marque 'Konica' ou 'KonicaMinolta'.
  
 
== Liens ==
 
== Liens ==

Version du 7 mars 2008 à 18:01

Installation du pilote (manuel)

aptitude install --assume-yes build-essential libcupsys2-dev libcupsimage2-dev liblcms1-dev
cd /usr/src/
wget http://www.cl.cam.ac.uk/~mgk25/download/jbigkit-1.6.tar.gz
tar xzf jbigkit-1.6.tar.gz
cd jbigkit
make
install -D -m644 ./libjbig/libjbig.a /usr/local/lib/libjbig.a
install -D -m644 ./libjbig/jbig.h /usr/local/include/jbig.h
#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
cd magicolor2430DL-1.6.0/
# cancel wrong lib64 trick:
sed -i -e 's#/lib64#/lib#' configure
./configure
make
make install

Utiliser ensuite:

  • socket://192.168.1.X:9100
  • modèle:

Installation Debian

Pas probant :/

Utilisation du pilote 'foo2zjs':

aptitude install foomatic-filters-ppds

Vous avez ensuite accès au pilote avec la marque 'Konica' ou 'KonicaMinolta'.

Liens