mounting digital camera...
From: Jules (julesrichardsonuk_at_remove.this.yahoo.co.uk)
Date: 06/29/05
- Next message: vertigo: "DWL-650+"
- Previous message: blackdir_at_yahoo.com: "gigabit lan adapter suggestion for x86_64 (kerner 2.6)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 29 Jun 2005 13:24:23 +0000
I've currently got a Canon G5 camera set up and working happily under
Linux (Slackware 10.1) with kernel 2.6.11.7 so that I can access it via
GPhoto2.
However, I want to mount the camera's compact flash card directly as a
filesystem so that I can recover some accidentally-deleted data (oops).
I did this once last year with a 2.4 kernel, but can't figure out what
device the system needs me to use for it to work with a 2.6 kernel.
Hotplug's reporting the camera device as /proc/bus/usb/003/003 - but mount
doesn't think this is a valid block device.
Nor is it /dev/sda1 - that's the first partition on my SCSI drive of
course (I've got SCSI devices in the machine).
Nor is it /dev/sdb1, sdc1 etc.
Any ideas? Maybe there's something I need to disable first? Wish I'd
written down how I did it last year now! :-)
FWIW, lsmod output is:
Module Size Used by
i915 17920 1
smbfs 63864 5
i2c_i810 4356 0
i2c_i801 7692 0
tuner 21668 0
tvaudio 21796 0
bttv 147536 0
video_buf 17796 1 bttv
firmware_class 7936 1 bttv
i2c_algo_bit 9096 2 i2c_i810,bttv
btcx_risc 4104 1 bttv
tveeprom 11800 1 bttv
i2c_core 18704 6
i2c_i801,tuner,tvaudio,bttv,i2c_algo_bit,tveeprom
eepro100 27664 0
relevant line in /var/log/messages:
Jun 29 12:52:23 pukeko kernel: usb 3-1: new full speed USB device using
uhci_hcd and address 3
/etc/hotplug/usb/usbcam is (echo line added by me just so I can see what
it's using):
#!/bin/bash
if [ "${ACTION}" = "add" ] && [ -f "${DEVICE}" ]
then
echo ${DEVICE} > /tmp/camdev
chmod a+rw "${DEVICE}"
fi
catting any stuff under /proc/scsi doesn't show up anything
camera-related.
Any ideas?
cheers
Jules
- Next message: vertigo: "DWL-650+"
- Previous message: blackdir_at_yahoo.com: "gigabit lan adapter suggestion for x86_64 (kerner 2.6)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|