Mudanças entre as edições de "Samsung SCX-3200 no Fedora"
De MochilaWiki
Ir para navegaçãoIr para pesquisarLinha 12: | Linha 12: | ||
Instale o driver ''ML-1650'' da Samsung | Instale o driver ''ML-1650'' da Samsung | ||
+ | |||
+ | == modo 2 - Impressora == | ||
+ | <source lang="bash"> | ||
+ | wget http://pub.nkosi.org/samsung/rastertosamsungspl | ||
+ | wget http://pub.nkosi.org/samsung/scx3200.ppd | ||
+ | mkdir -p /usr/share/ppd/custom/samsung | ||
+ | chmod 755 rastertosamsungspl | ||
+ | mv rastertosamsungspl /usr/lib/cups/filter/ | ||
+ | mv scx3200.ppd /usr/share/ppd/custom/samsung | ||
+ | </source> | ||
== Referências == | == Referências == |
Edição atual tal como às 17h08min de 15 de agosto de 2012
Scanner
Insira do final do arquivo /etc/sane.d/xerox_mfp.conf
# Samsung SCX-3200 usb 0x04e8 0x3441
no arquivo /lib/udev/rules.d/40-libsane.rules
# Samsung SCX-3200 ATTRS{idVendor}=="04e8", ATTRS{idProduct}=="3441", ENV{libsane_matched}="yes"
Impressora
Instale o driver ML-1650 da Samsung
modo 2 - Impressora
wget http://pub.nkosi.org/samsung/rastertosamsungspl
wget http://pub.nkosi.org/samsung/scx3200.ppd
mkdir -p /usr/share/ppd/custom/samsung
chmod 755 rastertosamsungspl
mv rastertosamsungspl /usr/lib/cups/filter/
mv scx3200.ppd /usr/share/ppd/custom/samsung