• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

canon lide 110 unter ubuntu

hallo,
ich habe seit heute ebenfalls einen canon lide 110 und bekomme das ding und über ubuntu nicht zum laufen (win7 + xp funktionierts). ich kenne mich mit linux allerdings auch nicht so gut aus und hoffe ihr könnt mir weiter helfen.
sobald ich folgendes ins terminal getippt habe /etc/sane.d/genesys.conf kommt dann keine berechtigung. was kann ich machen?
gruß
astrid
 

tomm.fa

.Linux Club Aushilfsadministrator
Teammitglied
Ist die Tastatur, bzw. deren Umschalttaste defekt?
bratze555 schrieb:
sobald ich folgendes ins terminal getippt habe /etc/sane.d/genesys.conf kommt dann keine berechtigung. was kann ich machen?
Was willst du denn mit der Datei machen, anschauen oder bearbeiten?
 
bratze555 schrieb:
sobald ich folgendes ins terminal getippt habe /etc/sane.d/genesys.conf kommt dann keine berechtigung. was kann ich machen?

Das ist eine Konfigurationsdatei und Konfigurationsdateien kann man nicht ausführen. Poste mal die Ausgabe von
Code:
scanimage -L
 
habs gemacht und das kommt raus:

Code:
astrid@Lily:~$ scanimage -L

No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).

Code:
astrid@Lily:~$ sane-find-scanner

  # sane-find-scanner will now attempt to detect your scanner. If the
  # result is different from what you expected, first make sure your
  # scanner is powered up and properly connected to your computer.

  # No SCSI scanners found. If you expected something different, make sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.

found USB scanner (vendor=0x04a9, product=0x1909, chip=GL843?) at libusb:001:008
  # Your USB scanner was (probably) detected. It may or may not be supported by
  # SANE. Try scanimage -L and read the backend's manpage.

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.

  # You may want to run this program as root to find all devices. Once you
  # found the scanner devices, be sure to adjust access permissions as
  # necessary.
 

tomm.fa

.Linux Club Aushilfsadministrator
Teammitglied
Ist das Paket libsane installiert? Welche Version von Ubuntu wird verwendet?
 
also ich hab noch mal folgendes eingegeben:
sudo apt-get install libusb-dev build-essential libsane-dev
sudo apt-get install git-core
git clone git://git.debian.org/sane/sane-backends.git
cd sane-backends
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
sudo make install
sudo gedit /lib/udev/rules.d/40-libsane.rules
diese zeilen in datei gespeichert
# Canon CanoScan Lide 110
ATTRS{idVendor}=="04a9", ATTRS{idProduct}=="1909", ENV{libsane_matched}="yes"

und das kam danach dann bei sane-find-scanner heraus:
found USB scanner (vendor=0x04a9 [Canon], product=0x1909 [CanoScan], chip=GL124) at libusb:001:004
# Your USB scanner was (probably) detected. It may or may not be supported by
# SANE. Try scanimage -L and read the backend's manpage.

bei scanimage -L steht immer noch:
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
sane-find-scanner tool (if appropriate). Please read the documentation
which came with this software (README, FAQ, manpages).
 

Jägerschlürfer

Moderator
Teammitglied
dann mache bitte noch deine Hausaufgaben:
http://www.linux-club.de/viewtopic.php?f=60&t=81378

was mich allerdings noch interessieren würde ist, wie du das Problem nun gelöst hast.
 
Oben