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 19/11/2017, à 22:54

Agone

[RESOLU] Scan réseau Brother DCP375CW sur 16.04 64bits

Ma vieille imprimante multifonctions n'est plus reconnue dans sa fonction scanner malgré l'installation des pilotes Brother.
Après quelques heures de recherche, voici le post qui m'a aidé à solutionner mon soucis, si ça peut servir à d'autres :

https://askubuntu.com/questions/791556/ … led/830230

I had a similar problem with the dcp-135c and Ubuntu 16.04 (upgraded from 14.04).

The solution for me was the following:

    Install all drivers from brother website as normal

    Open this file: sudo nano  /lib/udev/rules.d/40-libsane.rules Add the following line to the file, just before the line "# The following rule will disable USB autosuspend for the device"

    # Brother scanners
    ATTRS{idVendor}=="04f9", ENV{libsane_matched}="yes"`

    Copy all files from /usr/lib64 to /usr/lib

    sudo cp /usr/lib64/* /usr/lib

    Copy all files from /usr/lib64/sane to /usr/lib/x86_64-linux-gnu/sane

    sudo cp /usr/lib64/sane/* /usr/lib/x86_64-linux-gnu/sane

Others had to copy the files in step 4 to /usr/lib/sane instead, maybe it depends on whether you upgraded to ubuntu 16.04 or made a fresh install.

I found this solution in this thread on Ubuntu forums : https://ubuntuforums.org/showthread.php … 613&page=3

Hors ligne

#2 Le 06/09/2018, à 19:57

Agone

Re : [RESOLU] Scan réseau Brother DCP375CW sur 16.04 64bits

ça marche aussi sur 18.04
j'ai modifié le fichier :
/lib/udev/rules.d/60-libsane1.rules
et ça roule !

Hors ligne