LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Fedora & Olympus C-4000 (https://www.linuxquestions.org/questions/fedora-35/fedora-and-olympus-c-4000-a-131572/)

mohapi 01-04-2004 09:35 PM

Fedora & Olympus C-4000
 
My Olympus C-4000 camera was working fine with RH 9, but with Fedora Yarrow I get this error;
root]# cd /mnt/camera
[root@localhost camera]# gphoto2 --get-all-files

*** 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 or kernel module (e.g. dc2xx or stv680) is using the device and you have read/write access to the device.
*** Error (-53: 'Could not claim the USB device') ***


From; root ] env LANG=C gphoto2 --debug --get-all-files

1.757847 gphoto2-port-core(2): Loaded 'Serial Port 30' (serial:/dev/ttyS30) from 'libgphoto2_port_serial.so'
11.838449 gphoto2-port-core(2): Loaded 'Serial Port 31' (serial:/dev/ttyS31) from 'libgphoto2_port_serial.so'
11.838645 gphoto2-port-core(2): Loaded '' (^serial) from 'libgphoto2_port_serial.so'
11.839675 gphoto2-port-core(2): Loaded 'Universal Serial Bus' (usb:) from 'libgphoto2_port_usb.so'
11.915057 gphoto2-port-info-list(2): Looking for path 'usb:' (34 entries available)...
11.915394 gphoto2-port-info-list(2): Getting info of entry 32 (34 available)...
11.985779 gphoto2-camera(2): Setting port info for port 'Universal Serial Bus' at 'usb:'...
11.987472 gphoto2-port(2): Setting timeout to 5000 millisecond(s)...
11.055897 gphoto2-port(2): Setting settings...
11.056079 gphoto2-setting(2): Setting key 'port' to value 'usb:' (gphoto2)
11.056276 gphoto2-setting(2): Saving 2 setting(s) to file "/root/.gphoto/settings"
11.061101 gphoto2-camera(2): Listing files in '/'...
11.133393 gphoto2-camera(2): Initializing camera...
11.133608 gphoto2-port-usb(1): Looking for USB device (vendor 0x7b4, product 0x105)... found.
11.133795 gphoto2-port-usb(1): Detected defaults: config 1, interface 0, altsetting 0, inep 83, outep 04, intep ffffffff
11.133962 gphoto2-camera(2): Loading '/usr/lib/gphoto2/2.1.2/libgphoto2_sierra.so'...
11.134771 gphoto2-port(2): Opening USB port...
11.207454 gphoto2-port(0): Could not claim interface 0 (Device or resource busy). Make sure no other program or kernel module (e.g. dc2xx or stv680) is using the device and you have read/write access to the device.
11.207857 context(0): 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 or kernel module (e.g. dc2xx or stv680) is using the device and you have read/write access to the device.

*** 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 or kernel module (e.g. dc2xx or stv680) is using the device and you have read/write access to the device.
*** Error (-53: 'Could not claim the USB device') ***




11.280029 gp-camera(2): Freeing camera...
12.358793 gphoto2-port(2): Freeing port...
12.358986 gphoto2-port(2): Closing port...
12.359247 gphoto2-port(0): Could not release interface 0 (Invalid argument).
12.359588 libgphoto2/gphoto2-filesys.c(2): Clearing fscache LRU list...
12.419109 libgphoto2/gphoto2-filesys.c(2): fscache LRU list already empty
12.419410 gphoto2-filesystem(2): Internally deleting all folders from '/'...


root ] less /etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
LABEL=/data1 /data1 ext3 defaults 1 2
LABEL=/data2 /data2 ext3 defaults 1 2
LABEL=/data3 /data3 ext3 defaults 1 2
LABEL=/data4 /data4 ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/home /home ext3 defaults 1 2
LABEL=/opt1 /opt1 ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/tmp /tmp ext3 defaults 1 2
LABEL=/usr /usr ext3 defaults 1 2
LABEL=/usr/local /usr/local ext3 defaults 1 2
LABEL=/var /var ext3 defaults 1 2
/dev/hda12 swap swap defaults 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,user,kudzu,ro 0 0
/dev/sda1 /mnt/camera auto user,noauto 0 0
/dev/sda1 /mnt/neuros vfat user,sync,noauto 0 0

/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0

Can I get a witness ! ! ?

pezplaya 01-04-2004 09:41 PM

can you mount the camera and view the pictures?

mount /dev/sda1/ /mnt/camera

mohapi 01-04-2004 09:52 PM

[root@localhost camera]# mount /dev/sda1/ mnt/camera
mount: you must specify the filesystem type


That's the answer to my command.

mohapi 01-04-2004 10:02 PM

camera]# mount /dev/sda1/
did the trick!!

pezplaya 01-05-2004 09:07 AM

try typing (as root)

Quote:

#mount /mnt/camera
I want to see if that works for you.


All times are GMT -5. The time now is 12:32 AM.