web-dev-qa-db-fra.com

comment numériser avec le Samsung SCX-3200 sur le réseau

L'imprimante est détectée et fonctionne sur mon réseau sans fil, mais je ne sais pas comment détecter un scanner. Simple-scan ne voit pas l'appareil ...

3
Stratis

Essayez d’utiliser les instructions et le référentiel de http://www.bchemnet.com/suldr/index.html Je l’ai utilisé pour installer un CLX-3185FN.

1.ajouter le repo:

Sudo sh -c 'echo "deb http://www.bchemnet.com/suldr/ debian extra" >> /etc/apt/sources.list'

Sudo wget -O - http://www.bchemnet.com/suldr/suldr.gpg | Sudo apt-key add - && Sudo apt-get update

2.installer

Sudo apt-get install samsungmfp-configurator-qt4 samsungmfp-data samsungmfp-network

2
Tobson