Jump to content

Kodak C360 [solved]


willie
 Share

Recommended Posts

I have a Kodak C360 digital camera, i was thinking it would be mounted as a mass storage device.

But it did not, i've looked in MCC, no camera.

I found out that i've had to use SPCA5XX so i installed it en putt the SPCA5XX in modprobe.conf.

In MCC i see now my camera, but there is no module conected to it.

Digikam find a PTP-camera and i can open it, but digikam can't download the JPG files: error downloading JPG

This is the output of lsusb

[root@localhost willie]# lsusb
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 006: ID 040a:0589 Kodak Co.
Bus 002 Device 005: ID 04a9:105c Canon, Inc.
Bus 002 Device 004: ID 046e:3005 Behavior Tech. Computer Corp.
Bus 002 Device 003: ID 03f0:1202 Hewlett-Packard
Bus 002 Device 002: ID 03eb:3301 Atmel Corp. 4-port Hub
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
[root@localhost willie]#

Can anyone help me

Link to comment
Share on other sites

If you do an:

 

fdisk -l

 

does it list the camera as /dev/sda1? Mine gets recognised as a disk and normally is /dev/sda1 and then mounted under /mnt/removable. Just a thought in case yours is being recognised this way, but not automatically mounted.

 

Is HardDrake service running on your machine too or has it been disabled?

Link to comment
Share on other sites

bummer, my kodak cd33 works in ubuntu dapper in gthumb, but with problems. Once I get pics, or decide not to get pics, I can't go back in another session and get them even though they are still on the camera. Hope you get it working. Try gthumb.

Link to comment
Share on other sites

The output of fdisk -l with camera

 [root@localhost willie]# fdisk -l

Schijf /dev/hda: 40.0 GB, 40007761920 bytes
255 koppen, 63 sectoren/spoor, 4864 cylinders
Eenheden = cylinders van 16065 * 512 = 8225280 bytes

Apparaat Boot	  Start		 Einde	Blokken  Id  Systeem
/dev/hda1   *		   1		1305	10482381   83  Linux
/dev/hda2			1306		4864	28587667+   5  Uitgebreid
/dev/hda5			1306		1370	  522081   82  Linux-swap / Solaris
/dev/hda6			1371		4864	28065523+  83  Linux
[root@localhost willie]#

fdisk -l with a cardreader

[root@localhost willie]# fdisk -l

Schijf /dev/hda: 40.0 GB, 40007761920 bytes
255 koppen, 63 sectoren/spoor, 4864 cylinders
Eenheden = cylinders van 16065 * 512 = 8225280 bytes

Apparaat Boot	  Start		 Einde	Blokken  Id  Systeem
/dev/hda1   *		   1		1305	10482381   83  Linux
/dev/hda2			1306		4864	28587667+   5  Uitgebreid
/dev/hda5			1306		1370	  522081   82  Linux-swap / Solaris
/dev/hda6			1371		4864	28065523+  83  Linux

Schijf /dev/sdb: 32 MB, 32113152 bytes
4 koppen, 32 sectoren/spoor, 490 cylinders
Eenheden = cylinders van 128 * 512 = 65536 bytes

Apparaat Boot	  Start		 Einde	Blokken  Id  Systeem
/dev/sdb1   *		   1		   1		   0	0  Leeg
Partitie 1 heeft verschillende fysieke/logische beginpunten (niet-Linux?):
 fys=(0, 0, 0) logisch=(0, 0, 1)
Partitie 1 heeft verschillende fysieke/logische eindpunten:
 fys=(0, 0, 0) logisch=(33554431, 3, 32)
Partitie 1 eindigt niet op een cylinder grens.
/dev/sdb2			   1		 490	   31344	5  Uitgebreid
/dev/sdb5   *		   1		 490	   31328	4  FAT16 <32M
[root@localhost willie]#

Link to comment
Share on other sites

Output of "# less +F /var/log/messages"

May  9 16:47:47 localhost kernel: usb 2-1: USB disconnect, address 13
May  9 16:47:57 localhost kernel: usb 2-1: new full speed USB device using uhci_hcd and address
14
May  9 16:48:00 localhost hpiod: invalid uri:hp:/usb/PSC_1400_series?serial=CN54IB30Z204BN
May  9 16:48:00 localhost PSC_1400_series?serial=CN54IB30Z204BN: INFO: open device failed; will
retry in 30 seconds...

and the output of dmesg

usb 2-1: USB disconnect, address 11
usb 2-1: new full speed USB device using uhci_hcd and address 12
usb 2-1: USB disconnect, address 12
usb 2-1: new full speed USB device using uhci_hcd and address 13
usb 2-1: USB disconnect, address 13
usb 2-1: new full speed USB device using uhci_hcd and address 14
[root@localhost willie]#

It seems that the camera is hcd

Link to comment
Share on other sites

 usb 2-1: new full speed USB device using uhci_hcd and address 14

If i do: $ /sbin/lsmod i don't see a module uhci_hcd. So the module isn't loaded into the kernel.

But if i do # modprobe usb-uhci and then $ /sbin/lsmod i see a module uhci_hcd.

Could this be the answer, i can't verify it because i'm at work. On my laptop at work is running Mandriva but i've forgot my camera :wall:

Edited by willie
Link to comment
Share on other sites

I just checked on my system, and found it loaded, even when no devices connected. Here is my output:

 

[root@europa ian]# lsmod | grep hcd
uhci_hcd			   29168  0
usbcore			   108476  4 usbmouse,usbhid,uhci_hcd
[root@europa ian]# cat /etc/modprobe.conf
alias eth0 e100
install usb-interface /sbin/modprobe uhci-hcd; /bin/true
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF version 1.0.9 ---
options snd  device_mode=0666
alias snd-card-0 snd-intel8x0
alias sound-slot-0 snd-intel8x0
# --- END: Generated by ALSACONF, do not edit. ---

alias net-pf-10 off

 

as you can see, in my /etc/modprobe.conf I have a line relating to the usb interface. Do you have this in yours? Maybe you need to add it here, reboot, and see what happens. Just an idea.

Link to comment
Share on other sites

No, this command works slightly differently and has to be in modprobe.conf. I don't know why, but it seems it's like this on all my Mandriva installs. I can only assume there is a reason for adding it in modprobe.conf rather than just adding uhci-hcd to modprobe.preload.

Link to comment
Share on other sites

Uhci_hcd is loaded, i've added a line to fstab "none /proc/bus/usb usbdevfs defaults,auto 0 0"

The camera is regonized by DigiKam as "USB PTP Class camera" but i can't download the photo's neither delete them, i don't see a preview either.

Link to comment
Share on other sites

I'm not sure you need to add the line to the /etc/fstab. When I connect my camera, it creates /dev/sda1 and points to /mnt/removable or something like this.

 

I'll have to double check when I get home later, I'll connect the camera, and post the corresponding line for the /etc/fstab, etc, as I could be wrong, or it could be a combination of my fstab and some of what you added to yours.

Link to comment
Share on other sites

I'm not sure you need to add the line to the /etc/fstab. When I connect my camera, it creates /dev/sda1 and points to /mnt/removable or something like this.

That's a problem he doesn't creates a /dev/sda1 or something else.

If i look in MCC i see that the camera has no module and it must be uhci_hcd, i believe.

Link to comment
Share on other sites

I'll be able to post back in about two hours, and let you know how mine get's recognised, both in mcc, as well as fstab settings, and others. Although my camera is different, the principal should be the same.

 

Of course, unless someone beats me to it in the meantime :P

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...