linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Sony DSC-P71 Camera
@ 2002-05-28 20:50 Colin Slater
  2002-05-28 21:32 ` Nathan
  0 siblings, 1 reply; 6+ messages in thread
From: Colin Slater @ 2002-05-28 20:50 UTC (permalink / raw)
  To: Linux-Kernel

[-- Attachment #1: Type: text/plain, Size: 1463 bytes --]

Hello, 
 I just got a Sony DSC-P71 digital camera (wonderful), but it doesn't
seem to be working in linux. I beleive it uses the usb mass storage
driver, it seems to use an equivilent driver in windows. I have scsi,
usb, usb mass storage modules all loaded. 
dmesg after I load the usb-storage module, and then plug the camera in:

Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
USB Mass Storage support registered.
hub.c: USB new device connect on bus1/1, assigned device number 3
scsi0 : SCSI emulation for USB Mass Storage devices

I am useing devfs, and /dev/scsi is empty.

cat /proc/bus/usb/devices:
<snip>
T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=054c ProdID=0010 Rev= 4.10
S:  Manufacturer=Sony
S:  Product=Sony DSC
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  2mA
I:  If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=ff Prot=01 Driver=(none)
E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
E:  Ad=83(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
<snip>

All this happens regardless of NVdriver being loaded or not.

If someone with one of these cameras or the nearly identical DSC-P31
could help me, it would be appreciated

Colin


-- 
-----
GPG Key 0x7E959232; wwwkeys.pgp.net
861C AE70 158F C440  EEE1 397C 7CBD 1148 7E95 9232 
0x626FD58E Revoked, see keyserver.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Sony DSC-P71 Camera
  2002-05-28 20:50 Sony DSC-P71 Camera Colin Slater
@ 2002-05-28 21:32 ` Nathan
  2002-05-28 23:13   ` Scorpion
  0 siblings, 1 reply; 6+ messages in thread
From: Nathan @ 2002-05-28 21:32 UTC (permalink / raw)
  To: Colin Slater; +Cc: linux-kernel

Colin Slater wrote:

>Hello, 
> I just got a Sony DSC-P71 digital camera (wonderful), but it doesn't
>seem to be working in linux. I beleive it uses the usb mass storage
>driver, it seems to use an equivilent driver in windows. I have scsi,
>usb, usb mass storage modules all loaded. 
>dmesg after I load the usb-storage module, and then plug the camera in:
>
>Initializing USB Mass Storage driver...
>usb.c: registered new driver usb-storage
>USB Mass Storage support registered.
>hub.c: USB new device connect on bus1/1, assigned device number 3
>scsi0 : SCSI emulation for USB Mass Storage devices
>
>I am useing devfs, and /dev/scsi is empty.
>
>cat /proc/bus/usb/devices:
><snip>
>T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
>D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
>P:  Vendor=054c ProdID=0010 Rev= 4.10
>S:  Manufacturer=Sony
>S:  Product=Sony DSC
>C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  2mA
>I:  If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=ff Prot=01 Driver=(none)
>E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
>E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
>E:  Ad=83(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
><snip>
>
>All this happens regardless of NVdriver being loaded or not.
>
>If someone with one of these cameras or the nearly identical DSC-P31
>could help me, it would be appreciated
>
>Colin
>
This camera doesn't use the mass storage driver (you don't show any log 
lines that indicate the driver claiming the device).  Instead I'd try 
the drivers under "USB Multimedia Devices" (you need v4l support).  A 
quick look doesn't look hopeful, but maybe one of those drivers will 
claim the device.  Anybody on LKML know for sure?

--Nathan


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Sony DSC-P71 Camera
  2002-05-28 21:32 ` Nathan
@ 2002-05-28 23:13   ` Scorpion
  0 siblings, 0 replies; 6+ messages in thread
From: Scorpion @ 2002-05-28 23:13 UTC (permalink / raw)
  To: Nathan, Colin Slater; +Cc: linux-kernel


Hi Colin,
peopla at www.gphoto.net made some tests with these cameras model (DSC),
almost experimental, P5 model and others, maybe you could provide usefull 
informations for the gphoto team and help to get more one camera working on
Linux (and other OSes).

Bye;)
Scorpion.

On Tuesday 28 May 2002 18:32, The Kernel Developer Nathan wrote:
> Colin Slater wrote:
> >Hello,
> > I just got a Sony DSC-P71 digital camera (wonderful), but it doesn't
> >seem to be working in linux. I beleive it uses the usb mass storage
> >driver, it seems to use an equivilent driver in windows. I have scsi,
> >usb, usb mass storage modules all loaded.
> >dmesg after I load the usb-storage module, and then plug the camera in:
> >
> >Initializing USB Mass Storage driver...
> >usb.c: registered new driver usb-storage
> >USB Mass Storage support registered.
> >hub.c: USB new device connect on bus1/1, assigned device number 3
> >scsi0 : SCSI emulation for USB Mass Storage devices
> >
> >I am useing devfs, and /dev/scsi is empty.
> >
> >cat /proc/bus/usb/devices:
> ><snip>
> >T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
> >D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> >P:  Vendor=054c ProdID=0010 Rev= 4.10
> >S:  Manufacturer=Sony
> >S:  Product=Sony DSC
> >C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  2mA
> >I:  If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=ff Prot=01 Driver=(none)
> >E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
> >E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
> >E:  Ad=83(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
> ><snip>
> >
> >All this happens regardless of NVdriver being loaded or not.
> >
> >If someone with one of these cameras or the nearly identical DSC-P31
> >could help me, it would be appreciated
> >
> >Colin
>
> This camera doesn't use the mass storage driver (you don't show any log
> lines that indicate the driver claiming the device).  Instead I'd try
> the drivers under "USB Multimedia Devices" (you need v4l support).  A
> quick look doesn't look hopeful, but maybe one of those drivers will
> claim the device.  Anybody on LKML know for sure?
>
> --Nathan
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Sony DSC-P71 Camera
@ 2002-06-01 18:12 sean darcy
  0 siblings, 0 replies; 6+ messages in thread
From: sean darcy @ 2002-06-01 18:12 UTC (permalink / raw)
  To: Colin Slater, linux kernel

I can't see what's wrong.


Try the redhat 7.3 kernel - 2..4.18-4. It just works.

jay


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Sony DSC-P71 Camera
  2002-05-29  1:18 ` sean darcy
