Re: help Canon EOS 350D

Marcus Meissner <[email protected]> Sat, 16 Jan 2021 12:21:46 +0100
Newsgroups gmane.comp.multimedia.gphoto.user
Organization SUSE Software Solutions Ger many GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany , GF: Felix Imendörffer, HRB 36809, AG Nürnber g
Message-ID <[email protected]>
Hi,

(the list is usually english, but I will reply in german)

On Sat, Jan 16, 2021 at 12:11:31PM +0100, Fred Hammes wrote:
> Hallo,
> 
> die o.g. Kamera wird von Darktable nicht erkannt("Keine unterstützten
> Garäte gefunden"). Woran kann es liegen? Hier diverse (Fehler)meldungen
> der Konsole:
> 
> --: gphoto2 --auto-detect
> Modell                         Port
> 
> ----------------------------------------------------------
> Canon EOS 350D                 usb:001,029
> 
> 
> --:env LANG=C gphoto2 --port usb: --capture-tethered
> Waiting for events from camera. Press Ctrl-C to abort.
> 
> 
> *** Error ***
> An error occurred in the io-library ('Could not claim the USB device'):
> Could not claim interface 0 (Device or resource busy). Make sure no
> other program (gvfs-gphoto2-volume-monitor) or kernel module (such as
> sdc2xx, stv680, spca50x) is using the device and you have read/write
> access to the device.
> *** Error (-53: 'Could not claim the USB device') ***

Das heisst das "GVFS" das GNOME Virtual Filesystem die Kamera benutzt und damit blockiert.

> darktable -d camctl 2>1 >camctl.log
> Fehlermeldung: Die Datenbank-Lock-Datei enthält eine PID, die zu einem
> laufenden Programm passt: 4299
> 
> Die angeschlossene EOS 350D sendet die ganze Zeit "busy".
> 
> Woran kann es liegen? Wie läßt es sich beheben?

Das mounten by GVFS abstellen mit:

	gio mount -s gphoto2

oder ps auxw|grep gvfs.*gphoto
und die Prozesse "kill"en

Ciao, Marcus