HarryD schrieb:
Wenn du die Schritt für Schritt Anleitung von axt durchgehst, wo tritt dann ein Fehler auf?
http://forum.ubuntuusers.de/topic/probleme-bei-der-installation-von-canon-drucke/
Drucker installation hat Problemlos geklappt. "libtiff4" hat ne Fehlermeldung rausgehauen, aber das muss man ja auch laut dem Tutorial von axt separat machen. Ich habe nun "libtiff4-dev 4.0.3-7ubuntu0.1" installiert.
Da ich bei der Treiber auswahl keinen für die MG5600er Serie finden konnte, habe ich den für "MG5550" installiert.
Scannerinstallation:
Schritt 1-4 ohne Probleme
Bei der Scanner-Treiber installation habe ich den Treiber "scangearmp-mg5400series-64" ausgewählt, da ich keine 5600er Serie in dem PPA finden konnte.
Das PPA hab ich in meinen Repositorys gelassen, falls ich nochmal nen Update brauche
Problem bei der Ausführung von scangearmp:
"Es wurde kein verfügbarer Scanner gefunden"
"Keine Geräte erreichbar"
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 05e3:0710 Genesys Logic, Inc. USB 2.0 33-in-1 Card Reader
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 046d:09a1 Logitech, Inc. QuickCam Communicate MP/S5500
Bus 001 Device 002: ID 04a9:177f Canon, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 002: ID 046d:c045 Logitech, Inc. Optical Mouse
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 1267:0103 Logic3 / SpectraVideo plc G-720 Keyboard
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
sudo -i
vim /lib/udev/rules.d/40-libsane.rules
...
# Dell Dell MFP Laser Printer 1815dn
ATTRS{idVendor}=="413c", ATTRS{idProduct}=="5124", ENV{libsane_matched}="yes"
# Dell 1600n
ATTRS{idVendor}=="413c", ATTRS{idProduct}=="5250", ENV{libsane_matched}="yes"
# Canon scanners
ATTRS{idVendor}=="04a9", ENV{libsane_matched}="yes"
# The following rule will disable USB autosuspend for the device
ENV{libsane_matched}=="yes", RUN+="/bin/sh -c 'if test -e /sys/$env{DEVPATH}/power/control; then echo on > /sys/$env{DEVPATH}/power/control; elif test -e /sys/$env{DEVPATH}/power/level; then echo on > /sys/$env{DEVPATH}/power/level; fi'"
...