@ 2002-05-29 20:34   ` Colin Slater
  0 siblings, 0 replies; 6+ messages in thread
From: Colin Slater @ 2002-05-29 20:34 UTC (permalink / raw)
  To: sean darcy; +Cc: Linux-Kernel

[-- Attachment #1: Type: text/plain, Size: 2644 bytes --]

On Tue, 2002-05-28 at 21:18, sean darcy wrote:
> You don't say which kernel you're using. I have a p71 which I can't get 
> to work with 2.5.18 - see the mass storage thread. OTOH, a stock rh 
> 2.4.18 kernel works just fine.
> 
> What does usbview show? What are the usb and scsi snips from .config. 
> What hapens when you try to mount sd*  ?

Yes, I forgoht to mention that im running 2.4.18. 
Here is a lsmod of all the relevent stuff I have loaded
root@neptune:~# lsmod
Module                  Size  Used by    Tainted: P
usb-storage            20820   0  (unused)
sr_mod                 11792   0  (autoclean) (unused)
scsi_mod               80648   1  (autoclean) [usb-storage sr_mod]

usbview doesnt show mutch more than /proc/bus/usb/devices. The cammera
does show up in red in the left pane though. And I dont have any
/dev/sd* devices. Are you useing the camera in "Normal" usb mode?
somewhere in the setup they have an alternate mode, but dont know what
the difference is.

Here's the usb & scsi sections from my .config:

# USB support
#
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_LONG_TIMEOUT is not set
CONFIG_USB_UHCI_ALT=y
# CONFIG_USB_OHCI is not set
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH is not set
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
CONFIG_USB_HID=y
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_DC2XX is not set
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_SCANNER is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_CATC is not set
# CONFIG_USB_CDCETHER is not set
# CONFIG_USB_USBNET is not set
# CONFIG_USB_USS720 is not set

# SCSI support
#
CONFIG_SCSI=m
CONFIG_BLK_DEV_SD=m
CONFIG_SD_EXTRA_DEVS=40
CONFIG_CHR_DEV_ST=m
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_SR_EXTRA_DEVS=2
CONFIG_CHR_DEV_SG=m
CONFIG_SCSI_DEBUG_QUEUES=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set



-- 
-----
GPG Key 0x7E959232; wwwkeys.pgp.net
861C AE70 158F C440  EEE1 397C 7CBD 1148 7E95 9232 

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Sony DSC-P71 Camera
       [not found] <fa.f4d1oiv.3kegor@ifi.uio.no>
@ 2002-05-29  1:18 ` sean darcy
  2002-05-29 20:34   ` Colin Slater
  0 siblings, 1 reply; 6+ messages in thread
From: sean darcy @ 2002-05-29  1:18 UTC (permalink / raw)
  To: Colin Slater; +Cc: Linux-Kernel

You don't say which kernel you're using. I have a p71 which I can't get 
to work with 2.5.18 - see the mass storage thread. OTOH, a stock rh 
2.4.18 kernel works just fine.

What does usbview show? What are the usb and scsi snips from .config. 
What hapens when you try to mount sd*  ?


Colin Slater wrote:
> Hello, 
>  I just got a Sony DSC-P71 digital camera (wonderful), but it doesn't
> seem to be working in linux. I beleive it uses the usb mass storage
> driver, it seems to use an equivilent driver in windows. I have scsi,
> usb, usb mass storage modules all loaded. 
> dmesg after I load the usb-storage module, and then plug the camera in:
> 
> Initializing USB Mass Storage driver...
> usb.c: registered new driver usb-storage
> USB Mass Storage support registered.
> hub.c: USB new device connect on bus1/1, assigned device number 3
> scsi0 : SCSI emulation for USB Mass Storage devices
> 
> I am useing devfs, and /dev/scsi is empty.
> 
> cat /proc/bus/usb/devices:
> <snip>
> T:  Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  3 Spd=12  MxCh= 0
> D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> P:  Vendor=054c ProdID=0010 Rev= 4.10
> S:  Manufacturer=Sony
> S:  Product=Sony DSC
> C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  2mA
> I:  If#= 0 Alt= 0 #EPs= 3 Cls=08(stor.) Sub=ff Prot=01 Driver=(none)
> E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
> E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=  0ms
> E:  Ad=83(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
> <snip>
> 
> All this happens regardless of NVdriver being loaded or not.
> 
> If someone with one of these cameras or the nearly identical DSC-P31
> could help me, it would be appreciated
> 
> Colin
> 
> 




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2002-06-01 18:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-28 20:50 Sony DSC-P71 Camera Colin Slater
2002-05-28 21:32 ` Nathan
2002-05-28 23:13   ` Scorpion
     [not found] <fa.f4d1oiv.3kegor@ifi.uio.no>
2002-05-29  1:18 ` sean darcy
2002-05-29 20:34   ` Colin Slater
2002-06-01 18:12 sean darcy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).