I am trying to get my kodak easyshare CX4230 to work with gphoto2. gphoto 2 is able to recognise and find the camera. I have the following problem running as root or regular user. Here is the error I an getting.
Code:
Could not claim interface 0 (Operation not permitted). 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.
this is off of gpohto2 faq page
Quote:
.3.1. USB ports on Linux
libgphoto2 provides a user space driver for cameras, which conflicts with having a kernel driver for the camera. So in order to use libgphoto2, you have to disable all kernel drivers which want to handle the camera themselves (e.g. the Linux dc2xx or stv680 drivers). You can check whether these modules are loaded by executing lsmod.
|
as far as I can tell I do not have those modules loaded. maybe I missed something, here is my lsmod
Code:
odule Size Used by Not tainted
floppy 47036 0 (autoclean)
ipt_state 536 16 (autoclean)
ipt_REJECT 2904 4 (autoclean)
ipt_limit 792 6 (autoclean)
ipt_LOG 3192 6 (autoclean)
ip_conntrack_irc 2992 0 (unused)
ip_conntrack_ftp 3888 0 (unused)
ip_conntrack 18632 3 [ipt_state ip_conntrack_irc ip_conntrack_ftp]
iptable_filter 1612 1 (autoclean)
ip_tables 11392 5 [ipt_state ipt_REJECT ipt_limit ipt_LOG iptable_filter]
serial 49092 0 (autoclean)
isa-pnp 28100 0 (autoclean) [serial]
parport_pc 24520 1 (autoclean)
lp 6400 0 (autoclean)
parport 22720 1 (autoclean) [parport_pc lp]
printer 6624 0
uhci 23216 0 (unused)
ehci-hcd 13288 0 (unused)
usbcore 55488 1 [printer uhci ehci-hcd]
nls_iso8859-1 2780 1 (autoclean)
nls_cp437 4316 1 (autoclean)
vfat 9324 1 (autoclean)
fat 29816 0 (autoclean) [vfat]
i810_audio 23560 1
soundcore 3364 2 [i810_audio]
ac97_codec 9800 0 [i810_audio]
any advice?