LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   USB / RED HAT / Digital Camera Sony DSC P7 (https://www.linuxquestions.org/questions/linux-hardware-18/usb-red-hat-digital-camera-sony-dsc-p7-113692/)

VincentB 11-08-2003 03:52 AM

USB / RED HAT / Digital Camera Sony DSC P7
 
All,

I am trying to download pictures from my digital camera (Sony DSCP7) to my personal PC running with RedHat 9.0.Unfortunately, I have some troubles (that force me to keep XP on my workstation, by the way)

When I plug my camera and have a look at /var/log/messages I can see this :

Nov 8 10:41:16 sun kernel: hub.c: new USB device 00:1d.2-1, assigned address 4

When I run lsusb, I can see this :

Bus 004 Device 004: ID 054c:0010 Sony Corp. DSC-S30/S70/S75/F505V/F505/FD92 Cybershot/Mavica Digital Camera
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 1.10
bDeviceClass 0 Interface
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x054c Sony Corp.
idProduct 0x0010 DSC-S30/S70/S75/F505V/F505/FD92 Cybershot/Mavica Digital Camera
bcdDevice 4.10
iManufacturer 1 Sony
iProduct 2 Sony DSC
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 39
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xc0
Self Powered
MaxPower 2mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 3
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 255
bInterfaceProtocol 1
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01 EP 1 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type none
wMaxPacketSize 64
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x82 EP 2 IN
bmAttributes 2
Transfer Type Bulk
Synch Type none
wMaxPacketSize 64
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x83 EP 3 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type none
wMaxPacketSize 8
bInterval 255
Language IDs: (length=4)
0409 English(US)


Moreover, it seems the RH creates automatically a directory /camera in /mnt

total 24
drwxr-xr-x 7 root root 4096 nov 8 10:41 .
drwxr-xr-x 21 root root 4096 nov 8 09:10 ..
drwxr-xr-x 2 root root 4096 nov 8 10:41 camera
drwxr-xr-x 2 root root 4096 jun 17 17:44 cdrom
drwxr-xr-x 2 root root 4096 jun 19 13:48 earth
drwxr-xr-x 2 root root 4096 jun 17 17:44 floppy
dr-xr-xr-x 1 root root 8192 oct 29 18:30 ntfs


I guess I have to mount this with a specific device ... but can you tell me which one?
What is the mount command with its parameters?

Thanks in advance for your help and suggestions,

Regards,

Vincent

XavierP 11-08-2003 03:59 AM

Have you tried /mnt/camera?

VincentB 11-08-2003 04:04 AM

Hello Xavier,

When I go in the directory, it is empty ...
I am nevertheless sure that pictures are available...

I am quite sure the problem is in the mount ... but can not figure out how to mount this. Do you think it would be similar to a mount for USB memory sticks?

Thanks for your help,

Vincent

VincentB 11-08-2003 04:08 AM

All,

thanks for your help.
I got it ....

Simply :

[root@sun mnt]# mount -t vfat /dev/sda1 /mnt/camera

And I feel really stupid.
Anyway, again, thanks to all for your help and suggestions.

Vincent

XavierP 11-08-2003 04:48 AM

Glad to hear you got it working.

binarynova 02-03-2004 05:39 PM

I'm trying to get a Sony Cybershot installed in Mandrake 9.1.

I've checked lsusb... and it's recognized as device 10... but when I try to mount using:
mount -t vfat /dev/sda1 /mnt/camera
I get a message:
special device /dev/sda1 does not exist

Is there something I'm missing?

Rana Tariq 05-11-2004 04:37 PM

Redhat 9.0 driver needed fro Sony DSC P7
 
Dear Linux Lovers,

Any one knows of where I can get a driver for my Sony DSC P7 digital camera for Redhat Linux 9.0?


All times are GMT -5. The time now is 01:12 PM.