Page 1 of 2 12 LastLast
Results 1 to 10 of 18

Thread: My Digitalcamera images?

  1. #1
    Junior Member
    Join Date
    Jan 2006
    Location
    Norrkoping,Sweden
    Posts
    1

    My Digitalcamera images?

    I know that in Linux it is a folder where the images from a digitalcamera, that is connected to the computer, is, and I wonder what that folder is named at where it is? I have Knoppix 4.0.2 and my digitalcamera is named Kodak Easyshare CD43.The system finds the camera, Ive looked in Control Center and found it.
    So, where are my images?

  2. #2
    Senior Member registered user
    Join Date
    Dec 2004
    Location
    Dublin, OH
    Posts
    342

    Kodak: USB Drive

    Cameras connect to a computer in a couple of different ways.

    Either as a camera device using a special protocol or as a little USB drive. Some cameras have a switch to use either method.

    I believe Kodak uses the USB drive method. A lot of cameras do.

    Plug in your camera to a USB port. Turn it on. Open a console and type lsusb.

    See if it shows up. You can make a mount point for it and access the camera as a drive.


    sakiZ

  3. #3
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    OK, I ran lsusb and got:

    Bus 001 Device 001: ID 0000:0000

    now what? How do I get my digital pictures off my Kodak Easy Share Camera on my knoppix-installered PC?

    TIA,
    AJG

  4. #4
    Senior Member registered user
    Join Date
    Dec 2004
    Location
    Dublin, OH
    Posts
    342

    Camera Name?

    Hmm. The camera name should show up as part of the device.

    1: type modprobe usb-storage to make sure the mass storage module is loaded
    Note any messages.

    2.. Ok, type "dmesg"

    and see if there are messages that say something like usb-storage device found and what the device is ie: /dev/sda1 or something similar

    3. go to the directory /mnt and create this: /mnt/Camera

    If dmesg for your device showed up as sda1 then

    su to root and "mount /dev/sda1 /mnt/Camera (make sure the camera is on and connected)

    substitute the device description as needed.

    See if all that works.

    sakiZ

  5. #5
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    Thanx for your help!

    OK, I did as you suggested and got:

    Code:
    dmesg | grep usb
    usbcore: registered new driver usbfs
    usbcore: registered new driver hub
    usbcore: registered new driver usb-storage
    usb 1-1: new full speed USB device using uhci_hcd and address 2
    and

    Code:
    dmesg | grep USB
    USB Universal Host Controller Interface driver v2.2
    uhci_hcd 0000:00:1f.2: Intel Corporation 82801BA/BAM USB (Hub #1)
    uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
    hub 1-0:1.0: USB hub found
    ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
    Initializing USB Mass Storage driver...
    USB Mass Storage support registered.
    usb 1-1: new full speed USB device using uhci_hcd and address 2
    and

    Code:
    dmesg | grep hub
    usbcore: registered new driver hub
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    I don't see any mount points.... Now what?

    BTW, usbview sees the camera!

    TIA,
    AJG

  6. #6
    Senior Member registered user
    Join Date
    Dec 2004
    Location
    Dublin, OH
    Posts
    342

    Mount Point

    The mount point is what you CREATE. If you haven't created it, it's not there.

    The mount point I gave you is /mnt/Camera

    I guess I wasn't clear about that.

    You could name it anything you like acutally.

    Just use your file browser to go to the /mnt directory and create a folder called Camera so that you have

    /mnt/Camera

    I'm assuming your device is sda1 so go ahead and use that.

    SakiZ

  7. #7
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    What I meant by mount point was the correct dev. You say you assume its /dev/sda1, how can you assume that? I thought you wanted the dmesg info to figure that out. Anyway, I tried /dev/sda1 and got an invalid block device error.

    Thanx for your help,
    AJG

  8. #8
    Senior Member registered user
    Join Date
    Apr 2004
    Location
    Germany
    Posts
    100
    Try opening a console *before* you plug the camera in, then run
    <code>
    less +F /var/log/messages
    </code>
    Now plug in the camera, already switched on.

    (You might need to be root; syslogd needs to be running for this to work)

    Hopefully you'll see some activity in the console window:
    Mar 14 09:46:00 tunix kernel: scsi0 : SCSI emulation for USB Mass Storage devices
    Mar 14 09:46:00 tunix kernel: usb-storage: device found at 3
    Mar 14 09:46:00 tunix kernel: usb-storage: waiting for device to settle before scanning
    Mar 14 09:46:00 tunix kernel: usbcore: registered new driver usb-storage
    Mar 14 09:46:00 tunix kernel: USB Mass Storage support registered.
    Mar 14 09:46:05 tunix kernel: Vendor: USB Model: Flash Disk Rev: 2040
    ...
    Mar 14 09:46:05 tunix kernel: sda: sda1
    Mar 14 09:46:05 tunix kernel: sd 0:0:0:0: Attached scsi removable disk sda
    Mar 14 09:46:05 tunix kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
    Mar 14 09:46:05 tunix kernel: usb-storage: device scan complete

    In this case the device to mount is "/dev/sda1" (like suggested by sakiZ); since
    sda1 didn't work for you, hopefully something else shows up.

  9. #9
    Senior Member registered user
    Join Date
    Nov 2002
    Location
    Long Island, NY, USA
    Posts
    1,256
    OK, I entered
    Code:
    less +F /var/log/mesages
    and then turned on the camera. Does it take a long time to recognize the /dev? All I get is
    Code:
    Mar 14 17:39:33 Collosus kernel: usb 1-1: new full speed USB device using uhci_hcd and address 2
    Mar 14 17:39:35 Collosus usb.agent[6617]:      libgphoto2: loaded successfully
    What gives?

    BTW,
    Code:
    cat /proc/bus/usb/devices 
    T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
    B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
    D:  Ver= 1.10 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
    P:  Vendor=0000 ProdID=0000 Rev= 2.06
    S:  Manufacturer=Linux 2.6.12 uhci_hcd
    S:  Product=Intel Corporation 82801BA/BAM USB (Hub #1)
    S:  SerialNumber=0000:00:1f.2
    C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
    I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
    E:  Ad=81(I) Atr=03(Int.) MxPS=   2 Ivl=255ms
    
    T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  4 Spd=12  MxCh= 0
    D:  Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs=  1
    P:  Vendor=040a ProdID=0578 Rev= 1.00
    S:  Manufacturer=Eastman Kodak Company
    S:  Product=KODAK EasyShare CX7300 Digital Camera
    S:  SerialNumber=CX730X1192236
    C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
    I:  If#= 0 Alt= 0 #EPs= 3 Cls=06(still) Sub=01 Prot=01 Driver=(none)
    E:  Ad=83(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
    E:  Ad=04(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
    E:  Ad=85(I) Atr=03(Int.) MxPS=  64 Ivl=16ms
    and
    Code:
    dmesg | grep sd
    returns nothing!

    and
    Code:
    dmesg | grep uh
    uhci_hcd 0000:00:1f.2: Intel Corporation 82801BA/BAM USB (Hub #1)
    uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:1f.2: irq 10, io base 0x0000ef80
    usb 1-1: new full speed USB device using uhci_hcd and address 2
    usb 1-1: new full speed USB device using uhci_hcd and address 3
    usb 1-1: new full speed USB device using uhci_hcd and address 4
    usb 1-1: new full speed USB device using uhci_hcd and address 5
    and
    Code:
    dmesg | grep oh
    ohci_hcd: 2004 Nov 08 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
    TIA,
    AJG

  10. #10
    Senior Member registered user
    Join Date
    Dec 2004
    Location
    Dublin, OH
    Posts
    342

    See if Scsi is enabled

    You say that dmesg | grep sd returns no info?

    Hmmm.

    With you camera plugged in an turned on open a console and type:

    cat /proc/scsi/scsi

    If scsi support is enabled your camera should show up.

    This is how mine looks:

    Host: scsi3 Channel: 00 Id: 00 Lun: 00
    Vendor: Fujifilm Model: FinePix 1400Zoom Rev: 1000
    Type: Direct-Access ANSI SCSI revision: 02

    Check it out. Let us know.

    sakiZ

Page 1 of 2 12 LastLast

Similar Threads

  1. Burning DVD images using Knoppix!
    By DelNorte in forum General Support
    Replies: 1
    Last Post: 03-22-2005, 07:27 AM
  2. no boot floppy images any more? (3.6)
    By ThomasX in forum General Support
    Replies: 6
    Last Post: 01-25-2005, 01:32 PM
  3. cmg Compressed Application Images
    By probono in forum Klik
    Replies: 5
    Last Post: 01-15-2005, 11:51 PM
  4. How can I copy images .mdf .mds!!
    By zlibre in forum General Support
    Replies: 2
    Last Post: 10-08-2004, 03:00 AM
  5. Using apt-get & apt-cdrom with Debian ISO images
    By HomerCube in forum General Support
    Replies: 0
    Last Post: 09-29-2004, 03:09 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID picture

ACASIS 2.5/3.5 inch 2 Bay SATA USB 3.0 Hard Drive Disk HDD SSD Enclosure 4 RAID

$58.99



M.2 NVME SATA SSD Enclosure USB 3.2 Gen 2 10Gbps for M-Key or M+B Key SSD to 8TB picture

M.2 NVME SATA SSD Enclosure USB 3.2 Gen 2 10Gbps for M-Key or M+B Key SSD to 8TB

$40.86



SanDisk 2TB Ultra 3D NAND SSD, Internal Solid State Drive - SDSSDH3-2T00-G26 picture

SanDisk 2TB Ultra 3D NAND SSD, Internal Solid State Drive - SDSSDH3-2T00-G26

$149.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$14.99



Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot picture

Netac 1TB 2TB 512GB Internal SSD 2.5'' SATA III 6Gb/s Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5'' SSD SATA III Internal Solid State Drive lot

$13.99



Fanxiang SSD 512GB 1TB 2TB 4TB 2.5''SATA III Internal Solid State Hard Drive LOT picture

Fanxiang SSD 512GB 1TB 2TB 4TB 2.5''SATA III Internal Solid State Hard Drive LOT

$19.99



Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot picture

Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot

$209.99



Fanxiang 256GB 512GB 1TB 2TB 4TB Internal SSD 2.5

Fanxiang 256GB 512GB 1TB 2TB 4TB Internal SSD 2.5" SATA III 6GB/s for PC/MAC Lot

$178.19