View previous topic :: View next topic |
Author |
Message |
Bohemian Apprentice
Joined: 21 Jun 2004 Posts: 255 Location: Deep Space
|
Posted: Fri Jun 25, 2004 5:44 am Post subject: Sony P-52 |
|
|
I have a USB Sony digital camera. How do I get it to view my pictures? I am using fluxbox and gnome mostly the latter if that matters.
Thanks |
|
Back to top |
|
|
neurosis Apprentice
Joined: 04 May 2003 Posts: 170 Location: Ottawa, Canada
|
Posted: Tue Aug 24, 2004 6:40 pm Post subject: |
|
|
I have a Sony USB P-51. I can get it to work using digikam (emerge digikam) in PTP mode or by enabling SCSI emulation and just plugging it in and mounting it as a SCSI drive (set to 'normal' mode in camera setup).
ie:
mount /dev/sdb1 /mnt/camera
Hope this helps. _________________ There is no evil greater than that committed by those who claim to do their deeds in the name of God.
-unknown |
|
Back to top |
|
|
Bohemian Apprentice
Joined: 21 Jun 2004 Posts: 255 Location: Deep Space
|
Posted: Tue Aug 24, 2004 7:17 pm Post subject: |
|
|
I've heard of PTP mode a few times. What is it? How do I get in it? Sorry, I just don't understand it... |
|
Back to top |
|
|
neurosis Apprentice
Joined: 04 May 2003 Posts: 170 Location: Ottawa, Canada
|
Posted: Tue Aug 24, 2004 9:14 pm Post subject: |
|
|
I don't know about your specific model, but on mine you flip the wheel to 'Set Up', and it's a setting in there. USB Mode or something - the two choices are 'Normal' and 'PTP'. I think Normal is preferable in that PTP is slower, but I've had it working both ways.
Don't forget to compile in any relevant USB options in your kernel as well as SCSI emulation. _________________ There is no evil greater than that committed by those who claim to do their deeds in the name of God.
-unknown |
|
Back to top |
|
|
Bohemian Apprentice
Joined: 21 Jun 2004 Posts: 255 Location: Deep Space
|
Posted: Tue Aug 24, 2004 9:29 pm Post subject: |
|
|
I've compiled every USB option and SCSI option I could possible need. This is what I always get
Chris chris # mount /dev/sdb1 /mnt/camera
mount: special device /dev/sdb1 does not exist
Which is BS. I'm going to try the otherway. Its getting really old having to spend 2 hours everytime I want to upload pictures. |
|
Back to top |
|
|
neurosis Apprentice
Joined: 04 May 2003 Posts: 170 Location: Ottawa, Canada
|
Posted: Tue Aug 24, 2004 10:25 pm Post subject: |
|
|
Check your kernel logs when you plug in the camera. Get any interesting messages?
Here's what I get (going through a 4-port USB hub):
Code: | Aug 24 18:22:26 [kernel] usb 1-2.1: new full speed USB device using address 6
Aug 24 18:22:27 [scsi.agent] disk at /devices/pci0000:00/0000:00:09.2/usb1/1-2/1-2.1/1-2.1:1.0/host3/3:0:0:0
|
I suggest you turn on verbose USB debugging messages. I'm using kernel 2.6.8-gentoo-r1.
The other option is to emerge gphoto2 and digikam and try the PTP method, which I seem to remember was a bit finicky. _________________ There is no evil greater than that committed by those who claim to do their deeds in the name of God.
-unknown |
|
Back to top |
|
|
Cinder6 l33t
Joined: 05 Aug 2004 Posts: 767 Location: California
|
Posted: Wed Aug 25, 2004 2:40 am Post subject: |
|
|
hey...just read the topic, and am trying to get a camera working, myself. where is SCSI emulation in menuconfig? _________________ Knowledge is power.
Power corrupts.
Study hard.
Be evil.
Ugly Overload |
|
Back to top |
|
|
Bohemian Apprentice
Joined: 21 Jun 2004 Posts: 255 Location: Deep Space
|
Posted: Wed Aug 25, 2004 8:08 am Post subject: |
|
|
Cinder6 wrote: | hey...just read the topic, and am trying to get a camera working, myself. where is SCSI emulation in menuconfig? |
Genkernel -menuconfig all if I am not mistaken? Just look under SCSI support or Mass storage support. It's there :) |
|
Back to top |
|
|
Bohemian Apprentice
Joined: 21 Jun 2004 Posts: 255 Location: Deep Space
|
Posted: Wed Aug 25, 2004 8:13 am Post subject: |
|
|
neurosis wrote: | Check your kernel logs when you plug in the camera. Get any interesting messages? |
I don't know where to look...
Quote: | I suggest you turn on verbose USB debugging messages. I'm using kernel 2.6.8-gentoo-r1. |
How do you turn this on?
Quote: | The other option is to emerge gphoto2 and digikam and try the PTP method, which I seem to remember was a bit finicky. |
I tried the gphoto2 and lphoto2 route, never worked and I don't want to go back to it.
Chris |
|
Back to top |
|
|
neurosis Apprentice
Joined: 04 May 2003 Posts: 170 Location: Ottawa, Canada
|
Posted: Wed Aug 25, 2004 1:23 pm Post subject: |
|
|
mejoc wrote: |
(re: kernel logs) I don't know where to look...
|
I'm using metalog, mine are in /var/log/everything/current.
So, plug in your camera, then cat /var/log/everything/current and post here. The 'everything' log is your best friend -- as are logs in general.
Quote: | (re: verbose USB messages) How do you turn this on? |
It's in the kernel configuration for USB. The genkernel command is Code: | # genkernel --config |
Quote: | I tried the gphoto2 and lphoto2 route, never worked and I don't want to go back to it. |
Don't be intimidated - digikam is a nice GUI frontend to gphoto2. You don't even have to touch the commandline.
Hope this helps. _________________ There is no evil greater than that committed by those who claim to do their deeds in the name of God.
-unknown |
|
Back to top |
|
|
|