Alte Digitalkamera an neues Ubuntu
Michael Futtermenger
ubuntu at wechsein.de
Mo Okt 11 15:24:36 BST 2010
Hallo
Ich habe gerade eine alte Fuji FinePix 1400Zoom ausgegraben. Genau das
Richtige, um auf Touren Schnappschüsse zu machen. Leider Kann ich
Ubuntu(10.4 und 10.10) nicht dazu bringen, auf die Kamera zuzugreifen.
Beim Anschließen zeigt mir tail -f /var/log/messages folgendes:
Oct 11 16:15:47 spok-laptop kernel: [92615.412073] usb 5-2: new full
speed USB device using uhci_hcd and address 18
Oct 11 16:15:48 spok-laptop kernel: [92615.976468] usb 5-2: new full
speed USB device using uhci_hcd and address 19
Oct 11 16:15:48 spok-laptop kernel: [92616.544044] usb 5-2: new full
speed USB device using uhci_hcd and address 20
Oct 11 16:15:49 spok-laptop kernel: [92617.072036] usb 5-2: new full
speed USB device using uhci_hcd and address 21
beim erneuten Anschließen entstehen wieder 4 Einträge, mit fortlaufend
nummerierten address-Werten.
lsusb zeigt folgendes:
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 04b4:6830 Cypress Semiconductor Corp. CY7C68300A
EZ-USB AT2 USB 2.0 to ATA/ATAPI
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
wobei Device 003 meine externe Festplatte sein dürfte.
Ein sudo mount bringt folgendes Ergebnis:
/dev/sda1 on / type ext4 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
none on /sys type sysfs (rw,noexec,nosuid,nodev)
none on /sys/fs/fuse/connections type fusectl (rw)
none on /sys/kernel/debug type debugfs (rw)
none on /sys/kernel/security type securityfs (rw)
none on /dev type devtmpfs (rw,mode=0755)
none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
none on /dev/shm type tmpfs (rw,nosuid,nodev)
none on /var/run type tmpfs (rw,nosuid,mode=0755)
none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
none on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
/dev/sda2 on /home type ext4 (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc
(rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/spok/.gvfs type fuse.gvfs-fuse-daemon
(rw,nosuid,nodev,user=spok)
gvfs-fuse-daemon on /root/.gvfs type fuse.gvfs-fuse-daemon
(rw,nosuid,nodev)
/dev/sdb1 on /media/AUDIO type vfat
(rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,flush)
Hat jemand von Euch einen Tipp, wie ich an die Bilder auf der Kamera
komme? Die Anschaffung eines Kartenlesers ist geplant, falls dies hier
zu keinem Ergebnis führt.
Michael