Brother: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(3 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 4: | Zeile 4: | ||
* https://wiki.archlinux.org/index.php/SANE/Scanner-specific_problems#xsane_crashes | * https://wiki.archlinux.org/index.php/SANE/Scanner-specific_problems#xsane_crashes | ||
* https://support.brother.com/g/s/id/linux/en/instruction_scn1c.html?c=us_ot&lang=en&redirect=on | * https://support.brother.com/g/s/id/linux/en/instruction_scn1c.html?c=us_ot&lang=en&redirect=on | ||
* https://support.brother.com/g/s/id/linux/en/download_scn.html | |||
= Installation | = Installation = | ||
<source lang=bash> | |||
# be root | |||
mkdir /opt/brother | |||
cd /opt/brother | |||
../down-64/brother-linux-brprinter-installer-2.2.2-1 | |||
# Input model name -> DCP-L2550DN | |||
# Lädt Pakete herunter und installiert | |||
# Will you specify the Device URI? [Y/n] ->Y | |||
# In der Auswahl (11:) ip://BROT.local:631/ip/print wählen | |||
# enter IP address ->192.168.2.70 | |||
</source> | |||
= Manuelle Installation = | |||
== Netzwerk == | == Netzwerk == | ||
* Installation von brscan4*.deb und brscan-skey | * Installation von brscan4*.deb und brscan-skey | ||
Zeile 16: | Zeile 31: | ||
</pre> | </pre> | ||
* reboot | * reboot | ||
<source lang=bash> | |||
brsaneconfig4 -a name=BROT model=DCP-L2550DN ip=192.168.2.70 | |||
xsane | |||
</source> |
Aktuelle Version vom 9. Dezember 2020, 10:13 Uhr
Links[Bearbeiten]
- https://wiki.archlinux.org/index.php/SANE/Scanner-specific_problems#xsane_crashes
- https://support.brother.com/g/s/id/linux/en/instruction_scn1c.html?c=us_ot&lang=en&redirect=on
- https://support.brother.com/g/s/id/linux/en/download_scn.html
Installation[Bearbeiten]
# be root
mkdir /opt/brother
cd /opt/brother
../down-64/brother-linux-brprinter-installer-2.2.2-1
# Input model name -> DCP-L2550DN
# Lädt Pakete herunter und installiert
# Will you specify the Device URI? [Y/n] ->Y
# In der Auswahl (11:) ip://BROT.local:631/ip/print wählen
# enter IP address ->192.168.2.70
Manuelle Installation[Bearbeiten]
Netzwerk[Bearbeiten]
- Installation von brscan4*.deb und brscan-skey
USB[Bearbeiten]
- /lib/udev/rules.d/60-libsane.rules
# Brother scanner ATTRS{idVendor}=="04f9", MODE="0664", GROUP="scanner", ENV{libsane_matched}="yes"
- reboot
brsaneconfig4 -a name=BROT model=DCP-L2550DN ip=192.168.2.70
xsane